Skip to content

Conversation

tyler-romero
Copy link
Contributor

@tyler-romero tyler-romero commented Oct 1, 2024

Summary

When updating a PR branch, a lot of concurrent CICD actions can be triggered. This creates a backlog and it takes time for the tests to actually get around to running on the most recent commit. Github makes it easy to cancel in-progress actions when new actions are trigged within a group. This will help avoid wasting GPU time running CICD on out of date commits.

Avoids cancelations on main, so that a complete CICD history is available there.

  • Hardware Type:
  • run make test to ensure correctness
  • run make checkstyle to ensure code style
  • run make test-convergence to ensure convergence

@tyler-romero
Copy link
Contributor Author

image

@tyler-romero tyler-romero marked this pull request as ready for review October 1, 2024 19:04
@tyler-romero tyler-romero changed the title Cancel in-progress GPU actions Cancel in-progress but out-of-date GPU actions Oct 1, 2024
@tyler-romero tyler-romero force-pushed the tyler/cancel-in-progress-gpu-actions branch from 6bcd695 to ff4dbb2 Compare October 1, 2024 19:07
Copy link
Collaborator

@shimizust shimizust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, this will help a lot!

@lancerts lancerts merged commit 744188e into linkedin:main Oct 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants