Skip to content

Commit

Permalink
enabling experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysied committed Jul 23, 2019
1 parent 5c479d2 commit c69423b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions perfdash/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: push

# See pod.yaml for the version currently running-- bump this ahead before rebuilding!
TAG = 2.7
TAG = 2.8

REPO = gcr.io/k8s-testimages

Expand All @@ -15,7 +15,8 @@ run: perfdash
--builds=20 \
--force-builds \
--configPath=https://raw.githubusercontent.com/kubernetes/test-infra/master/config/jobs/kubernetes/sig-scalability/sig-scalability-release-blocking-jobs.yaml \
--configPath=https://raw.githubusercontent.com/kubernetes/test-infra/master/config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-jobs.yaml
--configPath=https://raw.githubusercontent.com/kubernetes/test-infra/master/config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-jobs.yaml \
--configPath=https://raw.githubusercontent.com/kubernetes/test-infra/master/config/jobs/kubernetes/sig-scalability/sig-scalability-experimental-periodic-jobs.yaml


container: perfdash
Expand Down
5 changes: 3 additions & 2 deletions perfdash/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: default
labels:
app: perfdash
version: "2.7"
version: "2.8"
spec:
selector:
matchLabels:
Expand All @@ -17,13 +17,14 @@ spec:
spec:
containers:
- name: perfdash
image: gcr.io/k8s-testimages/perfdash:2.7
image: gcr.io/k8s-testimages/perfdash:2.8
command:
- /perfdash
- --www=true
- --dir=/www
- --address=0.0.0.0:8080
- --builds=100
- --configPath=https://raw.githubusercontent.com/kubernetes/test-infra/master/config/jobs/kubernetes/sig-scalability/sig-scalability-experimental-periodic-jobs.yaml
- --configPath=https://raw.githubusercontent.com/kubernetes/test-infra/master/config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-jobs.yaml
- --configPath=https://raw.githubusercontent.com/kubernetes/test-infra/master/config/jobs/kubernetes/sig-scalability/sig-scalability-release-blocking-jobs.yaml
imagePullPolicy: Always
Expand Down

0 comments on commit c69423b

Please sign in to comment.