Skip to content

Commit

Permalink
Remove StaticLibraries job of RNTester as they are duplicated
Browse files Browse the repository at this point in the history
Summary:
Removing the `test_ios_rntester` jobs for the following config:
- (OldArch, JSC, StaticLibraries)
- (OldArch, Hermes, StaticLibraries)

As this job just test that this configuration can be built and we have two other jobs (`test_ios-Hermes` and `test_ios-JSC`) which builds the same configs (so the test is duplicated) and they run unit and integration tests on top of these.

bypass-github-export-checks

## Changelog:
[Internal] - Remove duplicated `test_ios_rntester` jobs

Reviewed By: cortinico

Differential Revision: D48264664

fbshipit-source-id: 6dbf0edb9aba9ca8340b7c722b4f5c189c961577
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Aug 11, 2023
1 parent acaf667 commit 4dbf5dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2170,6 +2170,15 @@ workflows:
architecture: ["NewArch", "OldArch"]
jsengine: ["Hermes", "JSC"]
use_frameworks: ["StaticLibraries", "DynamicFrameworks"]
exclude:
# Tested by test_ios-Hermes
- architecture: "OldArch"
jsengine: "Hermes"
use_frameworks: "StaticLibraries"
# Tested by test_ios-JSC
- architecture: "OldArch"
jsengine: "JSC"
use_frameworks: "StaticLibraries"
- test_ios:
name: "Test iOS with Ruby 3.2.0"
run_unit_tests: true
Expand Down

0 comments on commit 4dbf5dc

Please sign in to comment.