build
build copied to clipboard
Compile cpu
This is trying to figure out/monitor how much time, a build with the remote cache, requires on the standard Github Action hardware resources.
We have some issue to match the remote cache here:
[12,071 / 13,189] Github Action timeout after ~ 6 Hours running the compilation job.
As you seems not interested in https://github.com/tensorflow/build/pull/47 this is just the compile job in your published image on DockerHUb.
This is something we can revisit later (Q1+) once the needs for internal CI have been covered.
Ok but I don't know if the problem is at the CI level. it would be nice if you could compare the execution log with two builds on exactly same commit on the CI.
I've tried on the nightly commit and the level of cache misses is different in every nightly release:
https://discuss.tensorflow.org/t/adopting-open-source-dockerfiles-for-official-tf-nightly-ci/6050/17
/cc @theadactyl
As we have recently removed this file from the repository I have refactored this in TF with https://github.com/tensorflow/tensorflow/pull/57630