Update tests names (#5904)
This commit is contained in:
parent
00efc63f74
commit
6a92e34994
10 changed files with 11 additions and 11 deletions
|
@ -22,15 +22,15 @@ packet_ubuntu20-calico-aio:
|
||||||
|
|
||||||
# ### PR JOBS PART2
|
# ### PR JOBS PART2
|
||||||
|
|
||||||
packet_centos7-flannel-addons:
|
packet_centos7-flannel-containerd-addons-ha:
|
||||||
extends: .packet
|
extends: .packet
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|
||||||
# ### MANUAL JOBS
|
# ### MANUAL JOBS
|
||||||
|
|
||||||
packet_centos7-weave-kubeadm-sep:
|
packet_centos7-weave-upgrade-ha:
|
||||||
stage: deploy-part2
|
stage: deploy-part3
|
||||||
extends: .packet
|
extends: .packet
|
||||||
when: on_success
|
when: on_success
|
||||||
variables:
|
variables:
|
||||||
|
@ -43,12 +43,12 @@ packet_ubuntu16-weave-sep:
|
||||||
|
|
||||||
# # More builds for PRs/merges (manual) and triggers (auto)
|
# # More builds for PRs/merges (manual) and triggers (auto)
|
||||||
|
|
||||||
packet_ubuntu16-canal-ha:
|
packet_ubuntu16-canal-sep:
|
||||||
stage: deploy-special
|
stage: deploy-special
|
||||||
extends: .packet
|
extends: .packet
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
packet_ubuntu16-canal-kubeadm:
|
packet_ubuntu16-canal-kubeadm-ha:
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
extends: .packet
|
extends: .packet
|
||||||
when: on_success
|
when: on_success
|
||||||
|
@ -69,23 +69,23 @@ packet_ubuntu18-cilium-sep:
|
||||||
extends: .packet
|
extends: .packet
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
packet_ubuntu18-flannel-containerd:
|
packet_ubuntu18-flannel-containerd-ha:
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
extends: .packet
|
extends: .packet
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
packet_ubuntu18-flannel-containerd-once:
|
packet_ubuntu18-flannel-containerd-ha-once:
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
extends: .packet
|
extends: .packet
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
packet_debian9-macvlan-sep:
|
packet_debian9-macvlan:
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
extends: .packet
|
extends: .packet
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
packet_debian9-calico-upgrade-once:
|
packet_debian9-calico-upgrade-once:
|
||||||
stage: deploy-part2
|
stage: deploy-part3
|
||||||
extends: .packet
|
extends: .packet
|
||||||
when: on_success
|
when: on_success
|
||||||
variables:
|
variables:
|
||||||
|
@ -133,7 +133,7 @@ packet_opensuse-canal:
|
||||||
extends: .packet
|
extends: .packet
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|
||||||
packet_oracle7-canal:
|
packet_oracle7-canal-ha:
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
extends: .packet
|
extends: .packet
|
||||||
when: manual
|
when: manual
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
.terraform_apply:
|
.terraform_apply:
|
||||||
extends: .terraform_install
|
extends: .terraform_install
|
||||||
tags: [light]
|
tags: [light]
|
||||||
stage: deploy-part2
|
stage: deploy-part3
|
||||||
when: manual
|
when: manual
|
||||||
only: [/^pr-.*$/]
|
only: [/^pr-.*$/]
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue