Skip to content

Commit

Permalink
Debugging commit: DONT MERGED
Browse files Browse the repository at this point in the history
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
  • Loading branch information
tico88612 committed Jul 7, 2024
1 parent 779bff4 commit 0a2385b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@ packet_cleanup_old:
- make cleanup-packet
after_script: []

packet_centos7-calico-ha-once-localhost:
stage: test
extends: .packet_pr
variables:
# This will instruct Docker not to start over TLS.
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: "tcp://docker:2375"
services:
- docker:26.1.4-dind

packet_centos7-flannel-addons-ha:
stage: test
extends: .packet_pr

# The ubuntu20-calico-all-in-one jobs are meant as early stages to prevent running the full CI if something is horribly broken
packet_ubuntu20-calico-all-in-one:
stage: deploy-part1
Expand Down

0 comments on commit 0a2385b

Please sign in to comment.