Skip to content

Commit

Permalink
run develop tests against 9.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Nov 2, 2021
1 parent 0273f3e commit e8ab12d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ branches:
only:
- master
- develop
- remove-win-32-support
- 9.0-release
- /win*/

# https://www.appveyor.com/docs/lang/nodejs-iojs/
Expand Down
22 changes: 11 additions & 11 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ macBuildFilters: &macBuildFilters
branches:
only:
- develop
- tgriesser/chore/fix-release
- 9.0-release

defaults: &defaults
parallelism: 1
Expand Down Expand Up @@ -42,7 +42,7 @@ onlyMainBranches: &onlyMainBranches
branches:
only:
- develop
- tgriesser/chore/fix-release
- 9.0-release
requires:
- create-build-artifacts

Expand Down Expand Up @@ -1504,7 +1504,7 @@ jobs:
- run:
name: Check current branch to persist artifacts
command: |
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "tgriesser/chore/fix-release" ]]; then
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "9.0-release" ]]; then
echo "Not uploading artifacts or posting install comment for this branch."
circleci-agent step halt
fi
Expand Down Expand Up @@ -2145,7 +2145,7 @@ linux-workflow: &linux-workflow
branches:
only:
- develop
- tgriesser/chore/fix-release
- 9.0-release
requires:
- build
- test-kitchensink:
Expand All @@ -2157,7 +2157,7 @@ linux-workflow: &linux-workflow
branches:
only:
- develop
- tgriesser/chore/fix-release
- 9.0-release
requires:
- build
- create-build-artifacts:
Expand Down Expand Up @@ -2207,15 +2207,15 @@ linux-workflow: &linux-workflow
branches:
only:
- develop
- tgriesser/chore/fix-release
- 9.0-release
requires:
- create-build-artifacts
- test-npm-module-and-verify-binary:
filters:
branches:
only:
- develop
- tgriesser/chore/fix-release
- 9.0-release
requires:
- create-build-artifacts
- test-binary-against-staging:
Expand All @@ -2224,7 +2224,7 @@ linux-workflow: &linux-workflow
branches:
only:
- develop
- tgriesser/chore/fix-release
- 9.0-release
requires:
- create-build-artifacts

Expand All @@ -2249,7 +2249,7 @@ linux-workflow: &linux-workflow
branches:
only:
- develop
- tgriesser/chore/fix-release
- 9.0-release
requires:
- create-build-artifacts

Expand Down Expand Up @@ -2321,7 +2321,7 @@ mac-workflow: &mac-workflow
branches:
only:
- develop
- tgriesser/chore/fix-release
- 9.0-release
requires:
- darwin-create-build-artifacts

Expand All @@ -2333,7 +2333,7 @@ mac-workflow: &mac-workflow
branches:
only:
- develop
- tgriesser/chore/fix-release
- 9.0-release
requires:
- darwin-create-build-artifacts

Expand Down

2 comments on commit e8ab12d

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e8ab12d Nov 2, 2021

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.8.0/circle-9.0-release-e8ab12dc032187ba13e0d8edd6f40dafa9a4283e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e8ab12d Nov 2, 2021

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.8.0/circle-9.0-release-e8ab12dc032187ba13e0d8edd6f40dafa9a4283e/cypress.tgz

Please sign in to comment.