Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing linux #166

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8b7e36f
Upgrade fluent bit version to 3.1.9
gunnalahema Oct 18, 2024
7fccf55
Upgrade upload-artifact version to v3 since v2 is deprecated
gunnalahema Oct 18, 2024
f80eae8
NR-328274: use updated falcon role
luckslovez Oct 21, 2024
e1d40d1
dd zypper debug
gunnalahema Oct 23, 2024
f854ff1
add only sles workflow files
gunnalahema Oct 24, 2024
feb9b4d
add timeout 900
gunnalahema Oct 25, 2024
270994b
update strategy matrix to pick sles_15.4
nr-rkallempudi Oct 25, 2024
df64c50
Update playbook.yml
nr-rkallempudi Oct 25, 2024
a5e6bdc
Update playbook.yml
nr-rkallempudi Oct 25, 2024
1b0b58d
updating ami
nr-rkallempudi Oct 25, 2024
16f88f5
reverting the changes made related to configuration
nr-rkallempudi Oct 25, 2024
c2b4586
Testing it with sles 15.1
nr-rkallempudi Oct 25, 2024
dfb3c96
modifying AMIs to latest ones
nr-rkallempudi Oct 25, 2024
a5df926
updated SLES 15.2 version
nr-rkallempudi Oct 25, 2024
ddf6684
update sles 15.2 ami
gunnalahema Oct 26, 2024
3ff7024
update 15.2 sles ami
gunnalahema Oct 26, 2024
e903959
update sles 15.2 ami
gunnalahema Oct 27, 2024
e1ef286
update sles 15.2 ami
gunnalahema Oct 27, 2024
570c6f5
rename sles_15.2.yml to sles_15.2.ymlx to remove the file
gunnalahema Oct 28, 2024
14a09b0
remove timeout
gunnalahema Oct 28, 2024
9a33bf9
disable windows-server-2019 and 2022
gunnalahema Oct 28, 2024
397643d
update windows-server amis
gunnalahema Oct 29, 2024
b2dadf0
remove windows-servers
gunnalahema Oct 29, 2024
0a69984
check /tmp/test-reports directory exists
gunnalahema Oct 29, 2024
87289c1
remove 15.5 sles
gunnalahema Oct 29, 2024
73778f5
uncomment windows-servers-2019 , 2022 , update amazon-linux-2023 ami …
gunnalahema Oct 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ jobs:
sudo apt-get install -y debsigs
bash ./scripts/sign.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ contains(matrix.packages.available-flavors, env.FB_PACKAGE_NAME) }}
with:
name: ${{ env.FB_PACKAGE_NAME }}_${{ env.VERSION }}_rpm
@@ -100,7 +100,7 @@ jobs:
sudo apt-get install -y debsigs
bash ./scripts/sign.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ contains(matrix.packages.available-flavors, env.FB_PACKAGE_NAME) }}
with:
name: ${{ env.FB_PACKAGE_NAME }}_${{ env.VERSION }}_deb
@@ -128,7 +128,7 @@ jobs:
unzip fluent-bit-${{ env.VERSION }}-${{ matrix.packages.version }}.zip
zip -r -j packages/fb-windows-${{ matrix.packages.arch }}.zip fluent-bit-${{ env.VERSION }}-${{ matrix.packages.version }}/bin/fluent-bit.exe fluent-bit-${{ env.VERSION }}-${{ matrix.packages.version }}/bin/fluent-bit.dll

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: fluent-bit_${{ env.VERSION }}_zip
path: packages/
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ jobs:
# for those distros using the same package, such as Windows). To avoid this, we first push all the files to a
# shared filesystem and let the "prepare_prerelease" step below upload them later, sequentially. This GH action
# ensures that if two jobs attempt pushing the same file, they get overwritten (last one prevails).
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
# Artifacts are pushed to *shared network folders* that have this name and that contain
# the artifact inside of them. Example: fluent-bit-2.1.8-386.exe/fluent-bit-2.1.8-386.exe
2 changes: 1 addition & 1 deletion ansible/build-fb-suse/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collections:
- name: community.aws
- name: community.general
- name: git+https://github.com/Sivakumar3695/caos-ansible-roles#/caos.ansible_roles/
- name: git+https://github.com/luckslovez/caos-ansible-roles#/caos.ansible_roles/
type: git
roles:
- name: andrewrothstein.gh
2 changes: 1 addition & 1 deletion versions/amazonlinux_2023.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@ osDistro: amazonlinux
osVersion: 2023
packages:
- arch: x86_64
ami: ami-01103fb68b3569475
ami: ami-0798fb070bcaff6e9
- arch: aarch64
ami: ami-0b9df99d3514cdede
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion versions/common.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fbVersion: 3.1.2
fbVersion: 3.1.9

# This file, together with each distro file are processed and merged incrementally to
# build all the information required to download and test each package. Each package ends
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions versions/sles_15.2.yml

This file was deleted.

5 changes: 5 additions & 0 deletions versions/sles_15.2.ymlx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
osDistro: sles
osVersion: 15.2
packages:
- arch: x86_64
ami: ami-03bb89b7d26709c14 # TODO: This AMI is from publisher kurian. Need to confirm with security team before making it to production.
2 changes: 1 addition & 1 deletion versions/sles_15.3.yml
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@ osDistro: sles
osVersion: 15.3
packages:
- arch: x86_64
ami: ami-0d80ccb98990ccf53
ami: ami-048206b517bb4a5c2
2 changes: 1 addition & 1 deletion versions/sles_15.4.yml
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@ osDistro: sles
osVersion: 15.4
packages:
- arch: x86_64
ami: ami-04bec2ee7152c1c8c
ami: ami-0f48f109f1e6a8a4c
File renamed without changes.
2 changes: 1 addition & 1 deletion versions/strategyMatrix.py
Original file line number Diff line number Diff line change
@@ -185,7 +185,7 @@ def list_distro_files():
try:
return [
filename
for filename in os.listdir(".")
for filename in os.listdir(".")
if (filename.endswith(".yml") or filename.endswith(".yaml"))
and filename != "common.yml"
]
4 changes: 2 additions & 2 deletions versions/windows-server-2019.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ osDistro: windows-server
osVersion: 2019
packages:
- arch: win64
ami: ami-0cd3008ce2e0d1c0c
ami: ami-04a0f66869c37da73
# There is no win32 image available in AWS, so we use the w64 one to test the w32 binaries
- arch: win32
ami: ami-0cd3008ce2e0d1c0c
ami: ami-0131f8b98ba082b3b
4 changes: 2 additions & 2 deletions versions/windows-server-2022.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@ osDistro: windows-server
osVersion: 2022
packages:
- arch: win64
ami: ami-094aa6728b151e05a
ami: ami-0c808db6baea2d0ed
- arch: win32
ami: ami-094aa6728b151e05a
ami: ami-0c25be66a8d4215e5