We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badbbb9 commit 15d3f41Copy full SHA for 15d3f41
.github/workflows/bench.yml
@@ -97,19 +97,6 @@ jobs:
97
run: |
98
cat pr/bench-${{ matrix.device }}.* 2>/dev/null || true
99
cat master/bench-${{ matrix.device }}.* 2>/dev/null || true
100
-
101
- # Phoenix runners need to bypass the SOCKS tunnel for uploads
102
- - name: Cat Logs (Phoenix)
103
- if: always() && matrix.cluster == 'phoenix'
104
- run: |
105
- echo "PR BENCH 1" |
106
- cat pr/bench-${{ matrix.device }}.* |
107
- echo "PR BENCH 2" |
108
- cat pr/build/benchmarks/* |
109
- echo "Master BENCH 1" |
110
- master/bench-${{ matrix.device }}.* |
111
- echo "Master BENCH 2" |
112
- cat master/build/benchmarks/*
113
114
# All other runners (non-Phoenix) just run without special env
115
- name: Archive Logs (Frontier)
0 commit comments