Commit 7395c75
committed
ci: copy roachtest perf artifact to designated (blob) path
Roachtest perf artifacts are bucketed by `cpu_arch`.
The convention is to suffix the artifacts' release
branch with `cpu_arch`. E.g.,
`gs://cockroach-nightly-ibm/artifacts-s390x`
corresponds to all the `s390x` perf runs
on `master`. This hack allows `roachperf`
to pull all artifacts by `cpu_arch` and
link them separately.
This PR just adds the `elif` clause for
the previously missing `s390x` case.
The rest is tackled in `roachperf`.
Epic: none
Release note: None1 parent bea2c36 commit 7395c75
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments