Browse Source

Fix amazon linux bootstrap (#11139)

c58497cde (Refactor bootstrap-os (#10983), 2024-03-27) refactored the
boostrap-os include but didn't adapt the amazon linux tasks to the
actual ID of amazon linux ('amzn')

Re-enable the CI so we can avoid that kind of breakage.
pull/11176/head
Max Gautier 6 months ago
committed by GitHub
parent
commit
8c12dedf05
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions
  1. 10
      .gitlab-ci/packet.yml
  2. 0
      roles/bootstrap-os/tasks/amzn.yml

10
.gitlab-ci/packet.yml

@ -174,6 +174,11 @@ packet_almalinux8-docker:
extends: .packet_pr
when: on_success
packet_amazon-linux-2-all-in-one:
stage: deploy-part2
extends: .packet_pr
when: on_success
packet_fedora38-docker-weave:
stage: deploy-part2
extends: .packet_pr
@ -240,11 +245,6 @@ packet_fedora37-calico-swap-selinux:
extends: .packet_pr
when: manual
packet_amazon-linux-2-all-in-one:
stage: deploy-part2
extends: .packet_pr
when: manual
packet_almalinux8-calico-nodelocaldns-secondary:
stage: deploy-part2
extends: .packet_pr

roles/bootstrap-os/tasks/amazon.yml → roles/bootstrap-os/tasks/amzn.yml

Loading…
Cancel
Save