-
Notifications
You must be signed in to change notification settings - Fork 17
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
Upgrade fluent bit version to 3.2.2 to windows packages only #191
Conversation
Test Results 1 files ±0 4 suites ±0 2m 57s ⏱️ + 1m 2s Results for commit 7b4507c. ± Comparison against base commit 240a12f. This pull request skips 3 and un-skips 2 tests.
♻️ This comment has been updated with latest results. |
17e0adc
to
7b4507c
Compare
@@ -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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not being run for windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the staging step only runs for linux, you can check the make target.
upgrade fb version to 3.2.2 for windows # Conflicts: # versions/strategyMatrix.py
Upgrading fluent bit version to 3.2.2 for Windows.
Upgrading the systems separately by batching one operating system at a time , cause we are encountering issues with the test cases, as they remain flaky and fail most of the time.
commented
run_e2e_tests_staging
since we are not pushing windows packages to staging bucket , Will revert back the changes in final PR.