Skip to content

ci: add --install-only-baseos option for minimal OS setup#47

Merged
adrianreber merged 1 commit intomainfrom
2025-11-24-install-only
Mar 3, 2026
Merged

ci: add --install-only-baseos option for minimal OS setup#47
adrianreber merged 1 commit intomainfrom
2025-11-24-install-only

Conversation

@adrianreber
Copy link
Copy Markdown
Member

Add a new --install-only-baseos flag to run-ci.sh that installs only the base operating system without the OpenHPC cluster, root-level tests, or user-level tests. This mode is useful for testing base OS provisioning independently.

When this flag is set, the script:

  • Sets InstallCluster, RootLevelTests, and UserLevelTests to false
  • Skips copying test result logs from the SMS node
  • Skips determining and printing the last job ID
  • Disables data upload (no test data to upload)

The control variables (InstallCluster, RootLevelTests, UserLevelTests) are now always set by run-ci.sh rather than having defaults in the vars file, ensuring consistent behavior based on the selected installation mode.

🤖 Generated with Claude Code

Add a new --install-only-baseos flag to run-ci.sh that installs only the base
operating system without the OpenHPC cluster, root-level tests, or user-level
tests. This mode is useful for testing base OS provisioning independently.

When this flag is set, the script:
- Sets InstallCluster, RootLevelTests, and UserLevelTests to false
- Skips copying test result logs from the SMS node
- Skips determining and printing the last job ID
- Disables data upload (no test data to upload)

The control variables (InstallCluster, RootLevelTests, UserLevelTests) are now
always set by run-ci.sh rather than having defaults in the vars file, ensuring
consistent behavior based on the selected installation mode.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Adrian Reber <areber@redhat.com>
@adrianreber adrianreber merged commit c311557 into main Mar 3, 2026
7 checks passed
@adrianreber adrianreber deleted the 2025-11-24-install-only branch March 3, 2026 15:48
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.

1 participant