CI: isolate LTS container packages - #7781
Open
Stardust0831 wants to merge 1 commit into
Open
Conversation
|
Testing workflows also need modification, otherwise they will use containers from develop branch in the future if a PR to LTS branch is submitted. But this will definitely break the current CI workflow in this PR. |
Collaborator
Author
|
Agreed. The LTS test workflows should move to |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reminder
Linked Issue
Fix #7780
Unit Tests and/or Case Tests for my changes
ruby -e 'require "yaml"; YAML.parse_file(".github/workflows/devcontainer.yml")'-- passed.-ltssuffix -- passed (3/3 isolated).git diff --check-- passed.X64runner and registry credentials.What's changed?
abacus-{gnu,intel,cuda}-ltsin both GHCR and the AliCloud registry.abacus-*-lts:latestpackage.abacus-*:latestnames for develop and existing consumers, avoiding a breaking migration of legacy workflows and user scripts.This prevents future LTS pushes from overwriting the develop images. The first LTS build may be a cold build because the suffixed cache packages do not exist yet. After this PR is merged, the develop Container workflow still needs to be rerun once to restore the currently overwritten unsuffixed
latestimages.Any changes of core modules? (ignore if not applicable)