Skip to content

Commit

Permalink
fix: resolve issue with ci-kubernetes-e2e-kind-compatibility-versions…
Browse files Browse the repository at this point in the history
… where expected kubernetes was not present + change config to not use GOPATH
  • Loading branch information
aaron-prindle committed Oct 7, 2024
1 parent f3ec85a commit a3b8fc9
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ periodics:
decoration_config:
timeout: 60m
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
- org: kubernetes
repo: test-infra
base_ref: master
Expand All @@ -28,7 +32,7 @@ periodics:
- wrapper.sh
- bash
- -c
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && "$(go env GOPATH)"/src/k8s.io/test-infra/experiment/compatibility-versions/e2e-k8s-compatibility-versions.sh
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && ./../test-infra/experiment/compatibility-versions/e2e-k8s-compatibility-versions.sh
env:
- name: EMULATED_VERSION
value: "1.31" # TODO(aaron-prindle) FIXME - hardcoded for now
Expand Down

0 comments on commit a3b8fc9

Please sign in to comment.