-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Docker] Fix ordering of tf and tflite installs in ci_qemu #8315
Conversation
Lolz, I just opened #8314. I'll close that one in favor of this one. |
Hehe. I was just about to close this one when I saw your comment. It would have been the git equivalent of getting to a stop sign at exactly the same time. |
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.
LGTM
@Lunderberg You hit a timeout in CI, can you re-launch? |
bb2333e
to
dd0e0f0
Compare
And re-launched. |
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.
Now you happened to find a flaky test :), so CI needs re-triggering yet again.
I also suggest you report the flaky test as an issue, so that it can be dealt with.
Similar to apache#8312, the recently merged apache#8306 required tflite to be installed after tf. However, apache#8306 did not correct the ordering in the dockerfiles. After this and apache#8312, all dockerfiles should be up to date with the correct ordering.
dd0e0f0
to
1cb28e9
Compare
Bumped the CI again. It looks like there is a tracking issue #8140 for this particular flaky test case, though there isn't a resolution yet. |
Thanks @Lunderberg @leandron |
Similar to apache#8312, the recently merged apache#8306 required tflite to be installed after tf. However, apache#8306 did not correct the ordering in the dockerfiles. After this and apache#8312, all dockerfiles should be up to date with the correct ordering. Co-authored-by: Eric Lunderberg <elunderberg@octoml.ai>
Similar to apache#8312, the recently merged apache#8306 required tflite to be installed after tf. However, apache#8306 did not correct the ordering in the dockerfiles. After this and apache#8312, all dockerfiles should be up to date with the correct ordering. Co-authored-by: Eric Lunderberg <elunderberg@octoml.ai>
Similar to #8312, the recently merged #8306 required tflite to be installed after tf. However, #8306 did not correct the ordering in the dockerfiles. After this and #8312, all dockerfiles should be up to date with the correct ordering.