Skip to content

Commit

Permalink
Remove Flipper jobs from CircleCI (#38911)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #38911

Flipper is going to be deprecated in 0.73. So we can decide to remove the CircleCI tests that run Flipper:

- test_ios_template-NewArch-Debug-WithFlipper-Hermes-StaticLibraries
- test_ios_template-NewArch-Debug-WithFlipper-JSC-StaticLibraries
- test_ios_template-OldArch-Debug-WithFlipper-JSC-StaticLibraries

Changelog:

[Internal] [Changed] - Remove Flipper jobs from Circle CI

Reviewed By: cipolleschi

Differential Revision: D48209184

fbshipit-source-id: f43613d17093c4cc883409d4f083c577da924b78
  • Loading branch information
arushikesarwani94 authored and facebook-github-bot committed Aug 15, 2023
1 parent 3b43d56 commit b012027
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2246,6 +2246,21 @@ workflows:
jsengine: "JSC"
flipper: "WithFlipper"
use_frameworks: "DynamicFrameworks"
- architecture: "NewArch"
flavor: "Debug"
jsengine: "Hermes"
flipper: "WithFlipper"
use_frameworks: "StaticLibraries"
- architecture: "NewArch"
flavor: "Debug"
jsengine: "JSC"
flipper: "WithFlipper"
use_frameworks: "StaticLibraries"
- architecture: "OldArch"
flavor: "Debug"
jsengine: "JSC"
flipper: "WithFlipper"
use_frameworks: "StaticLibraries"
- test_ios_rntester:
requires:
- build_hermes_macos
Expand Down

0 comments on commit b012027

Please # to comment.