Skip to content

Commit

Permalink
Merge pull request #18750 from Veykril/push-tyvtqpwrwvsr
Browse files Browse the repository at this point in the history
Back out "internal: Disable rustc test metrics"
  • Loading branch information
Veykril authored Dec 24, 2024
2 parents 2c500e2 + 20d4638 commit c679648
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 103 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
other_metrics:
strategy:
matrix:
names: [self, ripgrep-13.0.0, webrender-2022, diesel-1.4.8, hyper-0.14.18]
names: [self, rustc_tests, ripgrep-13.0.0, webrender-2022, diesel-1.4.8, hyper-0.14.18]
runs-on: ubuntu-latest
needs: build_metrics

Expand Down Expand Up @@ -101,6 +101,11 @@ jobs:
with:
name: self-${{ github.sha }}

- name: Download rustc_tests metrics
uses: actions/download-artifact@v3
with:
name: rustc_tests-${{ github.sha }}

- name: Download ripgrep-13.0.0 metrics
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -129,7 +134,7 @@ jobs:
chmod 700 ~/.ssh
git clone --depth 1 git@github.com:rust-analyzer/metrics.git
jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5]" build.json self.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] * .[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
cd metrics
git add .
git -c user.name=Bot -c user.email=dummy@example.com commit --message 📈
Expand Down
101 changes: 0 additions & 101 deletions crates/mbe/src/syntax_bridge/tests.rs

This file was deleted.

0 comments on commit c679648

Please sign in to comment.