Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI for packet_centos7-flannel-addons #4586

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci/gce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gce_coreos-calico-aio:
gce_centos7-flannel-addons:
stage: deploy-gce
<<: *gce
when: on_success
when: manual
except: ['triggers']
only: [/^pr-.*$/]

Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packet_ubuntu18-flannel-aio:
packet_centos7-flannel-addons:
stage: deploy-part2
<<: *packet
when: manual
when: on_success
except: ['triggers']
only: [/^pr-.*$/]

Expand Down
5 changes: 3 additions & 2 deletions tests/files/packet_centos7-flannel-addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ cloud_image: centos-7
mode: ha

# Kubespray settings
kubeadm_control_plane: true
kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
kube_network_plugin: flannel
helm_enabled: true
kubernetes_audit: true
Expand All @@ -12,13 +14,12 @@ local_volume_provisioner_enabled: true
etcd_deployment_type: host
deploy_netchecker: true
dns_min_replicas: 1
cloud_provider: gce
kube_encrypt_secret_data: true
ingress_nginx_enabled: true
cert_manager_enabled: true
metrics_server_enabled: true
kube_token_auth: true
kube_basic_auth: true
enable_nodelocaldns: true
enable_nodelocaldns: false

vm_memory: 6144Mi