Skip to content

Commit

Permalink
CI: Add Fedora 34 with SELinux in enforcing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cristicalin committed Aug 19, 2021
1 parent be5ca0d commit 74a9f2a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@ packet_fedora33-calico:
variables:
MITOGEN_ENABLE: "true"

packet_fedora34-calico-selinux:
stage: deploy-part2
extends: .packet_periodic
when: on_success
variables:
MITOGEN_ENABLE: "true"

packet_amazon-linux-2-aio:
stage: deploy-part2
extends: .packet_pr
Expand Down
14 changes: 14 additions & 0 deletions tests/files/packet_fedora34-calico-selinux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Instance settings
cloud_image: fedora-34
mode: default

# Kubespray settings
deploy_netchecker: true
dns_min_replicas: 1
kube_network_plugin: calico

auto_renew_certificates: true

# Test with SELinux in enforcing mode
preinstall_selinux_state: enforcing

0 comments on commit 74a9f2a

Please sign in to comment.