opendatahub-io/Setup CI Environment

Sets up runner with container images and environment for CI jobs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 9, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: opendatahub-io/ogx-showroom@69b03cce9cfec3eb7b0d0ab4c159c8f7e755586c # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
catalog_imageOLM catalog imageno""
ogx_imageOGX distro image (extracted from catalog if not provided)no""
operator_imageOperator image (extracted from catalog if not provided)no""
envEnvironment variables in KEY=value format (multiline). Use this for secrets and config like SHOWROOM_PULL_SECRET, SHOWROOM_VLLM_URL, etc.no""
oc_serverOpenShift server URLno""
oc_tokenOpenShift authentication tokenno""
namedescription
scripts_dirDirectory containing provision.sh, test.sh, cleanup.sh