Merge Charliecloud updates, improve CI, and fix test issues from 4.x#2495
Merged
adrianreber merged 10 commits intoApr 27, 2026
Conversation
Signed-off-by: Adrian Reber <areber@redhat.com>
- spack: 1.1.0 -> 1.1.1 upstream: spack/spack Command: `misc/check_for_package_updates.py -v -o markdown spack --update` Signed-off-by: Adrian Reber <areber@redhat.com>
Fix two issues in run_build.py: - Success count was negative for MPI-dependent packages because it used total spec files minus individual build failures - Failure messages now include compiler/MPI family info for clarity Generated with [Claude Code](https://claude.ai/code) Signed-off-by: Adrian Reber <areber@redhat.com> (cherry picked from commit bcbdf16)
When more than one spec file is specified, use misc/build_order.sh to determine the correct build order via topological sort. After each spec build, run createrepo_c on the rpmbuild RPMS directory and register it as a local DNF/zypper repository so that subsequent builds can resolve dependencies on just-built RPMs. Also set up the RPM build environment (directories and OHPC_macros) before invoking build_order.sh, matching the setup used in the build-order-analysis CI workflow. Generated with Claude Code (https://claude.ai/code) Signed-off-by: Adrian Reber <areber@redhat.com> (cherry picked from commit d132f0c)
- Add setup_slurm_and_run_tests.sh to shfmt lint target - Apply ruff formatting to run_build.py - Apply shfmt formatting to setup_slurm_and_run_tests.sh - Add make distclean step on successful test completion - Add DISTCLEANFILES to compilers/Makefile.am - Fix missing newline at end of compilers/Makefile.am Generated with Claude Code (https://claude.ai/code) Signed-off-by: Adrian Reber <areber@redhat.com> (cherry picked from commit c1904aa)
🚀 CCache Statistics
📊 Detailed StatisticsLEAP (aarch64/gnu15)LEAP (x86_64/gnu15)openEuler (aarch64)openEuler (x86_64)RHEL (aarch64/gnu15)RHEL (x86_64/gnu15)RHEL (x86_64/intel)🤖 Generated from workflow run |
Signed-off-by: Adrian Reber <areber@redhat.com>
Bring enhanced version of count_avail_packages.sh from the 4.x branch, adapted for 3.x supported OSes (EL_9, Leap_15, openEuler_22.03). Adds factory mode (-f), debug mode (-d), markdown table output, glow support, version auto-detection from git branch, and version validation against OBS/staging. Generated with Claude Code (https://claude.ai/code) Signed-off-by: Adrian Reber <areber@redhat.com>
Also python3.11 for leap 15.5. Python 3.6 is too old. Signed-off-by: Adrian Reber <areber@redhat.com>
57113a0 to
b30a32f
Compare
Add support for running all tests by including [TESTS:ALL] in the PR description. When detected, the test jobs will pass ALL to setup_slurm_and_run_tests.sh instead of the list of changed files. This applies to both RHEL and openEuler test jobs. Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Adrian Reber <areber@redhat.com> (cherry picked from commit 6724af8)
Pass PR body via env variable instead of inline interpolation to prevent shell metacharacters (backticks, $(), etc.) in the PR description from being executed by bash. Generated with Claude Code (https://claude.ai/code) Signed-off-by: Adrian Reber <areber@redhat.com> (cherry picked from commit 80b7598)
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.
No description provided.