Skip to content

Commit 3a52371

Browse files
craig[bot]tbg
andcommitted
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]>
2 parents e2327d0 + 1d81045 commit 3a52371

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pkg/cmd/roachtest/roachstress.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,6 @@ if [ $# -gt 0 ] ; then
100100
shift 1
101101
fi
102102

103-
# Sanity-check used GCE project. You still need to set non default for GCE even if running on AWS.
104-
if [ -z "${local}" ] && [ "${GCE_PROJECT-cockroach-ephemeral}" == "cockroach-ephemeral" ]; then
105-
cat <<EOF
106-
Please do not use roachstress on the cockroach-ephemeral project.
107-
This may compete over quota with scheduled roachtest builds.
108-
Use the andrei-jepsen project instead or reach out to dev-inf.
109-
110-
The project can be specified via the environment:
111-
export GCE_PROJECT=XXX
112-
EOF
113-
exit 2
114-
fi
115-
116103
# Define the artifacts base dir, within which both the built binaries and the
117104
# artifacts will be stored.
118105
sha=$(git rev-parse --short HEAD)

0 commit comments

Comments
 (0)