Skip to content

fix: only concretize eic_tf on gh but don't build#268

Merged
wdconinc merged 1 commit intomasterfrom
wdconinc-patch-12
May 7, 2026
Merged

fix: only concretize eic_tf on gh but don't build#268
wdconinc merged 1 commit intomasterfrom
wdconinc-patch-12

Conversation

@wdconinc
Copy link
Copy Markdown
Contributor

@wdconinc wdconinc commented May 7, 2026

Briefly, what does this PR introduce? Please link to any relevant presentations or discussions.

This PR changes the strategy for eic_tf to only concretize the environment on GitHub but stops it from being built on GitHub.

TensorFlow takes more than 6 hours to build on GitHub so it times out. We therefore essentially rely on already having a build in the cache, which only happens (at best) on the second time we run the job and eicweb has already populated it there.

Moreover, until #227 there is the potential for divergence in the exact conditions of the container builds between GitHub amd eicweb, so lately we don't even match the hash of TensorFlow between GitHub and eicweb anymore either. See https://github.com/eic/containers/actions/runs/25470306644 for current default branch failure.

What is the urgency of this PR?

  • High (please describe reason below)
  • Medium
  • Low

What kind of change does this PR introduce?

Please check if any of the following apply

  • This PR introduces breaking changes. Please describe changes users need to make below.
  • This PR changes default behavior. Please describe changes below.
  • AI was used in preparing this PR. Please describe usage below.

eic_tf has started to fail to build quite consistently on GitHub, and is tying up runners for 6 hours at a time.

Copilot AI review requested due to automatic review settings May 7, 2026 13:15
@wdconinc wdconinc enabled auto-merge (squash) May 7, 2026 13:16
@wdconinc wdconinc requested a review from a team May 7, 2026 13:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adjusts the GitHub Actions build workflow so the eic_tf environment is only concretized (Spack lock resolution + duplicate checks) on GitHub runners, avoiding the long TensorFlow build that frequently times out in GitHub CI while still validating the environment setup.

Changes:

  • Update the eic_tf GitHub Actions matrix entry to build only the builder_concretization_default Docker target instead of the final target.

Comment thread .github/workflows/build-push.yml
@wdconinc wdconinc mentioned this pull request May 7, 2026
11 tasks
@wdconinc wdconinc disabled auto-merge May 7, 2026 23:55
@wdconinc wdconinc merged commit 5933d8a into master May 7, 2026
80 of 82 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