Skip to content

Commit

Permalink
Revert "chore: CircleCI performance improvements on PRs" (#10246)
Browse files Browse the repository at this point in the history
Revert "chore: CircleCI performance improvements on PRs (#9993)"

This reverts commit 231bb4d.
  • Loading branch information
olerichter00 committed May 16, 2024
1 parent 9775014 commit f36e4a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.
48 changes: 1 addition & 47 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,6 @@ orbs:
macos: circleci/macos@2.5.1
android: circleci/android@2.5.0

only-main-or-release-or-build-me: &only-main-or-release-or-build-me
filters:
branches:
only:
- main
- /.*release$/
- /.*build-me$/
- /.*hotfix$/
- /.*beta-$/

only-prs: &only-prs
filters:
branches:
ignore:
- main
- /.*release$/
- /.*build-me$/
- /.*hotfix$/
- /.*beta-$/

commands:
await-previous-builds:
parameters:
Expand Down Expand Up @@ -256,28 +236,6 @@ jobs:
echo "Triggering CodePush deployment..."
./scripts/codepush/deploy-to-codepush.sh Staging
test-js-pr:
parallelism: 8
executor:
name: node/default
tag: "20.9.0"
resource_class: large
steps:
- checkout
- install-node-modules
- run-relay-compiler
- run:
name: Run Jest For Updated Files and Scenes Only
command: ./scripts/ci/ci-test-js-pr
no_output_timeout: 3600s
environment:
JEST_JUNIT_OUTPUT_DIR: ./reports/junit/
JEST_JUNIT_UNIQUE_OUTPUT_NAME: true
- store_artifacts:
path: ./reports/junit/
- store_test_results:
path: ./reports/junit/

test-js:
parallelism: 8
executor:
Expand Down Expand Up @@ -526,11 +484,7 @@ workflows:
only:
- main

- test-js:
<<: *only-main-or-release-or-build-me

- test-js-pr:
<<: *only-prs
- test-js

- build-test-js

Expand Down
21 changes: 0 additions & 21 deletions scripts/ci/ci-test-js-pr

This file was deleted.

0 comments on commit f36e4a8

Please sign in to comment.