Skip to content

Commit

Permalink
fix-ci-packet_centos7-calico-ha-once-localhost
Browse files Browse the repository at this point in the history
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
  • Loading branch information
yankay committed Jun 24, 2024
1 parent 24dc4ce commit 55f4e9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,10 @@ packet_centos7-calico-ha-once-localhost:
when: on_success
variables:
# This will instruct Docker not to start over TLS.
DOCKER_LOCALHOST_ENABLE: true
DOCKER_TLS_CERTDIR: ""
services:
- docker:19.03.9-dind
- docker:26.1.4-dind

packet_almalinux8-kube-ovn:
stage: deploy-part2
Expand Down
4 changes: 4 additions & 0 deletions tests/scripts/testcases_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ test "${UPGRADE_TEST}" != "false" && git checkout "${CI_COMMIT_SHA}" tests/files
test "${UPGRADE_TEST}" != "false" && git checkout "${CI_COMMIT_SHA}" ${CI_TEST_REGISTRY_MIRROR}
test "${UPGRADE_TEST}" != "false" && git checkout "${CI_COMMIT_SHA}" ${CI_TEST_SETTING}

# Start docker service
test "${DOCKER_LOCALHOST_ENABLE}" != "false" && service docker start
test "${DOCKER_LOCALHOST_ENABLE}" != "false" && sleep 10
test "${DOCKER_LOCALHOST_ENABLE}" != "false" && docker info

run_playbook () {
playbook=$1
Expand Down

0 comments on commit 55f4e9c

Please sign in to comment.