-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path12-dummy-testrun.yaml
More file actions
34 lines (30 loc) · 1022 Bytes
/
12-dummy-testrun.yaml
File metadata and controls
34 lines (30 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Gardener contributors
#
# SPDX-License-Identifier: Apache-2.0
# TestRun CRDs will be created by Test-Machinery controllers, by CI/CD jobs or manually to run e.g. single tests.
apiVersion: testmachinery.sapcloud.io/v1beta1
kind: Testrun
metadata:
generateName: dummy-
namespace: default
spec:
owner: gardener@example.com # test owner and contact person in case of a test failure
# defines where to look for TestDefs
locationSets:
- name: github-locations
# optional; defines the default location set which is used if no specific location is defined for a step.
default: true
locations:
- type: git
repo: https://github.com/gardener/test-infra.git
revision: master
# Global config available to every test task in all phases (testFlow and onExit)
config:
- name: DURATION
value: "5"
type: env
# the execution flow:
testflow:
- name: dummy
definition:
name: dummy