Skip to content

Commit 3a4e52b

Browse files
authored
Merge pull request kubernetes#123050 from kerthcet/cleanup/reorganize-templates
Reorganize scheduler perf templates
2 parents 802983e + e678496 commit 3a4e52b

26 files changed

+68
-68
lines changed

build/dependencies.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,23 +222,23 @@ dependencies:
222222
match: registry.k8s.io\/pause:\d+\.\d+
223223
- path: test/integration/benchmark-controller.json
224224
match: registry.k8s.io\/pause:\d+\.\d+
225-
- path: test/integration/scheduler_perf/config/pod-default.yaml
225+
- path: test/integration/scheduler_perf/config/templates/pod-default.yaml
226226
match: registry.k8s.io\/pause:\d+\.\d+
227-
- path: test/integration/scheduler_perf/config/pod-with-node-affinity.yaml
227+
- path: test/integration/scheduler_perf/config/templates/pod-with-node-affinity.yaml
228228
match: registry.k8s.io\/pause:\d+\.\d+
229-
- path: test/integration/scheduler_perf/config/pod-with-pod-affinity.yaml
229+
- path: test/integration/scheduler_perf/config/templates/pod-with-pod-affinity.yaml
230230
match: registry.k8s.io\/pause:\d+\.\d+
231-
- path: test/integration/scheduler_perf/config/pod-with-pod-anti-affinity.yaml
231+
- path: test/integration/scheduler_perf/config/templates/pod-with-pod-anti-affinity.yaml
232232
match: registry.k8s.io\/pause:\d+\.\d+
233-
- path: test/integration/scheduler_perf/config/pod-with-preferred-pod-affinity.yaml
233+
- path: test/integration/scheduler_perf/config/templates/pod-with-preferred-pod-affinity.yaml
234234
match: registry.k8s.io\/pause:\d+\.\d+
235-
- path: test/integration/scheduler_perf/config/pod-with-preferred-pod-anti-affinity.yaml
235+
- path: test/integration/scheduler_perf/config/templates/pod-with-preferred-pod-anti-affinity.yaml
236236
match: registry.k8s.io\/pause:\d+\.\d+
237-
- path: test/integration/scheduler_perf/config/pod-with-preferred-topology-spreading.yaml
237+
- path: test/integration/scheduler_perf/config/templates/pod-with-preferred-topology-spreading.yaml
238238
match: registry.k8s.io\/pause:\d+\.\d+
239-
- path: test/integration/scheduler_perf/config/pod-with-secret-volume.yaml
239+
- path: test/integration/scheduler_perf/config/templates/pod-with-secret-volume.yaml
240240
match: registry.k8s.io\/pause:\d+\.\d+
241-
- path: test/integration/scheduler_perf/config/pod-with-topology-spreading.yaml
241+
- path: test/integration/scheduler_perf/config/templates/pod-with-topology-spreading.yaml
242242
match: registry.k8s.io\/pause:\d+\.\d+
243243
- path: test/utils/image/manifest.go
244244
match: configs\[Pause\] = Config{list\.GcRegistry, "pause", "\d+\.\d+(.\d+)?"}

0 commit comments

Comments
 (0)