Skip to content

Commit 44a95fb

Browse files
authored
Merge pull request #28607 from mpherman2/reviveCFL
Use versioned clusterfuzzlite for demo job
2 parents 5ce76cb + 9e57d29 commit 44a95fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/jobs/kubernetes/test-infra/test-infra-periodics.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ periodics:
6666
serviceAccountName: fuzz-test
6767
containers:
6868
#TODO(mpherman) : Change to versioned once stable
69-
- image: gcr.io/k8s-testimages/ci_fuzz:latest
69+
- image: gcr.io/k8s-testimages/clusterfuzzlite:v20230201-4b504e83f1
7070
command:
7171
- runner.sh
7272
args:
@@ -105,7 +105,7 @@ periodics:
105105
serviceAccountName: fuzz-test
106106
containers:
107107
#TODO(mpherman) : Change to versioned once stable
108-
- image: gcr.io/k8s-testimages/ci_fuzz:latest
108+
- image: gcr.io/k8s-testimages/clusterfuzzlite:v20230201-4b504e83f1
109109
command:
110110
- runner.sh
111111
args:
@@ -144,7 +144,7 @@ periodics:
144144
serviceAccountName: fuzz-test
145145
containers:
146146
#TODO(mpherman) : Change to versioned once stable
147-
- image: gcr.io/k8s-testimages/ci_fuzz:latest
147+
- image: gcr.io/k8s-testimages/clusterfuzzlite:v20230201-4b504e83f1
148148
command:
149149
- runner.sh
150150
args:

0 commit comments

Comments
 (0)