Skip to content

Commit

Permalink
Add test packet with values
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Kubín <lukas.kubin@gmail.com>
  • Loading branch information
kukacz committed Nov 14, 2023
1 parent 77d11d7 commit 2e313e4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ packet_debian11-kubelet-csr-approver:
extends: .packet_pr
when: manual

packet_debian12-custom-cni-helm:
stage: deploy-part2
extends: .packet_pr
when: manual

# ### PR JOBS PART3
# Long jobs (45min+)

Expand Down
2 changes: 1 addition & 1 deletion docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ amazon | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
centos7 | :white_check_mark: | :x: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: |
debian10 | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: |
debian11 | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
debian12 | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
debian12 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
fedora37 | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: |
fedora38 | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
opensuse | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
Expand Down
14 changes: 14 additions & 0 deletions tests/files/packet_debian12-custom-cni-helm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Instance settings
cloud_image: debian-12
mode: default

# Kubespray settings
kube_network_plugin: custom_cni
custom_cni_chart_namespace: kube-system
custom_cni_chart_release_name: cilium
custom_cni_chart_repository_name: cilium
custom_cni_chart_repository_url: https://helm.cilium.io
custom_cni_chart_ref: "cilium/cilium"
custom_cni_chart_version: "1.14.2"
custom_cni_chart_values: ""

0 comments on commit 2e313e4

Please sign in to comment.