File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
sig-release/release-branch-jobs Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ periodics:
3535 - -c
3636 - >
3737 curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" &&
38+ curl -sSL https://github.com/kubernetes/test-infra/raw/master/experiment/kind-logs-e2e-k8s.sh >$(which e2e-k8s.sh) &&
39+ chmod u+x $(which e2e-k8s.sh) &&
3840 e2e-k8s.sh
3941
4042 env :
Original file line number Diff line number Diff line change @@ -114,7 +114,11 @@ periodics:
114114 - bash
115115 - -c
116116 - |
117- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
117+ curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" &&
118+ curl -sSL https://github.com/kubernetes/test-infra/raw/master/experiment/kind-logs-e2e-k8s.sh >$(which e2e-k8s.sh) &&
119+ chmod u+x $(which e2e-k8s.sh) &&
120+ e2e-k8s.sh
121+
118122 env :
119123 - name : CLUSTER_LOG_FORMAT
120124 value : json
Original file line number Diff line number Diff line change @@ -114,7 +114,10 @@ periodics:
114114 - bash
115115 - -c
116116 - |
117- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
117+ curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" &&
118+ curl -sSL https://github.com/kubernetes/test-infra/raw/master/experiment/kind-logs-e2e-k8s.sh >$(which e2e-k8s.sh) &&
119+ chmod u+x $(which e2e-k8s.sh) &&
120+ e2e-k8s.sh
118121 env :
119122 - name : CLUSTER_LOG_FORMAT
120123 value : json
Original file line number Diff line number Diff line change @@ -114,7 +114,10 @@ periodics:
114114 - bash
115115 - -c
116116 - |
117- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
117+ curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" &&
118+ curl -sSL https://github.com/kubernetes/test-infra/raw/master/experiment/kind-logs-e2e-k8s.sh >$(which e2e-k8s.sh) &&
119+ chmod u+x $(which e2e-k8s.sh) &&
120+ e2e-k8s.sh
118121 env :
119122 - name : CLUSTER_LOG_FORMAT
120123 value : json
Original file line number Diff line number Diff line change @@ -115,7 +115,10 @@ periodics:
115115 - bash
116116 - -c
117117 - |
118- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
118+ curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" &&
119+ curl -sSL https://github.com/kubernetes/test-infra/raw/master/experiment/kind-logs-e2e-k8s.sh >$(which e2e-k8s.sh) &&
120+ chmod u+x $(which e2e-k8s.sh) &&
121+ e2e-k8s.sh
119122 env :
120123 - name : CLUSTER_LOG_FORMAT
121124 value : json
You can’t perform that action at this time.
0 commit comments