Skip to content

Commit b7908ba

Browse files
committed
Merge branch 'master' of github.com:devfile/library into 309-relativeURI
2 parents 5b0a856 + 4c30cbd commit b7908ba

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed
+114
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
schemaVersion: "2.0.0"
2+
commands:
3+
- id: testexecparent1
4+
exec:
5+
commandLine: 'echo "Hello ${GREETING} ${USER}"'
6+
component: parserTest-tests
7+
group:
8+
isDefault: false
9+
kind: run
10+
hotReloadCapable: false
11+
label: "Command Exec run"
12+
env:
13+
- name: "USER"
14+
value: "Test Tester"
15+
- name: "GREETING"
16+
value: "Hello"
17+
workingDir: This Directory
18+
- id: testcompositeparent1
19+
attributes:
20+
test: Composite Test test
21+
scope: Api
22+
composite:
23+
label: Composite Test
24+
commands:
25+
- runTest1
26+
- runTest2
27+
parallel: false
28+
group:
29+
isDefault: true
30+
kind: test
31+
components:
32+
- container:
33+
args: [ Arg1,Arg2 ]
34+
command: [ run1,run2 ]
35+
dedicatedPod: true
36+
image: "tester"
37+
memoryLimit: "128M"
38+
mountSources: false
39+
endpoints:
40+
- name: test-endpoint
41+
attributes:
42+
test: Apply Test
43+
scope: Api
44+
exposure: public
45+
path: test-path
46+
protocol: http
47+
secure: false
48+
targetPort: 1234
49+
volumeMounts:
50+
- name: volume
51+
path: mount
52+
sourceMapping: sourceMapping
53+
env:
54+
- name: envName
55+
value: envValue
56+
name: "testcontainerparent1"
57+
- name: "testopenshiftparent1"
58+
openshift:
59+
uri: test-uri
60+
endpoints:
61+
- name: test-endpoint
62+
attributes:
63+
test: Apply Test
64+
scope: Api
65+
exposure: public
66+
path: test-path
67+
protocol: http
68+
secure: false
69+
targetPort: 1234
70+
projects:
71+
- name: testparentproject1
72+
git:
73+
checkoutFrom:
74+
remote: test-branch
75+
remotes:
76+
origin: test-origin
77+
clonePath: /Users/test/projects
78+
sparseCheckoutDirs: [thisDir, thatDir]
79+
- name: testparentproject2
80+
github:
81+
checkoutFrom:
82+
remote: test-branch
83+
remotes:
84+
origin: test-origin
85+
clonePath: /Users/test/projects
86+
sparseCheckoutDirs: [thisDir, thatDir]
87+
- name: testparentproject3
88+
zip:
89+
location: git-repo.zip
90+
clonePath: /Users/test/projects
91+
sparseCheckoutDirs: [thisDir, thatDir]
92+
starterProjects:
93+
- name: testparentstarterproject1
94+
git:
95+
checkoutFrom:
96+
remote: test-branch
97+
remotes:
98+
origin: test-origin
99+
description: Test starter project
100+
subDir: test-subdir
101+
- name: testparentstarterproject2
102+
github:
103+
checkoutFrom:
104+
remote: test-branch
105+
remotes:
106+
origin: test-origin
107+
description: Test starter project
108+
subDir: test-subdir
109+
- name: testparentstarterproject3
110+
zip:
111+
location: git-repo.zip
112+
description: Test starter project
113+
subDir: test-subdir
114+

0 commit comments

Comments
 (0)