Skip to content

Commit 9b0aa8e

Browse files
authored
Merge pull request #18829 from Veykril/push-ouvwrxoovwkr
Disable rustc_test metrics again
2 parents e86b247 + e4b1b55 commit 9b0aa8e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
other_metrics:
5555
strategy:
5656
matrix:
57-
names: [self, rustc_tests, ripgrep-13.0.0, webrender-2022, diesel-1.4.8, hyper-0.14.18]
57+
names: [self, 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,11 +101,6 @@ jobs:
101101
with:
102102
name: self-${{ github.sha }}
103103

104-
- name: Download rustc_tests metrics
105-
uses: actions/download-artifact@v4
106-
with:
107-
name: rustc_tests-${{ github.sha }}
108-
109104
- name: Download ripgrep-13.0.0 metrics
110105
uses: actions/download-artifact@v4
111106
with:
@@ -134,7 +129,7 @@ jobs:
134129
chmod 700 ~/.ssh
135130
136131
git clone --depth 1 [email protected]:rust-analyzer/metrics.git
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
132+
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
138133
cd metrics
139134
git add .
140135
git -c user.name=Bot -c [email protected] commit --message 📈

0 commit comments

Comments
 (0)