mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Compare commits
1 Commits
packet-tes
...
test-CI
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61064c372a |
@@ -32,7 +32,7 @@ packet_cleanup_old:
|
||||
after_script: []
|
||||
|
||||
# The ubuntu20-calico-all-in-one jobs are meant as early stages to prevent running the full CI if something is horribly broken
|
||||
packet_ubuntu24-calico-all-in-one:
|
||||
packet_ubuntu20-calico-all-in-one:
|
||||
stage: deploy-part1
|
||||
extends: .packet_pr
|
||||
when: on_success
|
||||
@@ -46,11 +46,6 @@ packet_ubuntu20-all-in-one-docker:
|
||||
extends: .packet_pr
|
||||
when: on_success
|
||||
|
||||
packet_ubuntu20-calico-all-in-one:
|
||||
stage: deploy-part1
|
||||
extends: .packet_pr
|
||||
when: on_success
|
||||
|
||||
packet_ubuntu20-calico-all-in-one-hardening:
|
||||
stage: deploy-part2
|
||||
extends: .packet_pr
|
||||
@@ -71,6 +66,11 @@ packet_ubuntu24-all-in-one-docker:
|
||||
extends: .packet_pr
|
||||
when: on_success
|
||||
|
||||
packet_ubuntu24-calico-all-in-one:
|
||||
stage: deploy-part2
|
||||
extends: .packet_pr
|
||||
when: on_success
|
||||
|
||||
packet_ubuntu24-calico-etcd-datastore:
|
||||
stage: deploy-part2
|
||||
extends: .packet_pr
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Contributing guidelines
|
||||
test # Contributing guidelines
|
||||
|
||||
## How to become a contributor and submit your own code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user