Skip to content

Commit

Permalink
fix: run offline tests for ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
supershal committed Jan 13, 2025
1 parent c8ce080 commit fd5d7e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/aws-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
buildConfig: "basic"
- os: "ubuntu 22.04"
buildConfig: "nvidia"
- os: "ubuntu 22.04"
buildConfig: "offline"
# Rocky 9.1
- os: "rocky 9.1"
buildConfig: "basic"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vsphere-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
buildConfig: "basic"
- os: "ubuntu 22.04"
buildConfig: "basic"
- os: "ubuntu 22.04"
buildConfig: "offline"
- os: "rocky 9.1"
buildConfig: "offline"
- os: "oracle 9.4"
Expand Down
3 changes: 0 additions & 3 deletions bundles/ubuntu22.04/bundle.sh.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ sed -i 's/kubelet/kubelet='"{{ .KubernetesVersion }}-${KUBERNETES_DEB_BUILD_VERS
sed -i 's/kubectl/kubectl='"{{ .KubernetesVersion }}-${KUBERNETES_DEB_BUILD_VERSION}"'/' /tmp/packages
sed -i 's/kubeadm/kubeadm='"{{ .KubernetesVersion }}-${KUBERNETES_DEB_BUILD_VERSION}"'/' /tmp/packages
sed -i 's/cri-tools/cri-tools='"{{ .CRIToolsVersion }}-${CRI_TOOLS_DEB_BUILD_VERSION}"'/' /tmp/packages
# https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/4745 pins version for CAPA
# enable it back if https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/4745, https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/5115 are resolved
echo 'cloud-init=23.1.2-0ubuntu0~22.04.1' >> /tmp/packages

TMP_DIR="$(mktemp -d repodata-XXXX)"
pushd "${TMP_DIR}"
Expand Down

0 comments on commit fd5d7e5

Please sign in to comment.