-
Notifications
You must be signed in to change notification settings - Fork 521
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
Fix affected target computation breaking CI workflows when no targets are affected #2696
Merged
BenHenning
merged 11 commits into
develop
from
fix-incorrect-affected-target-handling-when-empty
Feb 13, 2021
Merged
Fix affected target computation breaking CI workflows when no targets are affected #2696
BenHenning
merged 11 commits into
develop
from
fix-incorrect-affected-target-handling-when-empty
Feb 13, 2021
Commits on Feb 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for af96e06 - Browse repository at this point
Copy the full SHA af96e06View commit details
Commits on Feb 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f5f0b18 - Browse repository at this point
Copy the full SHA f5f0b18View commit details -
Configuration menu - View commit details
-
Copy full SHA for b926a71 - Browse repository at this point
Copy the full SHA b926a71View commit details -
While Bazel can run an empty list of tests, GitHub actions always expects at least 1 entry for matrix-dependent actions. This is based on https://github.community/t/empty-matrix-fails-workflow/128736/2. It's not yet clear if this will properly allow check_test_results to pass if the workflow is skipped. That will need to be tested.
Configuration menu - View commit details
-
Copy full SHA for 72d6f7a - Browse repository at this point
Copy the full SHA 72d6f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 679fbd3 - Browse repository at this point
Copy the full SHA 679fbd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c177ab4 - Browse repository at this point
Copy the full SHA c177ab4View commit details -
Merge branch 'fix-incorrect-affected-target-handling-when-empty' of g…
…ithub.com:oppia/oppia-android into fix-incorrect-affected-target-handling-when-empty
Configuration menu - View commit details
-
Copy full SHA for f9ef67d - Browse repository at this point
Copy the full SHA f9ef67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca93a1 - Browse repository at this point
Copy the full SHA 2ca93a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b5d20 - Browse repository at this point
Copy the full SHA e7b5d20View commit details -
Update compute_affected_tests.sh
Undo removing the newline since it's not actually needed.
Configuration menu - View commit details
-
Copy full SHA for 3d5758c - Browse repository at this point
Copy the full SHA 3d5758cView commit details -
Re-remove newline since it is needed.
I forgot that we're performing an empty check, so the extra newline does break it.
Configuration menu - View commit details
-
Copy full SHA for c0c46bf - Browse repository at this point
Copy the full SHA c0c46bfView commit details
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.