Skip to content

[RN][CI] Fix check nightlies by escaping the artifact folder#50726

Closed
cipolleschi wants to merge 1 commit intomainfrom
cipolleschi/fix-check-nightlies
Closed

[RN][CI] Fix check nightlies by escaping the artifact folder#50726
cipolleschi wants to merge 1 commit intomainfrom
cipolleschi/fix-check-nightlies

Conversation

@cipolleschi
Copy link
Copy Markdown
Contributor

Summary:

The check nightlies job is failing on some libraries because the library key contains / and characters that fails to be used properly when they are part of a path.
With this change, we are replacing those characters with _ so this is a valid path were CI can save the outcome that needs to be collected later.

Changelog:

[Internal] - Fix folder path

Test Plan:

Running in GHA

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Apr 15, 2025
@cipolleschi cipolleschi force-pushed the cipolleschi/fix-check-nightlies branch 5 times, most recently from b4272f3 to 81332f9 Compare April 15, 2025 12:45
@cipolleschi cipolleschi force-pushed the cipolleschi/fix-check-nightlies branch from 81332f9 to f17d4a8 Compare April 15, 2025 13:55
@cipolleschi cipolleschi marked this pull request as ready for review April 15, 2025 13:55
@facebook-github-bot
Copy link
Copy Markdown
Contributor

@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Apr 15, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

@cipolleschi merged this pull request in b028f84.

uffoltzl pushed a commit to uffoltzl/react-native that referenced this pull request Apr 18, 2025
Summary:
The check nightlies job is failing on some libraries because the library key contains `/` and ` ` characters that fails to be used properly when they are part of a path.
With this change, we are replacing those characters with `_` so this is a valid path were CI can save the outcome that needs to be collected later.

## Changelog:
[Internal] - Fix folder path

Pull Request resolved: facebook#50726

Test Plan: Running in GHA

Reviewed By: cortinico

Differential Revision: D73036049

Pulled By: cipolleschi

fbshipit-source-id: 147b9fa15b4dfa08e94f01715e5a175479230d80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants