Skip to content

Commit f847935

Browse files
authored
Merge branch 'main' into rn-test2
2 parents 1904790 + 21031d5 commit f847935

File tree

2,021 files changed

+77123
-36290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,021 files changed

+77123
-36290
lines changed

.buildkite/pipelines/intake.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ steps:
107107
- trigger: elasticsearch-dra-workflow
108108
label: Trigger DRA snapshot workflow
109109
async: true
110-
branches: "main 9.* 8.* 7.17"
110+
branches: "main 9.* 8.*"
111111
build:
112112
branch: "$BUILDKITE_BRANCH"
113113
commit: "$BUILDKITE_COMMIT"

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ steps:
108108
- trigger: elasticsearch-dra-workflow
109109
label: Trigger DRA snapshot workflow
110110
async: true
111-
branches: "main 9.* 8.* 7.17"
111+
branches: "main 9.* 8.*"
112112
build:
113113
branch: "$BUILDKITE_BRANCH"
114114
commit: "$BUILDKITE_COMMIT"

.buildkite/pipelines/pull-request/part-3.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
config:
2-
skip-target-branches: "7.17"
31
steps:
42
- label: part-3
53
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart3

.buildkite/pipelines/pull-request/part-4.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
config:
2-
skip-target-branches: "7.17"
31
steps:
42
- label: part-4
53
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart4

.buildkite/pipelines/pull-request/part-5.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
config:
2-
skip-target-branches: "7.17"
31
steps:
42
- label: part-5
53
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart5

.buildkite/pipelines/pull-request/rest-compatibility.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
config:
2-
skip-target-branches: "7.17"
31
steps:
42
- label: rest-compatibility
53
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed checkRestCompat

.buildkite/pull-requests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"admin",
99
"write"
1010
],
11-
"allowed_list": ["elastic-renovate-prod[bot]"],
11+
"allowed_list": ["elastic-renovate-prod[bot]", "github-actions[bot]"],
1212
"set_commit_status": false,
1313
"build_on_commit": true,
1414
"build_on_comment": true,

.buildkite/scripts/dra-workflow.trigger.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,4 @@ for BRANCH in "${BRANCHES[@]}"; do
4646
DRA_WORKFLOW: staging
4747
VERSION_QUALIFIER: ${VERSION_QUALIFIER:-}
4848
EOF
49-
50-
if [ "$BRANCH" = "7.17" ]; then
51-
cat <<EOF
52-
- trigger: elasticsearch-dra-workflow
53-
label: Trigger DRA snapshot workflow for $BRANCH
54-
async: true
55-
build:
56-
branch: "$BRANCH"
57-
commit: "$LAST_GOOD_COMMIT"
58-
env:
59-
DRA_WORKFLOW: snapshot
60-
VERSION_QUALIFIER: ${VERSION_QUALIFIER:-}
61-
EOF
62-
fi
6349
done

.buildkite/scripts/periodic.trigger.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ IS_FIRST=true
1111
SKIP_DELAY="${SKIP_DELAY:-false}"
1212

1313
for BRANCH in "${BRANCHES[@]}"; do
14-
# Removing 7.17 periodic branch builds
15-
if [[ $BRANCH == "7.17" ]];
16-
then
17-
continue;
18-
fi
1914
INTAKE_PIPELINE_SLUG="elasticsearch-intake"
2015
BUILD_JSON=$(curl -sH "Authorization: Bearer ${BUILDKITE_API_TOKEN}" "https://api.buildkite.com/v2/organizations/elastic/pipelines/${INTAKE_PIPELINE_SLUG}/builds?branch=${BRANCH}&state=passed&per_page=1" | jq '.[0] | {commit: .commit, url: .web_url}')
2116
LAST_GOOD_COMMIT=$(echo "${BUILD_JSON}" | jq -r '.commit')
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
config:
22
- path: distribution/docker/src/docker/iron_bank
3-
dockerfile: ../Dockerfile
3+
dockerfile: ../dockerfiles/ironbank/Dockerfile
4+
5+
pull_request:
6+
labels:
7+
- ":Delivery/Tooling"
8+
- ":Delivery/Packaging"
9+
- "auto-merge-without-approval"
10+
- "dependencies"
11+
- ">non-issue"
12+

0 commit comments

Comments
 (0)