Skip to content

Commit

Permalink
enable ssh for internal repo (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
horis233 authored Mar 27, 2021
1 parent d59b8c3 commit baf6fa2
Showing 1 changed file with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ presubmits:
branches:
- ^master$
decorate: true
decoration_config:
ssh_key_secrets:
- ssh-secret
labels:
preset-private-repo: "true"
always_run: true
path_alias: github.com/IBM/ibm-monitoring-grafana-operator
rerun_command: /test build ibm-monitoring-grafana-operator
Expand All @@ -22,6 +27,11 @@ presubmits:
branches:
- ^master$
decorate: true
decoration_config:
ssh_key_secrets:
- ssh-secret
labels:
preset-private-repo: "true"
always_run: true
path_alias: github.com/IBM/ibm-monitoring-grafana-operator
rerun_command: /test check ibm-monitoring-grafana-operator
Expand All @@ -39,6 +49,11 @@ presubmits:
branches:
- ^master$
decorate: true
decoration_config:
ssh_key_secrets:
- ssh-secret
labels:
preset-private-repo: "true"
always_run: true
path_alias: github.com/IBM/ibm-monitoring-grafana-operator
rerun_command: /test test ibm-monitoring-grafana-operator
Expand All @@ -60,6 +75,11 @@ postsubmits:
branches:
- ^master$
decorate: true
decoration_config:
ssh_key_secrets:
- ssh-secret
labels:
preset-private-repo: "true"
path_alias: github.com/IBM/ibm-monitoring-grafana-operator
spec:
containers:
Expand All @@ -74,6 +94,11 @@ postsubmits:
branches:
- ^master$
decorate: true
decoration_config:
ssh_key_secrets:
- ssh-secret
labels:
preset-private-repo: "true"
path_alias: github.com/IBM/ibm-monitoring-grafana-operator
spec:
containers:
Expand All @@ -89,6 +114,11 @@ postsubmits:
branches:
- ^master$
decorate: true
decoration_config:
ssh_key_secrets:
- ssh-secret
labels:
preset-private-repo: "true"
path_alias: github.com/IBM/ibm-monitoring-grafana-operator
spec:
containers:
Expand All @@ -109,6 +139,11 @@ postsubmits:
branches:
- ^master$
decorate: true
decoration_config:
ssh_key_secrets:
- ssh-secret
labels:
preset-private-repo: "true"
path_alias: github.com/IBM/ibm-monitoring-grafana-operator
spec:
containers:
Expand All @@ -124,6 +159,9 @@ postsubmits:
branches:
- ^master$
decorate: true
decoration_config:
ssh_key_secrets:
- ssh-secret
path_alias: github.com/IBM/ibm-monitoring-grafana-operator
labels:
preset-service-account: "true"
Expand Down

0 comments on commit baf6fa2

Please sign in to comment.