Skip to content
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

Mitigate GH Job Time Limit w/ Job per Iteration #330

Merged
merged 16 commits into from
Jul 31, 2024

Conversation

stanbrub
Copy link
Collaborator

@stanbrub stanbrub commented Jul 30, 2024

  • All iterations now run in separate successive jobs (not in parallel)
  • For release and nightly, iteration-tagged vs non-tagged benchmarks now run in separate jobs
  • Benchmark build/setup and Deephaven branch/image build/install are now in a separate job
  • SVG, Slack, and GCloud publishing are in a separate job
  • Note: This change uses the GH workflow "matrix" strategy to run each iteration as a job even if the iteration count is known at runtime (i.e. may be provided by a user)

@stanbrub stanbrub self-assigned this Jul 30, 2024
@stanbrub stanbrub changed the title Benchmark run job matrix Mitigate GH Job Time Limit w/ Job per Iteration Jul 31, 2024
@stanbrub stanbrub merged commit a4f6938 into deephaven:main Jul 31, 2024
2 checks passed
@stanbrub stanbrub deleted the benchmark-run-job-matrix branch July 31, 2024 01:55
@stanbrub stanbrub linked an issue Jul 31, 2024 that may be closed by this pull request
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.

Update Workflows for 6 Hour Runner Limit
1 participant