Browse Source
CI: fix test name debian10-aio was a 2 instance default (#8286)
* CI: fix test name debian10-aio was a 2 instance default
* CI: Fix running ubuntu20-aio-docker
* CI: Fix running ubuntu18-aio-docker
pull/8306/head
Cristian Calin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
11 additions and
1 deletions
-
.gitlab-ci/packet.yml
-
tests/files/packet_debian10-calico.yml
-
tests/files/packet_ubuntu18-aio-docker.yml
-
tests/files/packet_ubuntu20-aio-docker.yml
|
@ -50,6 +50,16 @@ packet_ubuntu20-calico-aio-ansible-2_11: |
|
|
|
|
|
|
|
|
# ### PR JOBS PART2 |
|
|
# ### PR JOBS PART2 |
|
|
|
|
|
|
|
|
|
|
|
packet_ubuntu18-aio-docker: |
|
|
|
|
|
stage: deploy-part2 |
|
|
|
|
|
extends: .packet_pr |
|
|
|
|
|
when: on_success |
|
|
|
|
|
|
|
|
|
|
|
packet_ubuntu20-aio-docker: |
|
|
|
|
|
stage: deploy-part2 |
|
|
|
|
|
extends: .packet_pr |
|
|
|
|
|
when: on_success |
|
|
|
|
|
|
|
|
packet_ubuntu18-calico-aio: |
|
|
packet_ubuntu18-calico-aio: |
|
|
stage: deploy-part2 |
|
|
stage: deploy-part2 |
|
|
extends: .packet_pr |
|
|
extends: .packet_pr |
|
@ -105,7 +115,7 @@ packet_debian10-cilium-svc-proxy: |
|
|
extends: .packet_periodic |
|
|
extends: .packet_periodic |
|
|
when: on_success |
|
|
when: on_success |
|
|
|
|
|
|
|
|
packet_debian10-aio: |
|
|
|
|
|
|
|
|
packet_debian10-calico: |
|
|
stage: deploy-part2 |
|
|
stage: deploy-part2 |
|
|
extends: .packet_pr |
|
|
extends: .packet_pr |
|
|
when: on_success |
|
|
when: on_success |
|
|