-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] CI: handle required workflows when skipped #5469
Open
EZoni
wants to merge
51
commits into
ECP-WarpX:development
Choose a base branch
from
EZoni:ci_docs_skip_checks
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 38 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
7f59e52
Add docs change to trigger CI
EZoni 0432f0a
Add workflow to check files changed
EZoni 20250bb
Debugging
EZoni bfda461
Debugging: skip macOS workflow
EZoni 360b43d
Debugging: skip Azure workflows
EZoni ff66cf8
Debugging
EZoni 6f7023f
Debugging: try reusable workflows
EZoni b7a8ffb
Debugging: use separate bash script
EZoni f8d5036
Debugging
EZoni a443348
Debugging from scratch
EZoni 8020529
Debugging
EZoni 07f752f
Clean up bash script
EZoni 616e07c
Clean up bash script
EZoni 33520ed
Clean up bash script
EZoni 822c719
Use shared YAML file
EZoni f456176
Fix shared YAML file
EZoni 4f79b76
Debugging shared YAML file
EZoni 6d01072
Clean up workflow files
EZoni 8cdcfc9
Clean up workflow files
EZoni b1dacec
Clean up workflow files
EZoni 8628ce1
Clean up workflow files
EZoni 69b8902
Clean up workflow files
EZoni f7bb79e
Pass `runs-on` as input
EZoni 4754962
Add missing `type` parameter
EZoni b185fcc
Update ubuntu workflow
EZoni 3394214
Update clang sanitizers workflow
EZoni 96e5527
Fix clang sanitizers workflow
EZoni bdf2fe0
Update clang tidy workflow
EZoni ea76676
Update code quality workflow
EZoni 6a6c48c
Update cuda workflow
EZoni 2a264cf
Update hip workflow
EZoni 698cbfd
Update insitu workflow
EZoni b9e03e0
Update intel workflow
EZoni af29335
Update windows workflow
EZoni f523373
Fix windows workflow
EZoni eb21f6a
Try skipping full job in macOS workflow
EZoni 5c46e8d
Skip full jobs in all workflows
EZoni 488add9
Skip each clang tidy matrix workflow
EZoni 90a2751
Revert changes done only for testing
EZoni c4681e1
Fix `if` condition
EZoni 3ddb412
Test `if` condition
EZoni 7dcd716
Debug `if` condition
EZoni eb2cb20
Do not use shared YAML file
EZoni cfbcd0b
Try setting `SKIP_CHECKS` to string
EZoni a7dce8e
Output from separate workflow file does not work
EZoni 4094c1f
Test new fix
EZoni 5119f4c
Fix all workflows
EZoni 44b99c0
Remove obsolete file
EZoni 4dbe458
Fix clang tidy workflow
EZoni 6636191
Clean up
EZoni 7a5e040
Reset paths to ignore
EZoni File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ pr: | |
paths: | ||
exclude: | ||
- Docs | ||
- .github/workflows/** | ||
- .azure-pipelines.yml | ||
|
||
jobs: | ||
- job: | ||
|
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two paths patterns are here for testing purposes only (since this PR modifies also files that match those patterns). They should be removed before merging the PR.