Skip to content

Commit

Permalink
test: remove redundant "other projects" CI jobs (#20133)
Browse files Browse the repository at this point in the history
Co-authored-by: Emily Rohrbough <[email protected]>
  • Loading branch information
flotwig and emilyrohrbough authored Feb 11, 2022
1 parent 02cc29a commit a1e6d5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
25 changes: 0 additions & 25 deletions __snapshots__/bump-spec.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
exports['list of all projects'] = [
{
"repo": "cypress-io/cypress-test-tiny",
"provider": "circle",
"platform": "win32"
},
{
"repo": "cypress-io/cypress-test-example-repos",
"provider": "circle",
"platform": "win32"
},
{
"repo": "cypress-io/cypress-test-tiny",
"provider": "circle",
"platform": "linux"
},
{
"repo": "cypress-io/cypress-test-module-api",
"provider": "circle",
Expand All @@ -24,11 +14,6 @@ exports['list of all projects'] = [
"provider": "circle",
"platform": "linux"
},
{
"repo": "cypress-io/cypress-test-nested-projects",
"provider": "circle",
"platform": "linux"
},
{
"repo": "cypress-io/cypress-test-ci-environments",
"provider": "circle",
Expand All @@ -39,11 +24,6 @@ exports['list of all projects'] = [
"provider": "circle",
"platform": "linux"
},
{
"repo": "cypress-io/cypress-test-tiny",
"provider": "circle",
"platform": "darwin"
},
{
"repo": "cypress-io/cypress-test-example-repos",
"provider": "circle",
Expand All @@ -52,11 +32,6 @@ exports['list of all projects'] = [
]

exports['should have just circle and darwin projects'] = [
{
"repo": "cypress-io/cypress-test-tiny",
"provider": "circle",
"platform": "darwin"
},
{
"repo": "cypress-io/cypress-test-example-repos",
"provider": "circle",
Expand Down
55 changes: 1 addition & 54 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1940,33 +1940,6 @@ jobs:
repo: cypress-example-todomvc
browser: firefox

test-binary-against-conduit-chrome:
<<: *defaults
resource_class: medium
steps:
- test-binary-against-repo:
repo: cypress-example-conduit-app
browser: chrome
command: "npm run cypress:run"
wait-on: http://localhost:3000

test-binary-against-api-testing-firefox:
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-api-testing
browser: firefox
command: "npm run cy:run"

test-binary-against-piechopper-firefox:
<<: *defaults
resource_class: medium
steps:
- test-binary-against-repo:
repo: cypress-example-piechopper
browser: firefox
command: "npm run cypress:run"

test-binary-against-cypress-realworld-app:
<<: *defaults
resource_class: medium+
Expand Down Expand Up @@ -2254,12 +2227,7 @@ linux-workflow: &linux-workflow
<<: *mainBuildFilters
requires:
- create-build-artifacts
# Re-enable when the cypress-example-conduit-app project is fixed.
# https://github.com/cypress-io/cypress-example-conduit-app/issues/346
# - test-binary-against-conduit-chrome:
# <<: *mainBuildFilters
# requires:
# - create-build-artifacts

- test-binary-against-recipes-firefox:
<<: *mainBuildFilters
requires:
Expand All @@ -2272,14 +2240,6 @@ linux-workflow: &linux-workflow
<<: *mainBuildFilters
requires:
- create-build-artifacts
- test-binary-against-api-testing-firefox:
<<: *mainBuildFilters
requires:
- create-build-artifacts
- test-binary-against-piechopper-firefox:
<<: *mainBuildFilters
requires:
- create-build-artifacts
- test-binary-against-cypress-realworld-app:
<<: *mainBuildFilters
requires:
Expand Down Expand Up @@ -2335,19 +2295,6 @@ mac-workflow: &mac-workflow
requires:
- darwin-build

- test-binary-against-kitchensink:
name: darwin-test-binary-against-kitchensink
executor: mac
requires:
- darwin-create-build-artifacts

- test-binary-against-staging:
context: test-runner:record-tests
name: darwin-test-binary-against-staging
executor: mac
requires:
- darwin-create-build-artifacts

- test-binary-and-npm-against-other-projects:
context: test-runner:trigger-test-jobs
name: darwin-test-binary-and-npm-against-other-projects
Expand Down
4 changes: 0 additions & 4 deletions scripts/binary/bump.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,15 @@ const _PROVIDERS = {
circle: {
main: 'cypress-io/cypress',
linux: [
'cypress-io/cypress-test-tiny',
'cypress-io/cypress-test-module-api',
'cypress-io/cypress-test-node-versions',
'cypress-io/cypress-test-nested-projects',
'cypress-io/cypress-test-ci-environments',
'cypress-io/cypress-test-example-repos',
],
darwin: [
'cypress-io/cypress-test-tiny',
'cypress-io/cypress-test-example-repos',
],
win32: [
'cypress-io/cypress-test-tiny',
'cypress-io/cypress-test-example-repos',
],
},
Expand Down

3 comments on commit a1e6d5c

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a1e6d5c Feb 11, 2022

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/9.5.0/linux-x64/circle-develop-a1e6d5cad1444e27791b344b2b311196620c1c73/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a1e6d5c Feb 11, 2022

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 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/9.5.0/win32-x64/circle-develop-a1e6d5cad1444e27791b344b2b311196620c1c73/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a1e6d5c Feb 11, 2022

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/9.5.0/darwin-x64/circle-develop-a1e6d5cad1444e27791b344b2b311196620c1c73/cypress.tgz

Please sign in to comment.