Skip to content

Commit ba30283

Browse files
authored
Fluent bit 3.2.10 upgrade (#211)
Upgrade fluent bit from 3.2.7 to 3.2.10 except ubuntu 16
1 parent 1776a92 commit ba30283

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ jobs:
191191

192192
run_e2e_tests_staging:
193193
needs: [ setup_environment, run_e2e_tests_prerelease, publish_linux_to_staging ]
194-
if: |
195-
always() && !failure() && !cancelled()
194+
# if: |
195+
# always() && !failure() && !cancelled()
196196
name: Run E2E tests for all supported packages installing NRIA+FB from staging
197197
uses: ./.github/workflows/run_e2e_tests.yml
198198
with:

.github/workflows/run_e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
report_test_results:
7373
name: Report results
74-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-latest
7575
needs: provision_and_execute_tests
7676
env:
7777
GH_TOKEN: ${{ github.token }}

.github/workflows/run_prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174

175175
report_linux_test_results:
176176
name: Report results linux
177-
runs-on: ubuntu-20.04
177+
runs-on: ubuntu-latest
178178
needs: [ provision_and_execute_tests_linux ]
179179
if : ${{ always() && !failure() && !cancelled() && (needs.provision_and_execute_tests_linux.result == 'success')}}
180180
env:
@@ -203,7 +203,7 @@ jobs:
203203
204204
report_windows_test_results:
205205
name: Report results windows
206-
runs-on: ubuntu-20.04
206+
runs-on: ubuntu-latest
207207
needs: [ provision_and_execute_tests_windows ]
208208
if: ${{ inputs.windows_matrix != '[]' }}
209209
env:
@@ -232,7 +232,7 @@ jobs:
232232
233233
tear_down_test_executor_instances:
234234
name: Tear down test executor instances
235-
if: always()
235+
# if: always()
236236
needs: [ report_windows_test_results, report_linux_test_results ]
237237
uses: ./.github/workflows/run_task.yml
238238
with:

ansible/provision-and-execute-tests/playbook-provision-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# If there are spurious failures in the PLAY, it is good to run
55
# the playbook again by removing free strategy.
66
any_errors_fatal: true
7-
strategy: free
7+
# strategy: free
88
become: true
99
gather_facts: no
1010
tasks:

versions/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fbVersion: 3.2.7
1+
fbVersion: 3.2.10
22

33
# This file, together with each distro file are processed and merged incrementally to
44
# build all the information required to download and test each package. Each package ends

versions/windows-server-2022.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ osDistro: windows-server
22
osVersion: 2022
33
packages:
44
- arch: win64
5-
ami: ami-00087f5bc76de01b4
5+
ami: ami-06fbbb433da1a5bf7
66
- arch: win32
7-
ami: ami-00087f5bc76de01b4
7+
ami: ami-06fbbb433da1a5bf7

0 commit comments

Comments
 (0)