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 21, 2024
1 parent 24dc4ce commit 27ee765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,9 @@ packet_debian12-cilium:
when: on_success

packet_centos7-calico-ha-once-localhost:
stage: deploy-part2
stage: unit-tests
extends: .packet_pr
when: on_success
variables:
# This will instruct Docker not to start over TLS.
DOCKER_TLS_CERTDIR: ""
services:
- docker:19.03.9-dind

packet_almalinux8-kube-ovn:
stage: deploy-part2
Expand Down
2 changes: 2 additions & 0 deletions tests/scripts/testcases_cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -euxo pipefail

sleep 1800

cd tests && make delete-${CI_PLATFORM} -s ; cd -

if [ -d ~/.ara ] ; then
Expand Down

0 comments on commit 27ee765

Please sign in to comment.