Skip to content

Commit d9a0862

Browse files
committed
internal: Disable rustc test metrics
1 parent c6a6e63 commit d9a0862

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/metrics.yaml

+2-7
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
other_metrics:
6868
strategy:
6969
matrix:
70-
names: [self, rustc_tests, ripgrep-13.0.0, webrender-2022, diesel-1.4.8, hyper-0.14.18]
70+
names: [self, ripgrep-13.0.0, webrender-2022, diesel-1.4.8, hyper-0.14.18]
7171
runs-on: ubuntu-latest
7272
needs: [setup_cargo, build_metrics]
7373

@@ -118,11 +118,6 @@ jobs:
118118
with:
119119
name: self-${{ github.sha }}
120120

121-
- name: Download rustc_tests metrics
122-
uses: actions/download-artifact@v3
123-
with:
124-
name: rustc_tests-${{ github.sha }}
125-
126121
- name: Download ripgrep-13.0.0 metrics
127122
uses: actions/download-artifact@v3
128123
with:
@@ -151,7 +146,7 @@ jobs:
151146
chmod 700 ~/.ssh
152147
153148
git clone --depth 1 [email protected]:rust-analyzer/metrics.git
154-
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
149+
jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5] * .[6]" 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
155150
cd metrics
156151
git add .
157152
git -c user.name=Bot -c [email protected] commit --message 📈

0 commit comments

Comments
 (0)