File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 11name : Run Pytest GPU tests
22
3- # on:
4- # pull_request:
5- # branches:
6- # - main
3+ on :
4+ pull_request :
5+ branches :
6+ - main
77
88jobs :
99 build :
1818
1919 env :
2020 # GitHub actions run in Docker by defaut. Disable running the `setup_docker.sh` script.
21- JAXCI_SETUP_DOCKER : 0
21+ JAXCI_RUN_DOCKER_CONTAINER : 0
2222 # Use RBE to build the artifacts.
2323 JAXCI_BUILD_ARTIFACT_WITH_RBE : 1
2424 # Setup the test environment (disable x64 mode and clone XLA at HEAD)
@@ -31,11 +31,11 @@ jobs:
3131 - name : Wait For Connection
3232 uses : ./actions/ci_connection/
3333 - name : Build jaxlib
34- run : ./ci/build_artifacts.sh jaxlib
34+ run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/ jaxlib"
3535 - name : Build jax-cuda-plugin
36- run : ./ci/build_artifacts.sh jax-cuda-plugin
36+ run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/ jax-cuda-plugin"
3737 - name : Build jax-cuda-pjrt
38- run : ./ci/build_artifacts.sh jax-cuda-pjrt
38+ run : ./ci/build_artifacts.sh jax-cuda-pjrt "ci/envs/build_artifacts/jax-cuda-pjrt"
3939 - name : Install pytest
4040 env :
4141 JAXCI_PYTHON : python${{ matrix.python }}
4545 JAXCI_PYTHON : python${{ matrix.python }}
4646 run : $JAXCI_PYTHON -m pip install -r build/test-requirements.txt
4747 - name : Run Pytest GPU tests
48- env :
49- ENV_FILE : ci/envs/run_tests/pytest_gpu
50- run : ./ci/run_pytest.sh
48+ run : ./ci/run_pytest.sh "ci/envs/run_tests/pytest_gpu"
You can’t perform that action at this time.
0 commit comments