Skip to content

Commit 840887f

Browse files
Add wrench generated yamato files
1 parent 2ebd3d4 commit 840887f

File tree

8 files changed

+3090
-0
lines changed

8 files changed

+3090
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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+

.yamato/wrench/package-pack-jobs.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
4+
# Pack Post Processing
5+
package_pack_-_postprocessing:
6+
name: Package Pack - postprocessing
7+
agent:
8+
image: package-ci/ubuntu-20.04:default
9+
type: Unity::VM
10+
flavor: b1.large
11+
commands:
12+
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
13+
timeout: 20
14+
retries: 10
15+
- command: upm-ci package pack --package-path com.unity.postprocessing
16+
- command: cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.postprocessing_packages.json
17+
after:
18+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
19+
artifacts:
20+
packages:
21+
paths:
22+
- upm-ci~/packages/**/*
23+
variables:
24+
UPMCI_ACK_LARGE_PACKAGE: 1
25+
metadata:
26+
Job Maintainers: '#rm-packageworks'
27+
Wrench: 0.11.0.0
28+

0 commit comments

Comments
 (0)