Skip to content

Commit

Permalink
chore: update aws sso profile docs (#27558)
Browse files Browse the repository at this point in the history
* Update release-process.md

I ran into this issue in the latest release and wanted to update this so others don't run into this in the future as well

* fix profile
  • Loading branch information
jordanpowell88 authored Aug 16, 2023
1 parent ae4cf2b commit 43af15a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions guides/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ The `@cypress/`-namespaced NPM packages that live inside the [`/npm`](../npm) di
- [Set up](https://cypress-io.atlassian.net/wiki/spaces/INFRA/pages/1534853121/AWS+SSO+Cypress) an AWS SSO profile with the [Team-CypressApp-Prod](https://cypress-io.atlassian.net/wiki/spaces/INFRA/pages/1534853121/AWS+SSO+Cypress#Team-CypressApp-Prod) role. The release scripts assumes the name of your profile is `prod`. Make sure to open the "App Developer" expando for some necessary config values. Your AWS config file should end up looking like the following:

```
[prod]
[profile prod]
sso_start_url = <start_url>
sso_region = <region>
aws_access_key_id = <access_key_id>
aws_secret_access_key = <secret_access_key>
aws_session_token = <session_token>
sso_account_id = <account_id>
sso_role_name = <role_name>
region = <region>
cli_pager = <pager>
```
- Set up the following environment variables:
Expand Down

5 comments on commit 43af15a

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 43af15a Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.17.5/linux-arm64/develop-43af15aeadb7dec216bda6affb48030b3b917ab5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 43af15a Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.17.5/linux-x64/develop-43af15aeadb7dec216bda6affb48030b3b917ab5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 43af15a Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.17.5/darwin-arm64/develop-43af15aeadb7dec216bda6affb48030b3b917ab5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 43af15a Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.17.5/darwin-x64/develop-43af15aeadb7dec216bda6affb48030b3b917ab5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 43af15a Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.17.5/win32-x64/develop-43af15aeadb7dec216bda6affb48030b3b917ab5/cypress.tgz

Please sign in to comment.