forked from tylertreat/frugal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skynet.yaml
55 lines (36 loc) · 775 Bytes
/
skynet.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: cross-local
size: large
run: # local tests only, never run in Skynet
on-promotion: false
on-pull-request: false
contact: [email protected]
image: drydock-prod.workiva.net/workiva/messaging-docker-images:378733
env:
- IN_SKYNET_CLI=true
- PYTHONIOENCODING=utf-8
scripts:
- ./scripts/skynet/run_cross_skynet.sh
timeout: long
artifacts:
- /testing/artifacts
---
name: cross
size: large
run:
when-branch-name-is:
- .+
requires:
Workiva/frugal:
- artifactory
- release
- pub
- pypi
contact: [email protected]
image: drydock-prod.workiva.net/workiva/messaging-docker-images:378733
env:
- PYTHONIOENCODING=utf-8
scripts:
- ./scripts/skynet/run_cross_skynet.sh
timeout: long
artifacts:
- /testing/artifacts