Preparation for osh-infra merger
Change-Id: I4cf75694e364dfd1970999482ffe7fb6003337b4
This commit is contained in:
parent
53f2fa2463
commit
e1b917d5c5
3
.gitignore
vendored
3
.gitignore
vendored
@ -76,6 +76,9 @@ target/
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
# devcontainer
|
||||
.devcontainer/
|
||||
|
||||
# celery beat schedule file
|
||||
celerybeat-schedule
|
||||
|
||||
|
@ -82,7 +82,7 @@
|
||||
run: tools/gate/playbooks/build-charts.yaml
|
||||
nodeset: airship-drydock-single-node-jammy
|
||||
vars:
|
||||
HTK_COMMIT: 962333df313e04a01923ca8394d2a44f2afbb714
|
||||
HTK_COMMIT: b6fa5ad3dc8daef9fa08a70d981f2bf2a9ca55cf
|
||||
|
||||
- job:
|
||||
name: airship-drydock-chart-build-latest-htk
|
||||
|
@ -16,8 +16,8 @@
|
||||
|
||||
set -eux
|
||||
|
||||
HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm-infra.git"}
|
||||
HTK_STABLE_COMMIT=${HTK_COMMIT:-"d0c93b5648704b9d9999412d932f8329c80362c0"}
|
||||
HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm.git"}
|
||||
HTK_STABLE_COMMIT=${HTK_COMMIT:-"master"}
|
||||
|
||||
TMP_DIR=$(mktemp -d)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user