Skip to content
Snippets Groups Projects
  1. Apr 13, 2022
  2. Apr 11, 2022
    • Bastian Köcher's avatar
      Prepare for rust stable 1.60 (#11138) · f517e57f
      Bastian Köcher authored
      
      * Prepare for rust stable 1.59
      
      Besides preparing the UI tests this also adds a new script update-rust-stable.sh script for
      simplifying the update of a rust stable version. This script will run all UI tests for the new
      rust stable version and updating the expected output.
      
      * Ensure we run the UI tests in CI
      
      * use staging ci image
      
      * More test updates
      
      * Unignore test (#11097)
      
      * empty commit for pipeline rerun
      
      * empty commit for pipeline rerun
      
      * Try to make clippy happy
      
      * More clippy fixes
      
      * FMT
      
      * ci image production
      
      Co-authored-by: default avataralvicsam <alvicsam@gmail.com>
      Co-authored-by: default avatarAlexander Samusev <41779041+alvicsam@users.noreply.github.com>
      f517e57f
  3. Apr 06, 2022
  4. Mar 14, 2022
  5. Feb 15, 2022
  6. Jan 26, 2022
  7. Jan 24, 2022
  8. Jan 21, 2022
  9. Jan 17, 2022
  10. Jan 12, 2022
  11. Jan 11, 2022
  12. Jan 05, 2022
  13. Dec 27, 2021
    • João Paulo Silva de Souza's avatar
      make check-dependent-* only be executed in PRs (#10545) · 670d2b08
      João Paulo Silva de Souza authored
      Make check-dependent-* jobs only be executed in PRs instead of both PRs and master.
      
      Reason 1: The companion is not merged at the same time as the parent PR
      ([1](https://github.com/paritytech/parity-processbot/issues/347#issuecomment-994729950)), therefore
      the pipeline will fail on master since the companion PR is not yet merged in the other repository.
      This scenario is demonstrated by the pipeline of https://github.com/paritytech/substrate/commit/3d8ce673.
      
      Reason 2: The job can still fail on master due to a new commit on the companion PR's repository which was merged after `bot merge` happened, as demonstrated by the following scheme:
      
      1. Parent PR is merged
      2. Companion PR is updated and set to merge in the future
      3. In the meantime a new commit is merged into the companion PR repository's master branch
      4. The `check-dependent-*` job runs on master but, due to the new commit, it fails for unrelated reasons
      
      While "Reason 2" can be used as an argument against this PR, in that it would be useful to know if the integration is failing on master, "Reason 1" should be taken care of due to this inherent flaw of the current companion build system design.
      670d2b08
  14. Dec 15, 2021
  15. Dec 14, 2021
    • Bastian Köcher's avatar
      Remove cargo unleash CI job (#10482) · bc0ecf8d
      Bastian Köcher authored
      * Remove cargo unleash CI job
      
      The CI job is currently breaking, because we released some crates. We also don't need the job
      currently because releases are not done. So, the job currently just annoys people and eats CPU time.
      This brings us to the conclusion that this job is currently not required and can be readded at a
      later point when we are sure that we need it.
      
      * Hopefully fix UI test
      
      * Another try
      
      * Remove `reserved_keyword` ui
      bc0ecf8d
  16. Dec 09, 2021
  17. Dec 03, 2021
  18. Nov 24, 2021
  19. Nov 23, 2021
  20. Nov 10, 2021
  21. Nov 04, 2021
  22. Oct 22, 2021
  23. Oct 21, 2021
  24. Oct 19, 2021
  25. Oct 18, 2021
  26. Oct 14, 2021
  27. Oct 11, 2021
  28. Oct 03, 2021
  29. Sep 24, 2021
  30. Sep 23, 2021
  31. Sep 21, 2021
  32. Sep 20, 2021
  33. Sep 16, 2021