Commit ceeb9ea3 authored by Shanqing Cai's avatar Shanqing Cai Committed by TensorFlower Gardener
Browse files

Refactor pip.sh into independent jobs

pip.sh consists of multiple tasks, such as
* testing pip package on a clean virtualenv install
* running all bazel_pip tests in a "non-clean" virtualenv
* testing user ops
* testing tfdbg binaries
etc.

Previously they run in a way in which if an earlier task fails, none of the following tasks will run. This CL corrects that by separating the code into multiple tasks and ensure that they always run regardless of the status of preceding tasks.

Also adds color to the FAIL / PASS messages.

PiperOrigin-RevId: 162807396
parent 9c08e99a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment