Skip to content

Commit

Permalink
Merge pull request #19 from yb172/18/prow-job
Browse files Browse the repository at this point in the history
Create "prow" ns and mesh default one
  • Loading branch information
yb172 authored Mar 4, 2019
2 parents 4de1e9f + 5ef2fcb commit 18cec82
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
8 changes: 2 additions & 6 deletions kube/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ presubmits:
yb172/experiments:
- name: test-job
decorate: false
run_if_changed: "kube/.*"
always_run: true
skip_report: false
context: test-job
max_concurrency: 10
spec:
containers:
- image: alpine
command:
- "printenv"
trigger: "(?m)^/test this"
rerun_command: "/test this"
- "/bin/printenv"

sinker:
resync_period: 1m
Expand Down
7 changes: 7 additions & 0 deletions kube/kube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ metadata:
name: gen
annotations:
linkerd.io/inject: enabled
---
apiVersion: v1
kind: Namespace
metadata:
name: gen
annotations:
linkerd.io/inject: enabled
6 changes: 5 additions & 1 deletion kube/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ plugins:
yb172/experiments:
- size
- config-updater
- trigger

config_updater:
config-updater:
maps:
# Update the config configmap whenever config.yaml changes
kube/config.yaml:
Expand All @@ -12,3 +13,6 @@ config_updater:
kube/plugins.yaml:
name: plugins

triggers:
- repos:
- yb172/experiments

0 comments on commit 18cec82

Please sign in to comment.