Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Put rusty-cachier before PR merge into master for `cargo-check-be…
Browse files Browse the repository at this point in the history
…nches` job (paritytech#11737)
  • Loading branch information
rcny authored and DaviRain-Su committed Aug 23, 2022
1 parent 7bc3ace commit 4333f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ cargo-check-benches:
- .test-refs
- .collect-artifacts
before_script:
- !reference [.rust-info-script, script]
- !reference [.rusty-cachier, before_script]
# merges in the master branch on PRs
- if [ $CI_COMMIT_REF_NAME != "master" ]; then
git fetch origin +master:master;
Expand All @@ -88,8 +90,6 @@ cargo-check-benches:
git config user.email "ci@gitlab.parity.io";
git merge $CI_COMMIT_REF_NAME --verbose --no-edit;
fi
- !reference [.rust-info-script, script]
- !reference [.rusty-cachier, before_script]
script:
- rusty-cachier snapshot create
- mkdir -p ./artifacts/benches/$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA
Expand Down

0 comments on commit 4333f91

Please sign in to comment.