Browse Source

Update tests names (#5904)

pull/5953/head
Florian Ruynat 4 years ago
committed by GitHub
parent
commit
6a92e34994
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 11 additions and 11 deletions
  1. 20
      .gitlab-ci/packet.yml
  2. 2
      .gitlab-ci/terraform.yml
  3. 0
      tests/files/packet_centos7-flannel-containerd-addons-ha.yml
  4. 0
      tests/files/packet_centos7-weave-upgrade-ha.yml
  5. 0
      tests/files/packet_debian9-macvlan.yml
  6. 0
      tests/files/packet_oracle7-canal-ha.yml
  7. 0
      tests/files/packet_ubuntu16-canal-kubeadm-ha.yml
  8. 0
      tests/files/packet_ubuntu16-canal-sep.yml
  9. 0
      tests/files/packet_ubuntu18-flannel-containerd-ha-once.yml
  10. 0
      tests/files/packet_ubuntu18-flannel-containerd-ha.yml

20
.gitlab-ci/packet.yml

@ -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:
stage: deploy-part2
packet_centos7-weave-upgrade-ha:
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

2
.gitlab-ci/terraform.yml

@ -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:

tests/files/packet_centos7-flannel-addons.yml → tests/files/packet_centos7-flannel-containerd-addons-ha.yml

tests/files/packet_centos7-weave-kubeadm-sep.yml → tests/files/packet_centos7-weave-upgrade-ha.yml

tests/files/packet_debian9-macvlan-sep.yml → tests/files/packet_debian9-macvlan.yml

tests/files/packet_oracle7-canal.yml → tests/files/packet_oracle7-canal-ha.yml

tests/files/packet_ubuntu16-canal-kubeadm.yml → tests/files/packet_ubuntu16-canal-kubeadm-ha.yml

tests/files/packet_ubuntu16-canal-ha.yml → tests/files/packet_ubuntu16-canal-sep.yml

tests/files/packet_ubuntu18-flannel-containerd-once.yml → tests/files/packet_ubuntu18-flannel-containerd-ha-once.yml

tests/files/packet_ubuntu18-flannel-containerd.yml → tests/files/packet_ubuntu18-flannel-containerd-ha.yml

Loading…
Cancel
Save