Skip to content

Commit

Permalink
Fix amazon linux bootstrap (#11139)
Browse files Browse the repository at this point in the history
c58497c (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.
  • Loading branch information
VannTen committed May 8, 2024
1 parent 1697182 commit 8c12ded
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 8c12ded

Please sign in to comment.