You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: None
0 commit comments