Skip to content

Commit 9d65538

Browse files
[CI] Pin the ML Connect action to a specific sha
PiperOrigin-RevId: 762441171
1 parent 7d13c56 commit 9d65538

11 files changed

+12
-12
lines changed

.github/workflows/bazel_cpu_py_import_rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656
# Halt for testing
5757
- name: Wait For Connection
58-
uses: google-ml-infra/actions/ci_connection@main
58+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
5959
with:
6060
halt-dispatch-input: ${{ inputs.halt-for-connection }}
6161
- name: Run Bazel CPU tests with py_import (RBE)

.github/workflows/bazel_cpu_rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656
- name: Wait For Connection
57-
uses: google-ml-infra/actions/ci_connection@main
57+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
5858
with:
5959
halt-dispatch-input: ${{ inputs.halt-for-connection }}
6060
# Since we do not have a Linux Arm64 RBE pool, we do not run the tests on Arm64. Instead, we

.github/workflows/bazel_cuda_non_rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
exit 1
107107
# Halt for testing
108108
- name: Wait For Connection
109-
uses: google-ml-infra/actions/ci_connection@main
109+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
110110
with:
111111
halt-dispatch-input: ${{ inputs.halt-for-connection }}
112112
- name: Run Bazel CUDA tests (Non-RBE)

.github/workflows/bazel_cuda_rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252
- name: Wait For Connection
53-
uses: google-ml-infra/actions/ci_connection@main
53+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
5454
with:
5555
halt-dispatch-input: ${{ inputs.halt-for-connection }}
5656
- name: Run Bazel CUDA Tests with RBE

.github/workflows/bazel_optional_h100_b200.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
- name: Wait For Connection
36-
uses: google-ml-infra/actions/ci_connection@main
36+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
3737
with:
3838
halt-dispatch-input: ${{ inputs.halt-for-connection }}
3939
- name: Run Bazel single B200 CUDA Tests
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7777
- name: Wait For Connection
78-
uses: google-ml-infra/actions/ci_connection@main
78+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
7979
with:
8080
halt-dispatch-input: ${{ inputs.halt-for-connection }}
8181
- name: Run Bazel multiple H100 CUDA Tests

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
run: echo "JAXCI_WRITE_TO_BAZEL_REMOTE_CACHE=1" >> $GITHUB_ENV
128128
# Halt for testing
129129
- name: Wait For Connection
130-
uses: google-ml-infra/actions/ci_connection@main
130+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
131131
with:
132132
halt-dispatch-input: ${{ inputs.halt-for-connection }}
133133
- name: Build ${{ inputs.artifact }}

.github/workflows/numpy_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
path: ml_dtypes
5555
# Halt for testing
5656
- name: Wait For Connection
57-
uses: google-ml-infra/actions/ci_connection@main
57+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
5858
with:
5959
halt-dispatch-input: ${{ inputs.halt-for-connection }}
6060
- name: Install numpy & scipy development versions

.github/workflows/oldest_supported_numpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
$JAXCI_PYTHON -m uv pip install -e .[minimum-jaxlib]
5252
# Halt for testing
5353
- name: Wait For Connection
54-
uses: google-ml-infra/actions/ci_connection@main
54+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
5555
with:
5656
halt-dispatch-input: ${{ inputs.halt-for-connection }}
5757
- name: Run Pytest CPU tests

.github/workflows/pytest_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
fi
141141
# Halt for testing
142142
- name: Wait For Connection
143-
uses: google-ml-infra/actions/ci_connection@main
143+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
144144
with:
145145
halt-dispatch-input: ${{ inputs.halt-for-connection }}
146146
- name: Run Pytest CPU tests

.github/workflows/pytest_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
run: $JAXCI_PYTHON -m uv pip install -r build/test-requirements.txt
139139
# Halt for testing
140140
- name: Wait For Connection
141-
uses: google-ml-infra/actions/ci_connection@main
141+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
142142
with:
143143
halt-dispatch-input: ${{ inputs.halt-for-connection }}
144144
- name: Run Pytest CUDA tests

.github/workflows/pytest_tpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
fi
153153
# Halt for testing
154154
- name: Wait For Connection
155-
uses: google-ml-infra/actions/ci_connection@main
155+
uses: google-ml-infra/actions/ci_connection@7f5ca0c263a81ed09ea276524c1b9192f1304e3c
156156
with:
157157
halt-dispatch-input: ${{ inputs.halt-for-connection }}
158158
- name: Run Pytest TPU tests

0 commit comments

Comments
 (0)