Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions roles/devscripts/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,7 @@ cifmw_devscripts_packages:
- buildah

cifmw_devscripts_repo: "https://github.com/openshift-metal3/dev-scripts.git"
# Note: Pinning devscripts at https://github.com/openshift-metal3/dev-scripts/commit/9116d288bb2885a29d3c9c9c4bf422305bef370d
# (last known-good before regressions from):
# - https://github.com/openshift-metal3/dev-scripts/pull/1922 broke local registry setup
# (connection refused during release mirror; OSPCIX-1469)
# - https://github.com/openshift-metal3/dev-scripts/pull/1933 switched the default CI
# registry to quay-proxy.ci.openshift.org and breaks pull-secret login in our jobs
# (invalid username/password at build_installer; OSPCIX-1472)
# We should unpin once upstream fixes are available and validated in RHOSO CI.
cifmw_devscripts_repo_branch: 9116d288bb2885a29d3c9c9c4bf422305bef370d
cifmw_devscripts_repo_branch: HEAD

cifmw_devscripts_config_defaults:
working_dir: "/home/dev-scripts"
Expand Down
Loading