2021-10-12 17:00:05 +00:00
|
|
|
schema = "1"
|
|
|
|
|
|
|
|
project "consul" {
|
|
|
|
team = "consul core"
|
|
|
|
slack {
|
|
|
|
# feed-consul-ci
|
2022-01-06 14:43:35 +00:00
|
|
|
notification_channel = "C9KPKPKRN"
|
2021-10-12 17:00:05 +00:00
|
|
|
}
|
|
|
|
github {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "consul"
|
|
|
|
release_branches = [
|
2022-01-06 14:43:35 +00:00
|
|
|
"main",
|
|
|
|
"release/1.8.x",
|
|
|
|
"release/1.9.x",
|
|
|
|
"release/1.10.x",
|
|
|
|
"release/1.11.x"
|
2021-10-12 17:00:05 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
event "build" {
|
|
|
|
depends = ["merge"]
|
|
|
|
action "build" {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "crt-workflows-common"
|
|
|
|
workflow = "build"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
event "upload-dev" {
|
|
|
|
depends = ["build"]
|
|
|
|
action "upload-dev" {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "crt-workflows-common"
|
|
|
|
workflow = "upload-dev"
|
|
|
|
depends = ["build"]
|
|
|
|
}
|
|
|
|
|
|
|
|
notification {
|
|
|
|
on = "fail"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-16 16:49:22 +00:00
|
|
|
event "security-scan-binaries" {
|
2021-10-12 17:00:05 +00:00
|
|
|
depends = ["upload-dev"]
|
2021-12-16 16:49:22 +00:00
|
|
|
action "security-scan-binaries" {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "crt-workflows-common"
|
|
|
|
workflow = "security-scan-binaries"
|
|
|
|
config = "security-scan.hcl"
|
|
|
|
}
|
|
|
|
|
|
|
|
notification {
|
|
|
|
on = "fail"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
event "security-scan-containers" {
|
|
|
|
depends = ["security-scan-binaries"]
|
|
|
|
action "security-scan-containers" {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "crt-workflows-common"
|
|
|
|
workflow = "security-scan-containers"
|
|
|
|
config = "security-scan.hcl"
|
|
|
|
}
|
|
|
|
|
|
|
|
notification {
|
|
|
|
on = "fail"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
event "notarize-darwin-amd64" {
|
|
|
|
depends = ["security-scan-containers"]
|
2021-10-12 17:00:05 +00:00
|
|
|
action "notarize-darwin-amd64" {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "crt-workflows-common"
|
|
|
|
workflow = "notarize-darwin-amd64"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
notification {
|
|
|
|
on = "fail"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
event "notarize-windows-386" {
|
|
|
|
depends = ["notarize-darwin-amd64"]
|
|
|
|
action "notarize-windows-386" {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "crt-workflows-common"
|
|
|
|
workflow = "notarize-windows-386"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
notification {
|
|
|
|
on = "fail"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
event "notarize-windows-amd64" {
|
|
|
|
depends = ["notarize-windows-386"]
|
|
|
|
action "notarize-windows-amd64" {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "crt-workflows-common"
|
|
|
|
workflow = "notarize-windows-amd64"
|
|
|
|
}
|
|
|
|
|
|
|
|
notification {
|
|
|
|
on = "fail"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
event "sign" {
|
|
|
|
depends = ["notarize-windows-amd64"]
|
|
|
|
action "sign" {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "crt-workflows-common"
|
|
|
|
workflow = "sign"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
notification {
|
|
|
|
on = "fail"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-03 17:11:32 +00:00
|
|
|
event "sign-linux-rpms" {
|
|
|
|
depends = ["sign"]
|
|
|
|
action "sign-linux-rpms" {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "crt-workflows-common"
|
|
|
|
workflow = "sign-linux-rpms"
|
|
|
|
}
|
|
|
|
|
|
|
|
notification {
|
|
|
|
on = "fail"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-10-12 17:00:05 +00:00
|
|
|
event "verify" {
|
2021-11-09 09:46:34 +00:00
|
|
|
depends = ["sign-linux-rpms"]
|
2021-10-12 17:00:05 +00:00
|
|
|
action "verify" {
|
|
|
|
organization = "hashicorp"
|
|
|
|
repository = "crt-workflows-common"
|
|
|
|
workflow = "verify"
|
|
|
|
}
|
|
|
|
|
|
|
|
notification {
|
|
|
|
on = "fail"
|
|
|
|
}
|
|
|
|
}
|