Skip to content

Commit fac6550

Browse files
ybaturinaGoogle-ML-Automation
authored andcommitted
Add new mandatory presubmit jobs:
1) Build CPU test targets on Windows platform. 2) Build jax, jaxlib artifacts on Linux x86 and arm6, build CUDA plugins on Linux x86. PiperOrigin-RevId: 841773766
1 parent 25e182f commit fac6550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
name: "${{ inputs.artifact }},
116116
${{ (contains(inputs.runner, 'linux-x86') && 'linux x86') ||
117117
(contains(inputs.runner, 'linux-arm64') && 'linux arm64') ||
118-
(contains(inputs.runner, 'windows-x86') && 'windows x86') }}, py ${{ inputs.python }} ${{ (contains(inputs.artifact, 'cuda') && format(', cuda {0}', inputs.cuda-version)) || '' }}, clone main XLA=${{ inputs.clone_main_xla }}"
118+
(contains(inputs.runner, 'windows-x86') && 'windows x86') }}, py ${{ inputs.python }}${{ (contains(inputs.artifact, 'cuda') && format(', cuda {0}', inputs.cuda-version)) || '' }}, clone main XLA=${{ inputs.clone_main_xla }}"
119119

120120
# Map the job outputs to step outputs
121121
outputs:

0 commit comments

Comments
 (0)