-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd12414
commit 94aca71
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,10 @@ DELETE_AFTER="$(date -u -Iseconds -d '+2 hours' 2>/dev/null || date -u -Iseconds | |
# You can only use your work emails with a subaddress to create those (e.g, | ||
# [email protected]). | ||
# | ||
# - Setup a new org and project. Save the org id and project id for later.# - Add payment details within the organization (Billing) to be able to create | ||
# clusters. You can use test stripe card for that (4242 4242 4242 4242). | ||
# - Setup a new org and project. Save the org id and project id for later. | ||
# | ||
# - Add test payment details within the organization (Billing) to be able to | ||
# create clusters. | ||
# | ||
# - Create a new API key (Access Manager > Project Access > Create Application > | ||
# API Key) for the project you created and save the public and private keys. | ||
|
@@ -45,6 +47,7 @@ DELETE_AFTER="$(date -u -Iseconds -d '+2 hours' 2>/dev/null || date -u -Iseconds | |
# | ||
# (ATLAS_CLOUD_TEST_CLUSTER_NAME="TestCluster" source .evergreen/start-atlas-cloud-cluster.sh \ | ||
# && npm run -w compass-e2e-tests test web -- --test-atlas-cloud-sandbox --test-filter="atlas-cloud/**/*") | ||
|
||
_ATLAS_CLOUD_TEST_CLUSTER_NAME=${ATLAS_CLOUD_TEST_CLUSTER_NAME:-""} | ||
|
||
# Atlas limits the naming to something like /^[\w\d-]{,23}$/ (and will auto | ||
|