Skip to content

Commit badbbb9

Browse files
authored
Update bench.yml
1 parent 4460cd6 commit badbbb9

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

.github/workflows/bench.yml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,17 @@ jobs:
9999
cat master/bench-${{ matrix.device }}.* 2>/dev/null || true
100100
101101
# Phoenix runners need to bypass the SOCKS tunnel for uploads
102-
- name: Archive Logs (Phoenix)
102+
- name: Cat Logs (Phoenix)
103103
if: always() && matrix.cluster == 'phoenix'
104-
uses: actions/upload-artifact@v4
105-
# Clear any proxy settings so this step uses direct HTTPS
106-
env:
107-
http_proxy: ""
108-
https_proxy: ""
109-
no_proxy: "*"
110-
NO_PROXY: "*"
111-
with:
112-
name: ${{ matrix.cluster }}-${{ matrix.device }}
113-
path: |
114-
pr/bench-${{ matrix.device }}.*
115-
pr/build/benchmarks/*
116-
master/bench-${{ matrix.device }}.*
117-
master/build/benchmarks/*
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/*
118113
119114
# All other runners (non-Phoenix) just run without special env
120115
- name: Archive Logs (Frontier)

0 commit comments

Comments
 (0)