-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
ppc64le support #10123
base: master
Are you sure you want to change the base?
ppc64le support #10123
Conversation
|
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.
I think you missed updating the workflow that actually builds the containers for the target:
fluent-bit/.github/workflows/call-build-images.yaml
Lines 80 to 92 in 96a88df
call-build-single-arch-container-images: | |
# Allow us to continue to create a manifest if we want | |
continue-on-error: true | |
permissions: | |
contents: read | |
packages: write | |
strategy: | |
fail-fast: false | |
matrix: | |
platform: | |
- amd64 | |
- arm64 | |
- arm/v7 |
It also looks like some Monkey changes which I think need to go via the upstream project @leonardo-albertovich ?
c9b471a
to
0350361
Compare
@patrick-stephens The (new) custom_calyptia.sh test is crashing after appearing hanged for a few minutes. Is there something I am missing, or do I need to debug it? |
The test is this one I think you mean: https://github.com/fluent/fluent-bit/blob/master/tests/runtime_shell/custom_calyptia.sh It is using YAML config as well so make sure that's enabled but it should be. If |
If I set CALYPTIA_FLEET_TOKEN to a random value the test fails, and if I set it to blank the test hangs and eventually crashes. The test passes on an Intel VM. |
Signed-off-by: Sumit Dubey <[email protected]>
Signed-off-by: Sumit Dubey <[email protected]>
Signed-off-by: Sumit Dubey <[email protected]>
@patrick-stephens This is what the test prints on Intel. Is it expected, or is it a bug:
|
It looks like it is not skipping it for some reason when the variable is not set, or have you set it to the empty value? |
[2025/03/25 03:33:01] [ warn] [env] variable ${CALYPTIA_FLEET_TOKEN} is used but not set |
IBM Power (ppc64le) support. Built locally.
None
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
(To be tested on CI)
(To be tested on CI)
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
(To be tested on CI)
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.