|
| 1 | +# Auto-generated by Recipe Engine, do not modify manually. |
| 2 | +# This job is generated by the wrench recipe engine module, see find the docs here: . |
| 3 | + |
| 4 | +# Parent Preview APV Job. |
| 5 | +all_preview_apv_jobs: |
| 6 | + name: All Preview APV Jobs |
| 7 | + dependencies: |
| 8 | + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos |
| 9 | + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu |
| 10 | + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_windows |
| 11 | + triggers: |
| 12 | + expression: push.branch match "^release/.*" |
| 13 | + cancel_old_ci: true |
| 14 | + metadata: |
| 15 | + Job Maintainers: '#rm-packageworks' |
| 16 | + Wrench: 0.10.5.0 |
| 17 | + |
| 18 | +# Functional tests for dependents found in the latest 6000.0 manifest (MacOS). |
| 19 | +preview_apv_-_6000_0_-_macos: |
| 20 | + name: Preview APV - 6000.0 - macos |
| 21 | + agent: |
| 22 | + image: package-ci/macos-13:default |
| 23 | + type: Unity::VM::osx |
| 24 | + flavor: b1.xlarge |
| 25 | + commands: |
| 26 | + - command: curl $WRENCH_LOCAL_APV_DOWNLOAD_URL -o wrench-localapv.zip |
| 27 | + - command: 7z x wrench-localapv.zip |
| 28 | + - command: python PythonScripts/print_machine_info.py |
| 29 | + - command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm |
| 30 | + timeout: 20 |
| 31 | + retries: 10 |
| 32 | + - command: unity-downloader-cli -u 6000.0 -c Editor --fast |
| 33 | + timeout: 10 |
| 34 | + retries: 3 |
| 35 | + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.0 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ |
| 36 | + - command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows' |
| 37 | + artifacts: |
| 38 | + Crash Dumps: |
| 39 | + paths: |
| 40 | + - CrashDumps/** |
| 41 | + logs: |
| 42 | + paths: |
| 43 | + - '*.log' |
| 44 | + - '*.xml' |
| 45 | + - upm-ci~/test-results/**/* |
| 46 | + - upm-ci~/temp/*/Logs/** |
| 47 | + - upm-ci~/temp/*/Library/*.log |
| 48 | + - upm-ci~/temp/*/*.log |
| 49 | + - upm-ci~/temp/Builds/*.log |
| 50 | + packages: |
| 51 | + paths: |
| 52 | + - upm-ci~/packages/**/* |
| 53 | + PreviewAPVResults: |
| 54 | + paths: |
| 55 | + - PreviewApvArtifacts~/** |
| 56 | + pvp-results: |
| 57 | + paths: |
| 58 | + - upm-ci~/pvp/**/* |
| 59 | + dependencies: |
| 60 | + - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents |
| 61 | + variables: |
| 62 | + UPMPVP_CONTEXT_WRENCH: 0.10.5.0 |
| 63 | + metadata: |
| 64 | + Job Maintainers: '#rm-packageworks' |
| 65 | + Wrench: 0.10.5.0 |
| 66 | + |
| 67 | +# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu). |
| 68 | +preview_apv_-_6000_0_-_ubuntu: |
| 69 | + name: Preview APV - 6000.0 - ubuntu |
| 70 | + agent: |
| 71 | + image: package-ci/ubuntu-20.04:default |
| 72 | + type: Unity::VM |
| 73 | + flavor: b1.large |
| 74 | + commands: |
| 75 | + - command: curl $WRENCH_LOCAL_APV_DOWNLOAD_URL -o wrench-localapv.zip |
| 76 | + - command: 7z x wrench-localapv.zip |
| 77 | + - command: python PythonScripts/print_machine_info.py |
| 78 | + - command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm |
| 79 | + timeout: 20 |
| 80 | + retries: 10 |
| 81 | + - command: unity-downloader-cli -u 6000.0 -c Editor --fast |
| 82 | + timeout: 10 |
| 83 | + retries: 3 |
| 84 | + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.0 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ |
| 85 | + - command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows' |
| 86 | + artifacts: |
| 87 | + Crash Dumps: |
| 88 | + paths: |
| 89 | + - CrashDumps/** |
| 90 | + logs: |
| 91 | + paths: |
| 92 | + - '*.log' |
| 93 | + - '*.xml' |
| 94 | + - upm-ci~/test-results/**/* |
| 95 | + - upm-ci~/temp/*/Logs/** |
| 96 | + - upm-ci~/temp/*/Library/*.log |
| 97 | + - upm-ci~/temp/*/*.log |
| 98 | + - upm-ci~/temp/Builds/*.log |
| 99 | + packages: |
| 100 | + paths: |
| 101 | + - upm-ci~/packages/**/* |
| 102 | + PreviewAPVResults: |
| 103 | + paths: |
| 104 | + - PreviewApvArtifacts~/** |
| 105 | + pvp-results: |
| 106 | + paths: |
| 107 | + - upm-ci~/pvp/**/* |
| 108 | + dependencies: |
| 109 | + - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents |
| 110 | + variables: |
| 111 | + UPMPVP_CONTEXT_WRENCH: 0.10.5.0 |
| 112 | + metadata: |
| 113 | + Job Maintainers: '#rm-packageworks' |
| 114 | + Wrench: 0.10.5.0 |
| 115 | + |
| 116 | +# Functional tests for dependents found in the latest 6000.0 manifest (Windows). |
| 117 | +preview_apv_-_6000_0_-_windows: |
| 118 | + name: Preview APV - 6000.0 - windows |
| 119 | + agent: |
| 120 | + image: package-ci/win10:default |
| 121 | + type: Unity::VM |
| 122 | + flavor: b1.large |
| 123 | + commands: |
| 124 | + - command: curl %WRENCH_LOCAL_APV_DOWNLOAD_URL% -o wrench-localapv.zip |
| 125 | + - command: 7z x wrench-localapv.zip |
| 126 | + - command: python PythonScripts/print_machine_info.py |
| 127 | + - command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm |
| 128 | + timeout: 20 |
| 129 | + retries: 10 |
| 130 | + - command: unity-downloader-cli -u 6000.0 -c Editor --fast |
| 131 | + timeout: 10 |
| 132 | + retries: 3 |
| 133 | + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.0 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ |
| 134 | + - command: python PythonScripts/editor_manifest_validator.py --version=6000.0 --wrench-config=.yamato/wrench/wrench_config.json |
| 135 | + artifacts: |
| 136 | + Crash Dumps: |
| 137 | + paths: |
| 138 | + - CrashDumps/** |
| 139 | + logs: |
| 140 | + paths: |
| 141 | + - '*.log' |
| 142 | + - '*.xml' |
| 143 | + - upm-ci~/test-results/**/* |
| 144 | + - upm-ci~/temp/*/Logs/** |
| 145 | + - upm-ci~/temp/*/Library/*.log |
| 146 | + - upm-ci~/temp/*/*.log |
| 147 | + - upm-ci~/temp/Builds/*.log |
| 148 | + packages: |
| 149 | + paths: |
| 150 | + - upm-ci~/packages/**/* |
| 151 | + PreviewAPVResults: |
| 152 | + paths: |
| 153 | + - PreviewApvArtifacts~/** |
| 154 | + pvp-results: |
| 155 | + paths: |
| 156 | + - upm-ci~/pvp/**/* |
| 157 | + dependencies: |
| 158 | + - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents |
| 159 | + variables: |
| 160 | + UPMPVP_CONTEXT_WRENCH: 0.10.5.0 |
| 161 | + metadata: |
| 162 | + Job Maintainers: '#rm-packageworks' |
| 163 | + Wrench: 0.10.5.0 |
| 164 | + |
0 commit comments