|
1 | 1 | # Auto-generated by Recipe Engine, do not modify manually. |
2 | 2 | # This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb |
3 | 3 |
|
4 | | -# PVP Editor and Playmode tests for Validate - netcode.gameobjects - 2021.3 - macos (2021.3 - MacOS). |
5 | | -validate_-_netcode_gameobjects_-_2021_3_-_macos: |
6 | | - name: Validate - netcode.gameobjects - 2021.3 - macos |
7 | | - agent: |
8 | | - image: package-ci/macos-13:default |
9 | | - type: Unity::VM::osx |
10 | | - flavor: b1.xlarge |
11 | | - commands: |
12 | | - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip |
13 | | - - command: 7z x -aoa wrench-localapv.zip |
14 | | - - command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple |
15 | | - - command: python PythonScripts/print_machine_info.py |
16 | | - - command: unity-downloader-cli -u 2021.3/staging -c editor --path .Editor --fast |
17 | | - timeout: 10 |
18 | | - retries: 3 |
19 | | - - command: upm-pvp create-test-project testproject --packages "upm-ci~/packages/*.tgz" --unity .Editor |
20 | | - timeout: 10 |
21 | | - retries: 1 |
22 | | - - command: echo No internal packages to add. |
23 | | - - command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp |
24 | | - timeout: 240 |
25 | | - retries: 0 |
26 | | - - command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json |
27 | | - timeout: 5 |
28 | | - retries: 0 |
29 | | - - command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json |
30 | | - timeout: 10 |
31 | | - retries: 0 |
32 | | - - command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" ' |
33 | | - timeout: 240 |
34 | | - retries: 1 |
35 | | - after: |
36 | | - - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh |
37 | | - artifacts: |
38 | | - Crash Dumps: |
39 | | - paths: |
40 | | - - CrashDumps/** |
41 | | - packages: |
42 | | - paths: |
43 | | - - upm-ci~/packages/**/* |
44 | | - pvp-results: |
45 | | - paths: |
46 | | - - upm-ci~/pvp/**/* |
47 | | - browsable: onDemand |
48 | | - UTR: |
49 | | - paths: |
50 | | - - '*.log' |
51 | | - - '*.xml' |
52 | | - - artifacts/**/* |
53 | | - - testproject/Logs/** |
54 | | - - testproject/Library/*.log |
55 | | - - testproject/*.log |
56 | | - - testproject/Builds/*.log |
57 | | - - build/test-results/** |
58 | | - browsable: onDemand |
59 | | - dependencies: |
60 | | - - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects |
61 | | - variables: |
62 | | - UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1 |
63 | | - UPMPVP_CONTEXT_WRENCH: 1.0.0.0 |
64 | | - metadata: |
65 | | - Job Maintainers: '#rm-packageworks' |
66 | | - Wrench: 1.0.0.0 |
67 | | - labels: |
68 | | - - Packages:netcode.gameobjects |
69 | | - |
70 | | -# PVP Editor and Playmode tests for Validate - netcode.gameobjects - 2021.3 - ubuntu (2021.3 - Ubuntu). |
71 | | -validate_-_netcode_gameobjects_-_2021_3_-_ubuntu: |
72 | | - name: Validate - netcode.gameobjects - 2021.3 - ubuntu |
73 | | - agent: |
74 | | - image: package-ci/ubuntu-20.04:default |
75 | | - type: Unity::VM |
76 | | - flavor: b1.large |
77 | | - commands: |
78 | | - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip |
79 | | - - command: 7z x -aoa wrench-localapv.zip |
80 | | - - command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple |
81 | | - - command: python PythonScripts/print_machine_info.py |
82 | | - - command: unity-downloader-cli -u 2021.3/staging -c editor --path .Editor --fast |
83 | | - timeout: 10 |
84 | | - retries: 3 |
85 | | - - command: upm-pvp create-test-project testproject --packages "upm-ci~/packages/*.tgz" --unity .Editor |
86 | | - timeout: 10 |
87 | | - retries: 1 |
88 | | - - command: echo No internal packages to add. |
89 | | - - command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp |
90 | | - timeout: 240 |
91 | | - retries: 0 |
92 | | - - command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json |
93 | | - timeout: 5 |
94 | | - retries: 0 |
95 | | - - command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json |
96 | | - timeout: 10 |
97 | | - retries: 0 |
98 | | - - command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" ' |
99 | | - timeout: 240 |
100 | | - retries: 1 |
101 | | - after: |
102 | | - - command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh |
103 | | - artifacts: |
104 | | - Crash Dumps: |
105 | | - paths: |
106 | | - - CrashDumps/** |
107 | | - packages: |
108 | | - paths: |
109 | | - - upm-ci~/packages/**/* |
110 | | - pvp-results: |
111 | | - paths: |
112 | | - - upm-ci~/pvp/**/* |
113 | | - browsable: onDemand |
114 | | - UTR: |
115 | | - paths: |
116 | | - - '*.log' |
117 | | - - '*.xml' |
118 | | - - artifacts/**/* |
119 | | - - testproject/Logs/** |
120 | | - - testproject/Library/*.log |
121 | | - - testproject/*.log |
122 | | - - testproject/Builds/*.log |
123 | | - - build/test-results/** |
124 | | - browsable: onDemand |
125 | | - dependencies: |
126 | | - - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects |
127 | | - variables: |
128 | | - UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1 |
129 | | - UPMPVP_CONTEXT_WRENCH: 1.0.0.0 |
130 | | - metadata: |
131 | | - Job Maintainers: '#rm-packageworks' |
132 | | - Wrench: 1.0.0.0 |
133 | | - labels: |
134 | | - - Packages:netcode.gameobjects |
135 | | - |
136 | 4 | # PVP Editor and Playmode tests for Validate - netcode.gameobjects - 2022.3 - macos (2022.3 - MacOS). |
137 | 5 | validate_-_netcode_gameobjects_-_2022_3_-_macos: |
138 | 6 | name: Validate - netcode.gameobjects - 2022.3 - macos |
|
0 commit comments