Skip to content

Commit 18cf8cf

Browse files
v1vmergify[bot]
authored andcommitted
updatecli: no submodules and remove 7.17 filter if using filter-branches (#12168)
(cherry picked from commit 9159bd2) # Conflicts: # .ci/updatecli/updatecli-bump-golang.yml # .github/workflows/bump-agent-versions.yml # .github/workflows/bump-beats-version.yml # .github/workflows/bump-edot-images.yml # .github/workflows/bump-golang.yml # .github/workflows/bump-vm-images.yml
1 parent 09a4332 commit 18cf8cf

8 files changed

Lines changed: 46 additions & 0 deletions

.ci/updatecli/updatecli-bump-edot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ scms:
1313
commitusingapi: true
1414
branch: '{{ .scm.branch }}'
1515
force: false
16+
submodules: false
1617

1718
actions:
1819
elastic-agent:

.ci/updatecli/updatecli-bump-golang.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ scms:
1212
repository: '{{ .scm.repository }}'
1313
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
1414
commitusingapi: true
15+
<<<<<<< HEAD
1516
branch: main
17+
=======
18+
branch: '{{ .scm.branch }}'
19+
force: false
20+
submodules: false
21+
>>>>>>> 9159bd2c2 (updatecli: no submodules and remove 7.17 filter if using filter-branches (#12168))
1622

1723
actions:
1824
elastic-agent:

.ci/updatecli/updatecli-bump-vm-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ scms:
1515
commitusingapi: true
1616
branch: '{{ requiredEnv "BRANCH_NAME" }}'
1717
force: false
18+
submodules: false
1819

1920
actions:
2021
elastic-agent:

.github/workflows/bump-agent-versions.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ on:
77
- cron: "0 0 * * *"
88

99
jobs:
10+
<<<<<<< HEAD
11+
=======
12+
filter:
13+
runs-on: ubuntu-slim
14+
timeout-minutes: 1
15+
outputs:
16+
matrix: ${{ steps.generator.outputs.matrix }}
17+
permissions:
18+
contents: read
19+
steps:
20+
- id: generator
21+
uses: elastic/oblt-actions/elastic/active-branches@v1
22+
with:
23+
filter-branches: true
24+
25+
>>>>>>> 9159bd2c2 (updatecli: no submodules and remove 7.17 filter if using filter-branches (#12168))
1026
update_versions:
1127
runs-on: ubuntu-latest
1228
permissions:

.github/workflows/bump-beats-version.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
steps:
2323
- id: generator
2424
uses: elastic/oblt-actions/elastic/active-branches@v1
25+
<<<<<<< HEAD
26+
=======
27+
with:
28+
filter-branches: true
29+
>>>>>>> 9159bd2c2 (updatecli: no submodules and remove 7.17 filter if using filter-branches (#12168))
2530

2631
update-beats:
2732
permissions:

.github/workflows/bump-edot-images.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v6
23+
<<<<<<< HEAD
24+
=======
25+
# NOTE: no need for submodules here.
26+
#with:
27+
# submodules: true
28+
>>>>>>> 9159bd2c2 (updatecli: no submodules and remove 7.17 filter if using filter-branches (#12168))
2329

2430
- uses: elastic/oblt-actions/updatecli/run@v1
2531
with:

.github/workflows/bump-golang.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v6
23+
<<<<<<< HEAD
24+
=======
25+
# NOTE: no need for submodules here.
26+
#with:
27+
# submodules: true
28+
>>>>>>> 9159bd2c2 (updatecli: no submodules and remove 7.17 filter if using filter-branches (#12168))
2329

2430
- uses: elastic/oblt-actions/updatecli/run@v1
2531
with:

.github/workflows/bump-vm-images.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v6
4444
with:
45+
<<<<<<< HEAD
46+
=======
47+
# NOTE: no need for submodules here.
48+
# submodules: true
49+
>>>>>>> 9159bd2c2 (updatecli: no submodules and remove 7.17 filter if using filter-branches (#12168))
4550
# NOTE: as long as the updatecli bump differs between branches, we need to
4651
# checkout the branch that we are going to bump that we are going to bump
4752
# this is needed to ensure that the updatecli bump is done against the correct updatecli

0 commit comments

Comments
 (0)