|
1 | 1 | editors: |
2 | | - - version: 2021.3 |
3 | | - - version: 2022.3 |
4 | | - run_tvos: false |
5 | 2 | - version: 6000.0 |
6 | | - run_tvos: false |
7 | | - - version: 6000.1 |
8 | | - run_tvos: false |
| 3 | + - version: 6000.3 |
| 4 | + - version: 6000.4 |
9 | 5 | - version: trunk |
10 | | - run_tvos: false |
11 | | - |
12 | | -utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat |
13 | | -utr_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr |
14 | | - |
15 | | -unity_downloader_install: pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple |
16 | 6 |
|
17 | 7 | upm_ci_install: npm install -g upm-ci-utils@stable --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm |
18 | | - |
19 | | -platforms_win: |
20 | | - - name: win |
21 | | - type: Unity::VM |
22 | | - image: package-ci/win10:v4 |
23 | | - flavor: b1.large |
24 | | - - name: win_standalone |
25 | | - type: Unity::VM |
26 | | - image: package-ci/win10:v4 |
27 | | - flavor: b1.large |
28 | | - runtime: StandaloneWindows64 |
29 | | - - name: win_standalone_il2cpp |
30 | | - type: Unity::VM |
31 | | - image: package-ci/win10:v4 |
32 | | - flavor: b1.large |
33 | | - runtime: StandaloneWindows64 |
34 | | - scripting-backend: Il2Cpp |
35 | | - installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u |
36 | | -platforms_nix: |
37 | | - - name: mac |
38 | | - type: Unity::VM::osx |
39 | | - image: package-ci/macos-13:v4 |
40 | | - flavor: m1.mac |
41 | | - instabilities_run: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0 |
42 | | - - name: mac_standalone |
43 | | - type: Unity::VM::osx |
44 | | - image: package-ci/macos-13:v4 |
45 | | - flavor: m1.mac |
46 | | - instabilities_run: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0 |
47 | | - runtime: StandaloneOSX |
48 | | - - name: mac_standalone_il2cpp |
49 | | - type: Unity::VM::osx |
50 | | - image: package-ci/macos-13:v4 |
51 | | - flavor: m1.mac |
52 | | - instabilities_run: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0 |
53 | | - runtime: StandaloneOSX |
54 | | - scripting-backend: Il2Cpp |
55 | | - installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u |
56 | | - - name: linux |
57 | | - type: Unity::VM |
58 | | - image: package-ci/ubuntu-20.04:v4.50.0 |
59 | | - flavor: b1.large |
60 | | - instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0 |
61 | | - - name: linux_standalone |
62 | | - type: Unity::VM |
63 | | - image: package-ci/ubuntu-20.04:v4.50.0 |
64 | | - flavor: b1.large |
65 | | - instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0 |
66 | | - runtime: StandaloneLinux64 |
67 | | - - name: linux_standalone_il2cpp |
68 | | - type: Unity::VM |
69 | | - image: package-ci/ubuntu-20.04:v4.50.0 |
70 | | - flavor: b1.large |
71 | | - instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0 |
72 | | - runtime: StandaloneLinux64 |
73 | | - scripting-backend: Il2Cpp |
74 | | - installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u |
75 | | -scripting_backends: |
76 | | - - name: mono |
77 | | - - name: il2cpp |
78 | | - |
79 | | -ios_and_tvos_macos_bokken_image: package-ci/macos-13:v4.50.0 |
80 | | - |
81 | | -test_category: |
82 | | - - name: performance |
83 | | - - name: functional |
84 | | - |
85 | | -instabilities_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.bat --output run_standalone_instability_detection-latest.bat --retry 5 || exit 0 |
86 | | -instabilities_run_win: run_standalone_instability_detection-latest.bat 0.5.1 || exit 0 |
87 | | - |
88 | | -instabilities_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0 |
89 | | -instabilities_run_mac: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0 |
90 | | - |
91 | | -yamato_source_dir_win: "%YAMATO_SOURCE_DIR%" |
92 | | -yamato_source_dir_nix: ${YAMATO_SOURCE_DIR} |
0 commit comments