-
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 #2711 & part of #5343: Workflow cancellation support in CI using concurrency #5466
Fix #2711 & part of #5343: Workflow cancellation support in CI using concurrency #5466
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1bafb2 - Browse repository at this point
Copy the full SHA f1bafb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd7dc0 - Browse repository at this point
Copy the full SHA 1bd7dc0View commit details -
Trigger #2 Triggering CI builds #1 worked as expected with 75% of wor…
…kflows ran and 25% in progress and every in progress got cancelled on Trigger #1
Configuration menu - View commit details
-
Copy full SHA for 9ea4511 - Browse repository at this point
Copy the full SHA 9ea4511View commit details -
Trigger #3 Triggering CI builds #2 worked as expected with 20% of wor…
…kflows ran and 80% in progress and every in progress got cancelled on Trigger #2
Configuration menu - View commit details
-
Copy full SHA for c215fdc - Browse repository at this point
Copy the full SHA c215fdcView commit details
Commits on Jul 24, 2024
-
Merge branch 'develop' of https://github.com/Rd4dev/oppia-android int…
…o workflow_canceller_concurrency
Configuration menu - View commit details
-
Copy full SHA for 66816be - Browse repository at this point
Copy the full SHA 66816beView commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc1ab3b - Browse repository at this point
Copy the full SHA dc1ab3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef9f571 - Browse repository at this point
Copy the full SHA ef9f571View commit details -
Trigger Build before Build App stage
Triggering build after Build App at Utility test stage had the same behaviour of delaying the cut off and it even started the Data tests stage and stopped there
Configuration menu - View commit details
-
Copy full SHA for 3398359 - Browse repository at this point
Copy the full SHA 3398359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee5f80 - Browse repository at this point
Copy the full SHA 0ee5f80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2118891 - Browse repository at this point
Copy the full SHA 2118891View commit details -
Replacing always with !cancelled to not get affected by success and f…
…ailure cases but still consider cancellations
Configuration menu - View commit details
-
Copy full SHA for e9c3d60 - Browse repository at this point
Copy the full SHA e9c3d60View commit details -
Triggering immediately after replacing always with !cancelled to see …
…if they are getting properly cancelled
Configuration menu - View commit details
-
Copy full SHA for 6f54fd0 - Browse repository at this point
Copy the full SHA 6f54fd0View commit details -
Adding !cancelled to unit tests Check Results job while having a forc…
…ed failure for TestFileCheck This should fail the test and eventually call the Check Result job inspite of the failure. If it does then the !cancelled is working as intended replacing always
Configuration menu - View commit details
-
Copy full SHA for 11a0560 - Browse repository at this point
Copy the full SHA 11a0560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eabb1d - Browse repository at this point
Copy the full SHA 5eabb1dView commit details -
Replacing all always expressions with !cancelled since the unit test …
…Check Results calls did get triggered even after failure cases
Configuration menu - View commit details
-
Copy full SHA for 20d9450 - Browse repository at this point
Copy the full SHA 20d9450View commit details -
Triggering immediately after replacing every always expression to con…
…firm the Non-app module steps too does work in the way it is desired to be
Configuration menu - View commit details
-
Copy full SHA for 125d30e - Browse repository at this point
Copy the full SHA 125d30eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10778b9 - Browse repository at this point
Copy the full SHA 10778b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e5112f - Browse repository at this point
Copy the full SHA 6e5112fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e73ae04 - Browse repository at this point
Copy the full SHA e73ae04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 076687e - Browse repository at this point
Copy the full SHA 076687eView commit details -
Triggering once again inbetween the previous check to confirm they ge…
…t cancelled in progress properly
Configuration menu - View commit details
-
Copy full SHA for e9ebf29 - Browse repository at this point
Copy the full SHA e9ebf29View commit details