File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
all : push
2
2
3
3
# See deployment.yaml for the version currently running-- bump this ahead before rebuilding!
4
- TAG? =2.50
4
+ TAG? =2.51
5
5
6
6
REPO? =gcr.io/k8s-staging-perf-tests
7
7
@@ -19,7 +19,7 @@ run: perfdash
19
19
--address=0.0.0.0:8080 \
20
20
--builds=20 \
21
21
--force-builds \
22
- --githubConfigDir=https://api.github.com/repos/kubernetes/perf-tests/contents/perfdash/test
22
+ --configPath=test/jobs.yaml
23
23
24
24
# Use buildkit to have "COPY --chmod=" support (availability of it in "regular" docker build depends on docker version).
25
25
.PHONY : container
Original file line number Diff line number Diff line change @@ -658,6 +658,11 @@ var (
658
658
OutputFilePrefix : "APIResponsivenessPrometheus_simple" ,
659
659
Parser : parsePerfData ,
660
660
}},
661
+ "LoadRequestCount_PrometheusSimple" : []TestDescription {{
662
+ Name : "watch-list" ,
663
+ OutputFilePrefix : "APIResponsivenessPrometheus_simple" ,
664
+ Parser : parseRequestCountData ,
665
+ }},
661
666
},
662
667
}
663
668
Original file line number Diff line number Diff line change 16
16
spec :
17
17
containers :
18
18
- name : perfdash
19
- image : gcr.io/k8s-staging-perf-tests/perfdash:2.50
19
+ image : gcr.io/k8s-staging-perf-tests/perfdash:2.51
20
20
command :
21
21
- /perfdash
22
22
- --www=true
You can’t perform that action at this time.
0 commit comments