Skip to content

Commit 97e4a38

Browse files
Update benchmarks.yml
1 parent 86af462 commit 97e4a38

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ on:
44
pull_request:
55
branches:
66
- main
7-
workflow_dispatch:
8-
inputs:
9-
halt-for-connection:
10-
description: 'Should this workflow run wait for a remote connection?'
11-
type: choice
12-
required: true
13-
default: 'no'
14-
options:
15-
- 'yes'
16-
- 'no'
177

188
jobs:
199
build:
@@ -30,25 +20,6 @@ jobs:
3020

3121
steps:
3222
- uses: actions/checkout@v3
33-
# Halt for testing
34-
- name: Wait For Connection
35-
uses: google-ml-infra/actions/ci_connection@main
36-
with:
37-
halt-dispatch-input: ${{ inputs.halt-for-connection }}
38-
- name: Build jaxlib
39-
env:
40-
JAXCI_CLONE_MAIN_XLA: 1
41-
run: ./ci/build_artifacts.sh "jaxlib"
42-
- name: Build jax-cuda-plugin
43-
env:
44-
JAXCI_CLONE_MAIN_XLA: 1
45-
run: ./ci/build_artifacts.sh "jax-cuda-plugin"
46-
- name: Build jax-cuda-pjrt
47-
env:
48-
JAXCI_CLONE_MAIN_XLA: 1
49-
run: ./ci/build_artifacts.sh "jax-cuda-pjrt"
50-
- name: Run Bazel GPU tests locally
51-
run: ./ci/run_bazel_test_gpu_non_rbe.sh
5223
- name: Install dependencies
5324
run: |
5425
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)