Skip to content

Commit aecf1a2

Browse files
authored
Merge pull request #35846 from BenTheElder/instrumentation-scrip
move sig-instrumention kind periodics to match presubmit using dedica…
2 parents 5c4db91 + c2f4ca3 commit aecf1a2

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

config/jobs/kubernetes/sig-instrumentation/sig-instrumentation-kind-periodics.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

config/jobs/kubernetes/sig-release/release-branch-jobs/1.31.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

config/jobs/kubernetes/sig-release/release-branch-jobs/1.32.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

config/jobs/kubernetes/sig-release/release-branch-jobs/1.33.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

config/jobs/kubernetes/sig-release/release-branch-jobs/1.34.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)