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