Browse Source

Switch fedora36se to 35 and 35docker to 36

pull/9116/head
Florian Ruynat 2 years ago
committed by Kubernetes Prow Robot
parent
commit
9c51ac5157
4 changed files with 12 additions and 12 deletions
  1. 14
      .gitlab-ci/packet.yml
  2. 6
      docs/ci.md
  3. 2
      tests/files/packet_fedora35-calico-selinux.yml
  4. 2
      tests/files/packet_fedora36-docker-calico.yml

14
.gitlab-ci/packet.yml

@ -157,7 +157,7 @@ packet_almalinux8-docker:
when: on_success
packet_fedora36-docker-weave:
stage: unit-tests
stage: deploy-part2
extends: .packet_pr
when: on_success
@ -219,16 +219,16 @@ packet_oracle7-canal-ha:
extends: .packet_pr
when: manual
packet_fedora35-docker-calico:
packet_fedora36-docker-calico:
stage: deploy-part2
extends: .packet_periodic
when: on_success
variables:
RESET_CHECK: "true"
packet_fedora36-calico-selinux:
stage: unit-tests
extends: .packet_pr
packet_fedora35-calico-selinux:
stage: deploy-part2
extends: .packet_periodic
when: on_success
packet_fedora35-calico-swap-selinux:
@ -247,8 +247,8 @@ packet_almalinux8-calico-nodelocaldns-secondary:
when: manual
packet_fedora36-kube-ovn:
stage: unit-tests
extends: .packet_pr
stage: deploy-part2
extends: .packet_periodic
when: on_success
# ### PR JOBS PART3

6
docs/ci.md

@ -13,7 +13,7 @@ debian10 | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: | :x
debian11 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: |
fedora35 | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: |
fedora36 | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
fedora36 | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
opensuse | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
oracle7 | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
rockylinux8 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
@ -52,8 +52,8 @@ centos7 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
debian10 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
debian11 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
fedora35 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
fedora36 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: |
fedora35 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
fedora36 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: |
opensuse | :x: | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
oracle7 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
rockylinux8 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |

tests/files/packet_fedora36-calico-selinux.yml → tests/files/packet_fedora35-calico-selinux.yml

@ -1,6 +1,6 @@
---
# Instance settings
cloud_image: fedora-36
cloud_image: fedora-35
mode: default
# Kubespray settings

tests/files/packet_fedora35-docker-calico.yml → tests/files/packet_fedora36-docker-calico.yml

@ -1,6 +1,6 @@
---
# Instance settings
cloud_image: fedora-35
cloud_image: fedora-36
mode: default
# Kubespray settings
Loading…
Cancel
Save