-
Notifications
You must be signed in to change notification settings - Fork 817
/
Copy pathhdrp_hybrid-linux-openglcore.yml
69 lines (67 loc) · 4.54 KB
/
hdrp_hybrid-linux-openglcore.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# This file is generated by .yamato/ruamel/build.py. Don't edit this file manually.
# Introduce any changes under .yamato/config/*.metafile files (for most cases) or under .yamato/ruamel/* within Python (more elaborate cases), and rerun build.py to regenerate all .yml files.
# Read more under .yamato/docs/readme.md
HDRP_Hybrid_Linux_OpenGLCore_playmode_mono_apiNet2_Linear_trunk:
name: HDRP_Hybrid on Linux_OpenGLCore_playmode_mono_apiNet2_Linear on version trunk
agent:
type: Unity::VM::GPU
image: cds-ops/ubuntu-18.04-base:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/HDRP_HybridTests/utr
- chmod +x TestProjects/HDRP_HybridTests/utr
- cd TestProjects/HDRP_HybridTests && sudo unity-downloader-cli -u 37c5ec4c3cb13853f9074c74cbac49a232178bd8 -c editor -c il2cpp --wait --published-only
- cd TestProjects/HDRP_HybridTests && DISPLAY=:0.0 ./utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --scripting-backend=Mono2x --extra-editor-arg="-colorspace=Linear" --reruncount=2 --compilation-errors-as-warnings --extra-editor-arg="-force-glcore"
artifacts:
logs:
paths:
- "**/test-results/**"
- "TestProjects/HDRP_HybridTests/Logs/*.log"
HDRP_Hybrid_Linux_OpenGLCore_playmode_mono_apiNet2_Linear_2020.2:
name: HDRP_Hybrid on Linux_OpenGLCore_playmode_mono_apiNet2_Linear on version 2020.2
agent:
type: Unity::VM::GPU
image: cds-ops/ubuntu-18.04-base:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/HDRP_HybridTests/utr
- chmod +x TestProjects/HDRP_HybridTests/utr
- cd TestProjects/HDRP_HybridTests && sudo unity-downloader-cli -u dff91d65251a9ab8c12af258ce88fee061d85a7d -c editor -c il2cpp --wait --published-only
- cd TestProjects/HDRP_HybridTests && DISPLAY=:0.0 ./utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --scripting-backend=Mono2x --extra-editor-arg="-colorspace=Linear" --reruncount=2 --compilation-errors-as-warnings --extra-editor-arg="-force-glcore"
artifacts:
logs:
paths:
- "**/test-results/**"
- "TestProjects/HDRP_HybridTests/Logs/*.log"
HDRP_Hybrid_Linux_OpenGLCore_playmode_mono_apiNet2_Linear_CUSTOM-REVISION:
name: HDRP_Hybrid on Linux_OpenGLCore_playmode_mono_apiNet2_Linear on version CUSTOM-REVISION
agent:
type: Unity::VM::GPU
image: cds-ops/ubuntu-18.04-base:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: custom_revision_not_set
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/HDRP_HybridTests/utr
- chmod +x TestProjects/HDRP_HybridTests/utr
- cd TestProjects/HDRP_HybridTests && sudo unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
- cd TestProjects/HDRP_HybridTests && DISPLAY=:0.0 ./utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --scripting-backend=Mono2x --extra-editor-arg="-colorspace=Linear" --reruncount=2 --compilation-errors-as-warnings --extra-editor-arg="-force-glcore"
artifacts:
logs:
paths:
- "**/test-results/**"
- "TestProjects/HDRP_HybridTests/Logs/*.log"
dependencies:
- path: .yamato/_editor_priming.yml#editor:priming:CUSTOM-REVISION:linux
rerun: always