Skip to content

Commit

Permalink
Upgrade fluent bit version to 3.2.2 to windows packages only (#191)
Browse files Browse the repository at this point in the history
upgrade fb version to 3.2.2 for windows
# Conflicts:
#	versions/strategyMatrix.py
  • Loading branch information
gunnalahema authored and sanathramesh committed Jan 21, 2025
1 parent 925b89f commit ec19240
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,15 @@ jobs:
gpg_passphrase: ${{ secrets.OHAI_GPG_PASSPHRASE }}
gpg_private_key_base64: ${{ secrets.OHAI_GPG_PRIVATE_KEY_BASE64 }} # base64 encoded

run_e2e_tests_staging:
needs: [ setup_environment, run_e2e_tests_prerelease, publish_linux_to_staging ]
if: |
always() && !failure() && !cancelled()
name: Run E2E tests for all supported packages installing NRIA+FB from staging
uses: ./.github/workflows/run_e2e_tests.yml
with:
gh_release_name: ${{ needs.setup_environment.outputs.pre_release_name }}
infra_agent_version: latest
infra_agent_env: staging
test_report_filename: test-report-staging.xml
secrets: inherit
# run_e2e_tests_staging:
# needs: [ setup_environment, run_e2e_tests_prerelease, publish_linux_to_staging ]
# if: |
# always() && !failure() && !cancelled()
# name: Run E2E tests for all supported packages installing NRIA+FB from staging
# uses: ./.github/workflows/run_e2e_tests.yml
# with:
# gh_release_name: ${{ needs.setup_environment.outputs.pre_release_name }}
# infra_agent_version: latest
# infra_agent_env: staging
# test_report_filename: test-report-staging.xml
# secrets: inherit

0 comments on commit ec19240

Please sign in to comment.