Skip to content

Commit

Permalink
build bootc in official repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreyd committed Nov 15, 2024
1 parent 2946ab9 commit 173e44d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doozer/doozerlib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
KONFLUX_DEFAULT_PIPELINERUN_TIMEOUT = "1h0m0s"
KONFLUX_DEFAULT_PIPRLINE_DOCKER_BUILD_BUNDLE_PULLSPEC = "quay.io/konflux-ci/tekton-catalog/pipeline-docker-build:devel"
KONFLUX_DEFAULT_IMAGE_REPO = "quay.io/openshift-release-dev/ocp-v4.0-art-dev-test" # FIXME: This is a temporary repo.
ART_DEFAULT_IMAGE_REPO = "quay.io/openshift-release-dev/ocp-v4.0-art-dev"
KONFLUX_UI_HOST = "https://konflux.apps.stone-prod-p02.hjvn.p1.openshiftapps.com"
KONFLUX_UI_DEFAULT_WORKSPACE = "ocp-art" # associated with ocp-art-tenant
MAX_KONFLUX_BUILD_QUEUE_SIZE = 10 # how many concurrent Konflux pipeline can we spawn?
Expand Down
2 changes: 2 additions & 0 deletions pyartcd/pyartcd/pipelines/build_microshift_bootc.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
get_release_name_for_assembly,
get_microshift_builds)
from pyartcd.plashets import build_plashets, plashet_config_for_major_minor
from doozerlib.constants import ART_DEFAULT_IMAGE_REPO

yaml = YAML(typ="rt")
yaml.default_flow_style = False
Expand Down Expand Up @@ -271,6 +272,7 @@ async def _rebase_and_build_bootc(self):
# also not passing this breaks the command since we try to use brew to find the appropriate commit
"--lock-upstream", bootc_image_name, "HEAD",
"beta:images:konflux:build",
"--image-repo", ART_DEFAULT_IMAGE_REPO,
"--konflux-kubeconfig", kubeconfig,
"--konflux-namespace", "ocp-art-tenant"
]
Expand Down

0 comments on commit 173e44d

Please sign in to comment.