Skip to content

Commit

Permalink
Fix CI for packet_centos7-flannel-addons (#4586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miouge1 authored and k8s-ci-robot committed Apr 20, 2019
1 parent 026088d commit 4de6a78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci/gce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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

0 comments on commit 4de6a78

Please sign in to comment.