Skip to content

Commit

Permalink
fix download of airgap assets before installation (replicatedhq#4993)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Dec 15, 2023
1 parent 779bf5b commit 5257c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testgrid/specs/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
preInstallScript: |
source /opt/kurl-testgrid/testhelpers.sh
rhel_9_install_host_packages lvm2 conntrack-tools socat container-selinux git
mkdir -p /var/lib/kurl/assets
( cd /var/lib/kurl/assets && curl -fLO "$(kubernetes_upgrade_bundle_url "$KURL_URL" "$KURL_UPGRADE_URL")" )
preUpgradeScript: |
source /opt/kurl-testgrid/testhelpers.sh
Expand Down
1 change: 1 addition & 0 deletions testgrid/specs/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,7 @@
preInstallScript: |
source /opt/kurl-testgrid/testhelpers.sh
rhel_9_install_host_packages lvm2 conntrack-tools socat container-selinux git
mkdir -p /var/lib/kurl/assets
( cd /var/lib/kurl/assets && curl -fLO "$(kubernetes_upgrade_bundle_url "$KURL_URL" "$KURL_UPGRADE_URL")" )
- name: k8s129-all-the-flags
installerSpec:
Expand Down

0 comments on commit 5257c71

Please sign in to comment.