Skip to content

Commit

Permalink
Merge pull request #160 from schrodit/add-tm-bot-config
Browse files Browse the repository at this point in the history
Configure the testmachinery bot and add a default testrun
  • Loading branch information
ialidzhikov authored Aug 21, 2020
2 parents bff93e7 + 14654b6 commit 4b3498d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .ci/testruns/default.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: testmachinery.sapcloud.io/v1beta1
kind: Testrun
metadata:
generateName: tm-extension-gcp-
namespace: default
spec:

ttlSecondsAfterFinished: 172800 # 2 days

config:
- name: SERVICEACCOUNT_JSON
type: env
valueFrom:
secretKeyRef:
name: shoot-operator-gcp
key: serviceaccount.json

testflow:
- name: infrastructure-test
definition:
name: infrastructure-test
config:
- name: REGION
type: env
value: europe-west1
2 changes: 2 additions & 0 deletions .ci/tm-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test-single:
testrunPath: .ci/testruns/default.yaml

0 comments on commit 4b3498d

Please sign in to comment.