|
| 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: http://Go/ii2fb |
| 3 | +all_api_validation_jobs: |
| 4 | + name: All API Validation Jobs |
| 5 | + dependencies: |
| 6 | + - path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_postprocessing_-_2019_4_-_windows |
| 7 | + |
| 8 | +# upm-ci validation tests for API Validation - postprocessing - 2019.4 - windows (2019.4 - Windows). |
| 9 | +api_validation_-_postprocessing_-_2019_4_-_windows: |
| 10 | + name: API Validation - postprocessing - 2019.4 - windows |
| 11 | + agent: |
| 12 | + image: package-ci/win10:default |
| 13 | + type: Unity::VM |
| 14 | + flavor: b1.large |
| 15 | + commands: |
| 16 | + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip |
| 17 | + - command: 7z x -aoa wrench-localapv.zip |
| 18 | + - command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple |
| 19 | + - command: python PythonScripts/print_machine_info.py |
| 20 | + - command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm |
| 21 | + timeout: 20 |
| 22 | + retries: 10 |
| 23 | + - command: unity-downloader-cli -u 2019.4/staging -c Editor --fast |
| 24 | + timeout: 10 |
| 25 | + retries: 3 |
| 26 | + - command: python PythonScripts/PackageJsonCondersor.py |
| 27 | + timeout: 1 |
| 28 | + retries: 0 |
| 29 | + - command: upm-ci package test -u .Editor --package-path com.unity.postprocessing --type vetting-tests || exit 0 |
| 30 | + timeout: 30 |
| 31 | + retries: 0 |
| 32 | + - command: python PythonScripts/parse_upm_ci_results.py --package-path=com.unity.postprocessing |
| 33 | + timeout: 2 |
| 34 | + retries: 0 |
| 35 | + after: |
| 36 | + - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd |
| 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 | + browsable: onNonSuccess |
| 51 | + dependencies: |
| 52 | + - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_postprocessing |
| 53 | + variables: |
| 54 | + UPMPVP_CONTEXT_WRENCH: 0.11.0.0 |
| 55 | + metadata: |
| 56 | + Job Maintainers: '#rm-packageworks' |
| 57 | + Wrench: 0.11.0.0 |
| 58 | + |
0 commit comments