Skip to content

Commit

Permalink
[ci/release] Update release test project IDs (#28455)
Browse files Browse the repository at this point in the history
The existing projects ran into caching errors - updating the projects should resolve this.

Signed-off-by: Kai Fricke <kai@anyscale.com>
  • Loading branch information
krfricke authored Sep 12, 2022
1 parent 64e1139 commit 7b17548
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion release/ray_release/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Test(dict):
)
DEFAULT_ANYSCALE_PROJECT = DeferredEnvVar(
"RELEASE_DEFAULT_PROJECT",
"prj_2xR6uT6t7jJuu1aCwWMsle",
"prj_FKRmeV5pA6X72aVscFALNC32",
)
DEFAULT_PYTHON_VERSION = (3, 7)

Expand Down
4 changes: 2 additions & 2 deletions release/ray_release/environments/prod.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ANYSCALE_HOST=https://console.anyscale.com
RELEASE_AWS_ANYSCALE_SECRET_ARN="arn:aws:secretsmanager:us-west-2:029272617770:secret:release-automation/anyscale-token20210505220406333800000001-BcUuKB"
RELEASE_DEFAULT_CLOUD_ID="cld_4F7k8814aZzGG8TNUGPKnc"
RELEASE_DEFAULT_PROJECT="prj_2xR6uT6t7jJuu1aCwWMsle"
ANYSCALE_PROJECT="prj_2xR6uT6t7jJuu1aCwWMsle"
RELEASE_DEFAULT_PROJECT="prj_FKRmeV5pA6X72aVscFALNC32"
ANYSCALE_PROJECT="prj_FKRmeV5pA6X72aVscFALNC32"
4 changes: 2 additions & 2 deletions release/ray_release/environments/staging.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ANYSCALE_HOST=https://console.anyscale-staging.com
RELEASE_AWS_ANYSCALE_SECRET_ARN="arn:aws:secretsmanager:us-west-2:029272617770:secret:release-automation/anyscale-token-staging-Pkp33E"
RELEASE_DEFAULT_CLOUD_ID="cld_401TPoxgB8MM6A0NNQauOV"
RELEASE_DEFAULT_PROJECT="prj_mWECugke9RzMh79BZQqeykjN"
ANYSCALE_PROJECT="prj_mWECugke9RzMh79BZQqeykjN"
RELEASE_DEFAULT_PROJECT="prj_qC3ZfndQWYYjx2cz8KWGNUL4"
ANYSCALE_PROJECT="prj_qC3ZfndQWYYjx2cz8KWGNUL4"

0 comments on commit 7b17548

Please sign in to comment.