Gh action software layer scripts commit - #1568
Open
casparvl wants to merge 35 commits into
Open
Conversation
…casparvl/software-layer into improve_software_layer_scripts_workflow
…f this causes the associated CI job to fail
…or the bot/build.sh that gets checked in CI
…against the latest commit on EESSI/software-layer-scripts's main branch, to see if it points to the latest commit
…supported CPU targets for that EESSI version. If there is a checksum, it'll verify that all checksums are the same for all tarballs
added 5 commits
August 10, 2026 17:49
…mplement this in a seperate PR EESSI#1564
…. We don't want to bother contributors who don't know about this file that they have to update stuff - for that we will create a seperate GH Action to automtically create PRs that update this. With this CI, we only ensure that contributors that DO change the commit, ensure that we don't merge an older commit into our software-layer/main branch (even if they built from an older one, which is totally fine)
…scripts_commit file to point to the tip of software-layer-scripts' main branch
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.
Depends on #1353 as it requires the
bot/software_layer_scripts_commitfile to exist first.This GH Action will then automatically create a PR to keep it up to date. The action will be run hourly (as backup), but will in principle be triggered by commits to the main branch of
EESSI/software-layer-scripts. This ensures that whenver someone creates a new feature branch, by default, they will use the then-newest version ofEESSI/software-layer-scriptsfor any subsequent builds.