Skip to content

Temporarily disable pushing the changes output to the PR branch#538

Closed
alecbcs wants to merge 1 commit into
mainfrom
ci/disable-output-generation-to-branch
Closed

Temporarily disable pushing the changes output to the PR branch#538
alecbcs wants to merge 1 commit into
mainfrom
ci/disable-output-generation-to-branch

Conversation

@alecbcs

@alecbcs alecbcs commented Jun 17, 2026

Copy link
Copy Markdown
Member

Temporarily pushing the modified outputs to the PR branch.

Signed-off-by: Alec Scott <alec@llnl.gov>
Comment on lines 30 to 41
- name: Download container from artifact if PR
if: github.event_name == 'pull_request' && inputs.with_pr_container
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: tutorial-container
path: /tmp

- name: Import container from PR artifact
if: github.event_name == 'pull_request' && inputs.with_pr_container
run: |
docker load --input /tmp/tutorial-container.tar
docker image ls -a

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Since we are updating the OS and we have no tag for the buildcache yet, also the container is missing - and it takes a long time to create it with the current machinery (we are talking of hours / days for a single pipeline iteration + working around using a tag).

So we would need to override container generation too. That's what makes #537 preferable to me.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Commented on #537.

@alecbcs

alecbcs commented Jun 19, 2026

Copy link
Copy Markdown
Member Author

Superseded by #543

@alecbcs alecbcs closed this Jun 19, 2026
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.

2 participants