diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-01-03 13:01:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-03 13:01:20 +0000 |
| commit | 9b0aa8e67d6aa587136aff36d6b3cff41fa9a76b (patch) | |
| tree | 0c2a4ebeb150b6755a02ef2b4dce14277bf8ddd2 /src/tools | |
| parent | e86b24793f4763cb12efcc657cd3f23619850f28 (diff) | |
| parent | e4b1b558a80c56c5f822fd88d143bd707468b50e (diff) | |
| download | rust-9b0aa8e67d6aa587136aff36d6b3cff41fa9a76b.tar.gz rust-9b0aa8e67d6aa587136aff36d6b3cff41fa9a76b.zip | |
Merge pull request #18829 from Veykril/push-ouvwrxoovwkr
Disable rustc_test metrics again
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/metrics.yaml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/metrics.yaml b/src/tools/rust-analyzer/.github/workflows/metrics.yaml index 0bc65fa6ce5..bb398d3637d 100644 --- a/src/tools/rust-analyzer/.github/workflows/metrics.yaml +++ b/src/tools/rust-analyzer/.github/workflows/metrics.yaml @@ -54,7 +54,7 @@ jobs: other_metrics: strategy: matrix: - names: [self, rustc_tests, ripgrep-13.0.0, webrender-2022, diesel-1.4.8, hyper-0.14.18] + names: [self, ripgrep-13.0.0, webrender-2022, diesel-1.4.8, hyper-0.14.18] runs-on: ubuntu-latest needs: build_metrics @@ -101,11 +101,6 @@ jobs: with: name: self-${{ github.sha }} - - name: Download rustc_tests metrics - uses: actions/download-artifact@v4 - with: - name: rustc_tests-${{ github.sha }} - - name: Download ripgrep-13.0.0 metrics uses: actions/download-artifact@v4 with: @@ -134,7 +129,7 @@ jobs: chmod 700 ~/.ssh git clone --depth 1 git@github.com:rust-analyzer/metrics.git - jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5] * .[6]" build.json self.json rustc_tests.json ripgrep-13.0.0.json webrender-2022.json diesel-1.4.8.json hyper-0.14.18.json -c >> metrics/metrics.json + jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5]" build.json self.json rustc_tests.json ripgrep-13.0.0.json webrender-2022.json diesel-1.4.8.json hyper-0.14.18.json -c >> metrics/metrics.json cd metrics git add . git -c user.name=Bot -c user.email=dummy@example.com commit --message 📈 |
