-
Notifications
You must be signed in to change notification settings - Fork 124
Use build OS variables instead of hard coded build OS names #922
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
Conversation
This reverts commit 95139ba.
❌ Integration test FAILEDRequested by @sunmou99 on commit 266456e
Add flaky tests to go/fpl-cpp-flake-tracker |
Can you merge from main (and resolve the conflicts) before I review? |
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.
So, the integration test summary says everything succeeded, BUT the Android emulator tests failed. Any idea why it was still reported as success? I think I've seen this happen before when the emulator test fails.
https://github.com/firebase/firebase-cpp-sdk/actions/runs/2272273221
This is because we fail to locate the SDK artifacts, thus assuming it's a build error and ignore the test error. |
Test failure seems unrelated, as far as I'm concerned this is good to merge. |
Description
Use build OS variables instead of hard coded build OS names
Testing
Succeed:
https://github.com/firebase/firebase-cpp-sdk/actions/runs/2265168672
Type of Change
Place an
x
the applicable box:Notes
Release Notes
section ofrelease_build_files/readme.md
.