Skip to content
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

fix(ci): properly pass variables to Make #2993

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

rkuester
Copy link
Contributor

@rkuester rkuester commented Dec 6, 2024

Fix the broken CI scripts, new in 23d626d, by passing variable
values to Make as command line options rather than through the
environment. Variables set in the environment are overridden by
assignments in the Makefile, whereas variables set as command
line options override assignments in the Makefile.

BUG=fixes #2989 and fixes #2990

Fix the broken CI scripts, new in 23d626d, by passing variable
values to Make as command line options rather than through the
environment. Variables set in the environment are overridden by
assignments in the Makefile, whereas variables set as command
line options override assignments in the Makefile.

BUG=fixes tensorflow#2989 and fixes tensorflow#2990
@rkuester rkuester requested a review from a team as a code owner December 6, 2024 17:39
@rkuester rkuester requested a review from suleshahid December 6, 2024 17:39
@suleshahid
Copy link
Collaborator

Could you check the Hifi5 test, still failing.

Copy link
Contributor

mergify bot commented Dec 6, 2024

This pull request has been removed from the queue for the following reason: pull request dequeued.

Pull request #2993 has been dequeued. The pull request could not be merged. This could be related to an activated branch protection or ruleset rule that prevents us from merging. (detail: 19 of 20 required status checks have not succeeded: 16 expected.).

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.

If you want to requeue this pull request, you need to post a comment with the text: @mergifyio requeue

@mergify mergify bot merged commit 4a8bb6b into tensorflow:main Dec 6, 2024
98 of 99 checks passed
@rkuester rkuester deleted the fix-broken-ci branch December 6, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run-Xtensa CI Run Failed Run-CI CI Run Failed
3 participants