Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
106352: roachtest: allow cockroach-ephemeral in roachprod-stress r=srosenberg a=tbg

`andrei-jepsen` is very low on quota, and `cockroach-ephemeral` is no
longer used by the nightlies but is well-quotaed, so we should use it
instead.

Remove an old tripwire that tried to prevent folks from using
`cockroach-ephemeral`.

Epic: None
Release note: None


Co-authored-by: Tobias Grieger <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Jul 10, 2023
2 parents e2327d0 + 1d81045 commit 3a52371
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pkg/cmd/roachtest/roachstress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,6 @@ if [ $# -gt 0 ] ; then
shift 1
fi

# Sanity-check used GCE project. You still need to set non default for GCE even if running on AWS.
if [ -z "${local}" ] && [ "${GCE_PROJECT-cockroach-ephemeral}" == "cockroach-ephemeral" ]; then
cat <<EOF
Please do not use roachstress on the cockroach-ephemeral project.
This may compete over quota with scheduled roachtest builds.
Use the andrei-jepsen project instead or reach out to dev-inf.
The project can be specified via the environment:
export GCE_PROJECT=XXX
EOF
exit 2
fi

# Define the artifacts base dir, within which both the built binaries and the
# artifacts will be stored.
sha=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit 3a52371

Please sign in to comment.