Commit c40d1e9
Merge #150294
150294: ci: copy roachtest perf artifact to designated (blob) path r=golgeek a=srosenberg
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: None
Co-authored-by: Stan Rosenberg <stan.rosenberg@gmail.com>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