Skip to content

Commit

Permalink
roachtest: allow cockroach-ephemeral in roachprod-stress
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
tbg committed Jul 6, 2023
1 parent 818aec8 commit 1d81045
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 1d81045

Please sign in to comment.