-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathtemporary-debugging.yml
57 lines (48 loc) · 1.04 KB
/
temporary-debugging.yml
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
56
57
parameters:
- key: registry
value: 268558157000.dkr.ecr.us-east-1.amazonaws.com
description: Development ECR registry
functions:
pipeline:
- command: shell.exec
params:
working_dir: src
script: |
echo "noop"
tasks:
- name: periodic_build_operator
commands:
- func: pipeline
vars:
image_name: operator-daily
- name: periodic_build_init_appdb
commands:
- func: pipeline
vars:
image_name: init-appdb-daily
- name: periodic_build_init_database
commands:
- func: pipeline
vars:
image_name: init-database-daily
- name: periodic_build_init_opsmanager
commands:
- func: pipeline
vars:
image_name: init-ops-manager-daily
task_groups:
- name: periodic_build_all
setup_group:
- func: pipeline
tasks:
- periodic_build_operator
- periodic_build_init_appdb
- periodic_build_init_database
- periodic_build_init_opsmanager
buildvariants:
- name: periodic_build
display_name: periodic_build
run_on:
- ubuntu1604-build
tasks:
- name: periodic_build_all