react-native-macos/.circleci
Riccardo Cipolleschi acb88d477e Makes the Jobs required for Hermes to run in tagged build while releasing (#39806)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/39806

Same issue of the previous fix: jobs do not run by default on tagged build. I forgot to add the filter parameter in the jobs that build the slices for Hermes and packages it and therefore the build failed.

I added those filters, so now we should be able to release RC.1.

What puzzles me is how it is possible that the publish-npm jobs even started, given that it was set up to depends on a job called build_hermes_macos which was not executed in the pipeline. 🤔

https://pxl.cl/3w2rr

## Changelog:
[Internal] - Make sure that the Hermes jobs starts when releasing

Reviewed By: dmytrorykun

Differential Revision: D49906898

fbshipit-source-id: ebbceb6cbc4dcd2ac22445610da1c52000c8ae2a
2023-10-04 05:49:39 -07:00
..
configurations Makes the Jobs required for Hermes to run in tagged build while releasing (#39806) 2023-10-04 05:49:39 -07:00
README.md Move danger to bots directory 2018-01-31 16:42:41 -08:00
config.yml Make the Choose CI Job run also on tags (#39776) 2023-10-03 04:40:41 -07:00
verdaccio.yml chore: rename normalize-color to normalize-colors (umbrella 480) (#34571) 2022-12-01 08:46:57 -08:00

README.md

Circle CI

This directory is home to the Circle CI configuration file. Circle is our continuous integration service provider. You can see the overall status of React Native's builds at https://circleci.com/gh/facebook/react-native

You may also see an individual PR's build status by scrolling down to the Checks section in the PR.