File tree Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 66
66
command :
67
67
- " .buildkite/scripts/build.sh {{matrix.makefile}}"
68
68
- " .buildkite/scripts/publish.sh {{matrix.makefile}}"
69
- branches : " ^ (main|\\ d+\\ .\\ d+)$ "
69
+ branches : " (main|\\ d+\\ .\\ d+)"
70
70
agents :
71
71
provider : " gcp"
72
72
image : " ${IMAGE_UBUNTU_X86_64}"
@@ -81,31 +81,24 @@ steps:
81
81
- " Makefile.debian11"
82
82
- " Makefile.debian12"
83
83
84
- - label : " :linux: Release / Ubuntu ARM - {{matrix.makefile}} "
84
+ - label : " :linux: Release / Ubuntu ARM - Makefile.debian9 "
85
85
key : " release-ubuntu-arm"
86
86
command :
87
- - " .buildkite/scripts/build.sh {{matrix.makefile}} "
88
- - " .buildkite/scripts/publish.sh {{matrix.makefile}} "
89
- branches : " ^ (main|\\ d+\\ .\\ d+)$ "
87
+ - " .buildkite/scripts/build.sh Makefile.debian9 "
88
+ - " .buildkite/scripts/publish.sh Makefile.debian9 "
89
+ branches : " (main|\\ d+\\ .\\ d+)"
90
90
agents :
91
91
provider : " aws"
92
92
imagePrefix : " ${IMAGE_UBUNTU_ARM_64}"
93
93
instanceType : " t4g.large"
94
- matrix :
95
- setup :
96
- makefile :
97
- - " Makefile"
98
- - " Makefile.debian7"
99
- - " Makefile.debian8"
100
- - " Makefile.debian9"
101
- - " Makefile.debian10"
102
- - " Makefile.debian11"
103
- - " Makefile.debian12"
104
94
105
95
- label : " Post-Release"
106
96
key : " post-release"
107
97
command : " .buildkite/scripts/post-release.sh ${GOLANG_VERSION}"
108
- branches : " ^(main|\\ d+\\ .\\ d+)$"
98
+ branches : " (main|\\ d+\\ .\\ d+)"
99
+ depends_on :
100
+ - " release-ubuntu-x86"
101
+ - " release-ubuntu-arm"
109
102
notify :
110
103
- github_commit_status :
111
104
context : " Post-release"
Original file line number Diff line number Diff line change 43
43
build_pull_requests : true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
44
44
filter_enabled : true
45
45
filter_condition : >-
46
- build.pull_request.id == null || (build. creator.name == 'elasticmachine' && build.pull_request.id != null)
46
+ build.creator.name == 'elasticmachine' && build.pull_request.id != null
47
47
repository : elastic/golang-crossbuild
48
48
cancel_intermediate_builds : true
49
49
cancel_intermediate_builds_branch_filter : ' !main'
You can’t perform that action at this time.
0 commit comments