-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy-toolchain-to-s3.gopipeline.json
142 lines (132 loc) · 3.18 KB
/
deploy-toolchain-to-s3.gopipeline.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"environment_variables": [
{
"encrypted_value": "AES:NDatjHrPSJE+7sUeeiG2IA==:rxnqUE4Ci3lsxIGQP1WrJGkJdgp9ES0IuSe6SpIVefc=",
"name": "AWS_ACCESS_KEY_ID"
},
{
"encrypted_value": "AES:tvRqF3tKo15dmHrf0NWYkA==:jBn/N0dXbD7oB7vR9W+D/yIL5rtmndswyPWekmOwP6SI2q5GK/kRXKXjNXoFwm0l",
"name": "AWS_SECRET_ACCESS_KEY"
}
],
"group": "deploy",
"label_template": "${COUNT}",
"lock_behavior": "none",
"materials": [
{
"name": "toolchain",
"pipeline": "grisp-software",
"stage": "build",
"type": "dependency"
},
{
"name": "new-toolchain-otp-22.0",
"pipeline": "new-toolchain-otp-22.0",
"stage": "build",
"type": "dependency"
},
{
"name": "new-toolchain-otp-21.0",
"pipeline": "new-toolchain-otp-21.0",
"stage": "build",
"type": "dependency"
},
{
"name": "new-toolchain-otp-21.0-rc1",
"pipeline": "new-toolchain-otp-21.0-rc1",
"stage": "build",
"type": "dependency"
},
{
"name": "new-toolchain-otp-20.2",
"pipeline": "new-toolchain-otp-20.2",
"stage": "build",
"type": "dependency"
},
{
"name": "new-toolchain-otp-22.3",
"pipeline": "new-toolchain-otp-22.3",
"stage": "build",
"type": "dependency"
},
{
"auto_update": true,
"branch": "master",
"destination": ".gocd",
"filter": {
"ignore": [
],
"whitelist": [
]
},
"name": "grisp-gocd",
"shallow_clone": false,
"type": "git",
"url": "https://github.com/grisp/grisp-gocd.git"
}
],
"name": "deploy-toolchain-to-s3",
"parameters": [
],
"stages": [
{
"approval": {
"roles": [
],
"type": "success",
"users": [
]
},
"clean_working_directory": true,
"environment_variables": [
],
"fetch_materials": true,
"jobs": [
{
"artifacts": [
{
"destination": "",
"source": "deploy_log",
"type": "build"
}
],
"environment_variables": [
],
"name": "fetch_toolchain",
"properties": [
],
"resources": [
],
"run_instance_count": "0",
"tabs": [
],
"tasks": [
{
"artifact_origin": "gocd",
"destination": "",
"is_source_a_file": false,
"job": "build.sh",
"pipeline": "grisp-software",
"run_if": "passed",
"source": "toolchain",
"stage": "build",
"type": "fetch"
},
{
"arguments": [
".gocd/deploy-toolchain.sh"
],
"command": "/bin/bash",
"run_if": "passed",
"timeout": -1.0,
"type": "exec"
}
],
"timeout": 0.0
}
],
"name": "deploy",
"never_cleanup_artifacts": false
}
]
}