-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): Better local running (#17432)
* Fixed import-merge syntax * Add conditional publishing steps * Set runner image by env * Only check existence of relevant branches * Don't run locally * Names and debug * Improve get-cache * Revert "Improve get-cache" This reverts commit fd15e54. * Add cache-url input and only set when not local * pipefail by default * Install java if missing (for codegen * Only home paths, and quoting * // For local development * Home debug * Only override cypress cache when no env variable is set * Fall back to all affected if stickman fails * Allow and handle failure in permission check * Don't collect failures * Revert codemagic.yaml to main * Comment, and improve readability * Revert image config * Revert default shell * Subshell node list * debug checking out branches * Fetch branch and comment * Create main branches as well * Remove duplicate branch creation * Remove java install step * Refactor 'Preparing HEAD and BASE tags' * Only try to create branches if they don't exist * Revert "Only try to create branches if they don't exist" This reverts commit c0b1146. * Spacing * Verify or create branches * Remove // For local development * Comment on Cypress override * Reduce diff for 00_prepare-base-tags.sh * pullrequest.yml cleanup * Always wait for collector (revert to main) * Support localrun & less diff * Re-add octokit auth * Debug and pipefail get-cache exporting * Revert actions/ to main * Remove pipefail for export * Rabbit review * Move get-cache required env vars back to github-script * Revert checking out relevant branches to main, but with force * checkout, but preserve local changes * localrun cleanup * Only use github.event.localrun for local condition * Use if for permission, not continue-on-error (reviewfix) * Don't run permission check locally
- Loading branch information
1 parent
43f0fa9
commit 722d057
Showing
4 changed files
with
63 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters