Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ permissions:
packages: write
id-token: write
checks: write
pull-requests: write

on: [pull_request]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ permissions:
contents: read
id-token: write
checks: write
pull-requests: write

Comment thread
satya-nr marked this conversation as resolved.
on:
# To be able to launch it from pull_request.yml programmatically
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ permissions:
packages: write
id-token: write
checks: write
pull-requests: write

on:
# To be able to launch it from pull_request.yml programmatically
Expand Down
4 changes: 2 additions & 2 deletions versions/amazonlinux_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ osDistro: amazonlinux
osVersion: 2
packages:
- arch: x86_64
ami: ami-05e1405c57ab23683
ami: ami-0681f53b4961a7296
- arch: aarch64
ami: ami-08d8cbe09f0a01184
ami: ami-09dacf8da1ed712f1
4 changes: 2 additions & 2 deletions versions/amazonlinux_2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ osDistro: amazonlinux
osVersion: 2023
packages:
- arch: x86_64
ami: ami-0b4624933067d393a
ami: ami-02f986bab3de34d0d
- arch: aarch64
ami: ami-00136537838fffb8e
ami: ami-0d62c32deead0d6c5
2 changes: 1 addition & 1 deletion versions/common.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fbVersion: 4.2.2
fbVersion: 5.0.6

# New Relic Fluent Bit Output Plugin Configuration
# These values are used during E2E testing to download and test a specific version of the NR output plugin
Expand Down
4 changes: 2 additions & 2 deletions versions/windows-server-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ osDistro: windows-server
osVersion: 2019
packages:
- arch: win64
ami: ami-0d1b30a19661df9bd
ami: ami-097844465530c45f8
# There is no win32 image available in AWS, so we use the w64 one to test the w32 binaries
- arch: win32
ami: ami-0d1b30a19661df9bd
ami: ami-097844465530c45f8
4 changes: 2 additions & 2 deletions versions/windows-server-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ osDistro: windows-server
osVersion: 2022
packages:
- arch: win64
ami: ami-043caaf4b51d812c1
ami: ami-0e7995aec6c9b24c0
- arch: win32
ami: ami-043caaf4b51d812c1
ami: ami-0e7995aec6c9b24c0
Loading