opendatahub-io/Setup CI Environment
Sets up runner with container images and environment for CI jobs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- None
Pinned Snippet
uses: opendatahub-io/ogx-showroom@69b03cce9cfec3eb7b0d0ab4c159c8f7e755586c # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| catalog_image | OLM catalog image | no | "" |
| ogx_image | OGX distro image (extracted from catalog if not provided) | no | "" |
| operator_image | Operator image (extracted from catalog if not provided) | no | "" |
| env | Environment variables in KEY=value format (multiline). Use this for secrets and config like SHOWROOM_PULL_SECRET, SHOWROOM_VLLM_URL, etc. | no | "" |
| oc_server | OpenShift server URL | no | "" |
| oc_token | OpenShift authentication token | no | "" |
Outputs
| name | description |
|---|---|
| scripts_dir | Directory containing provision.sh, test.sh, cleanup.sh |