Skip to content

Commit a63d166

Browse files
authored
Merge pull request rust-lang#18750 from Veykril/push-tyvtqpwrwvsr
Back out "internal: Disable rustc test metrics"
2 parents 417dcc4 + 9251d42 commit a63d166

File tree

2 files changed

+7
-103
lines changed

2 files changed

+7
-103
lines changed

src/tools/rust-analyzer/.github/workflows/metrics.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
other_metrics:
5555
strategy:
5656
matrix:
57-
names: [self, ripgrep-13.0.0, webrender-2022, diesel-1.4.8, hyper-0.14.18]
57+
names: [self, rustc_tests, ripgrep-13.0.0, webrender-2022, diesel-1.4.8, hyper-0.14.18]
5858
runs-on: ubuntu-latest
5959
needs: build_metrics
6060

@@ -101,6 +101,11 @@ jobs:
101101
with:
102102
name: self-${{ github.sha }}
103103

104+
- name: Download rustc_tests metrics
105+
uses: actions/download-artifact@v3
106+
with:
107+
name: rustc_tests-${{ github.sha }}
108+
104109
- name: Download ripgrep-13.0.0 metrics
105110
uses: actions/download-artifact@v4
106111
with:
@@ -129,7 +134,7 @@ jobs:
129134
chmod 700 ~/.ssh
130135
131136
git clone --depth 1 [email protected]:rust-analyzer/metrics.git
132-
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
137+
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
133138
cd metrics
134139
git add .
135140
git -c user.name=Bot -c [email protected] commit --message 📈

src/tools/rust-analyzer/crates/mbe/src/syntax_bridge/tests.rs

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)