Skip to content

Commit c4f176e

Browse files
authored
Enable the pipeline on the feature branch (#88672)
We would like to start running all test sets on the feature branch to make sure it is ready to be merged back to the main branch.
1 parent 7b8c2c7 commit c4f176e

10 files changed

+0
-15
lines changed

.ci/jobs.t/elastic+elasticsearch+pull-request+bwc-snapshots.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
black-list-labels:
2626
- '>test-mute'
2727
- 'test-full-bwc'
28-
black-list-target-branches:
29-
- feature/desired-balance-allocator
3028
axes:
3129
- axis:
3230
type: slave

.ci/jobs.t/elastic+elasticsearch+pull-request+docs-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
- ^docs/.*
2323
black-list-labels:
2424
- '>test-mute'
25-
black-list-target-branches:
26-
- feature/desired-balance-allocator
2725
builders:
2826
- inject:
2927
properties-file: '.ci/java-versions.properties'

.ci/jobs.t/elastic+elasticsearch+pull-request+eql-correctness.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
cancel-builds-on-update: true
2121
black-list-target-branches:
2222
- 6.8
23-
- feature/desired-balance-allocator
2423
excluded-regions:
2524
- ^docs/.*
2625
black-list-labels:

.ci/jobs.t/elastic+elasticsearch+pull-request+example-plugins.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
- build-tools/.*
2424
- build-tools-internal/.*
2525
- plugins/examples/.*
26-
black-list-target-branches:
27-
- feature/desired-balance-allocator
2826
builders:
2927
- inject:
3028
properties-file: '.ci/java-versions.properties'

.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-unix-sample.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
cancel-builds-on-update: true
2222
black-list-target-branches:
2323
- 6.8
24-
- feature/desired-balance-allocator
2524
excluded-regions:
2625
- ^docs/.*
2726
black-list-labels:

.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows-sample.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
black-list-target-branches:
2525
- 7.17
2626
- 7.16
27-
- feature/desired-balance-allocator
2827
excluded-regions:
2928
- ^docs/.*
3029
black-list-labels:

.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-upgrade-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
cancel-builds-on-update: true
2323
black-list-target-branches:
2424
- 6.8
25-
- feature/desired-balance-allocator
2625
excluded-regions:
2726
- ^docs/.*
2827
white-list-labels:

.ci/jobs.t/elastic+elasticsearch+pull-request+precommit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
cancel-builds-on-update: true
2121
white-list-labels:
2222
- '>test-mute'
23-
black-list-target-branches:
24-
- feature/desired-balance-allocator
2523
builders:
2624
- inject:
2725
properties-file: '.ci/java-versions.properties'

.ci/jobs.t/elastic+elasticsearch+pull-request+rest-compatibility.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
- 7.16
2424
- 7.15
2525
- 6.8
26-
- feature/desired-balance-allocator
2726
excluded-regions:
2827
- ^docs/.*
2928
black-list-labels:

.ci/templates.t/pull-request-gradle-unix.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
- ^docs/.*
2323
black-list-labels:
2424
- '>test-mute'
25-
black-list-target-branches:
26-
- feature/desired-balance-allocator
2725
builders:
2826
- inject:
2927
properties-file: '.ci/java-versions.properties'

0 commit comments

Comments
 (0)