Minor fixes for tests
* Update the openstack-client image url to avoid Docker Hub rate limits. * One line fix for use-it.sh script * Temporarily disable voting for the Kubespray job because it often encounters Docker Hub rate limits. * Increase jobs timeout Depends-On: I58946e6fc63d726e08d83ea7f96e7fef140ddf21 Change-Id: Iae92c73135391a930f1c1dc95dadce424678aee3
This commit is contained in:
parent
79f3ddfa17
commit
1425f5426c
@ -59,6 +59,6 @@ sudo docker run \\
|
||||
-v /etc/openstack-helm:/etc/openstack-helm \\
|
||||
-e OS_CLOUD=\${OS_CLOUD} \\
|
||||
\${OPENSTACK_CLIENT_CONTAINER_EXTRA_ARGS} \\
|
||||
docker.io/openstackhelm/openstack-client:\${OPENSTACK_RELEASE:-2024.2} openstack "\${args[@]}"
|
||||
quay.io/airshipit/openstack-client:\${OPENSTACK_RELEASE:-2024.2} openstack "\${args[@]}"
|
||||
EOF
|
||||
sudo chmod +x /usr/local/bin/openstack
|
||||
|
@ -153,7 +153,7 @@ if openstack service list -f value -c Type | grep -q "^volume"; then
|
||||
DEVS_PRE_ATTACH=$(mktemp)
|
||||
ssh -i ${SSH_DIR}/osh_key ${IMAGE_USER}@${FLOATING_IP} lsblk > ${DEVS_PRE_ATTACH}
|
||||
|
||||
openstack stack list show "heat-vm-volume-attach" || \
|
||||
openstack stack show "heat-vm-volume-attach" || \
|
||||
# Create and attach a block device to the instance
|
||||
openstack stack create --wait \
|
||||
--parameter instance_uuid=${INSTANCE_ID} \
|
||||
|
@ -42,7 +42,7 @@
|
||||
- ^.*\.rst.gotmpl$
|
||||
- ^doc/.*$
|
||||
- ^releasenotes/.*$
|
||||
timeout: 7200
|
||||
timeout: 10800
|
||||
pre-run:
|
||||
- tools/gate/playbooks/prepare-hosts.yaml
|
||||
- tools/gate/playbooks/inject-keys.yaml
|
||||
@ -75,6 +75,9 @@
|
||||
name: openstack-helm-deploy-kubespray
|
||||
parent: openstack-helm-deploy
|
||||
abstract: true
|
||||
# NOTE(kozhukalov): Temporarily disable voting for this job
|
||||
# due to image pull rate limits on Docker Hub.
|
||||
voting: false
|
||||
run:
|
||||
- tools/gate/playbooks/deploy-env-kubespray.yaml
|
||||
- tools/gate/playbooks/run-scripts.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user