File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
xla_runtime = "PJRT"
150
150
- name : " Run Tests (PJRT)"
151
151
if : ${{ inputs.runtime == 'pjrt' || inputs.runtime == 'both' }}
152
- timeout-minutes : 60
152
+ timeout-minutes : 90
153
153
run : |
154
154
import Pkg
155
155
Pkg.Registry.update()
@@ -176,7 +176,7 @@ jobs:
176
176
xla_runtime = "IFRT"
177
177
- name : " Run Tests (IFRT)"
178
178
if : ${{ inputs.runtime == 'ifrt' || inputs.runtime == 'both' }}
179
- timeout-minutes : 60
179
+ timeout-minutes : 90
180
180
run : |
181
181
import Pkg
182
182
Pkg.Registry.update()
@@ -197,7 +197,7 @@ jobs:
197
197
timeout-minutes : 10
198
198
if : ${{ always() }}
199
199
with :
200
- name : " mlir-${{ inputs.julia_version }}-${{ inputs.os }}-${{ inputs.runtime }}-assertions=${{ inputs.assertions }}-${{ github.event_name }}"
200
+ name : " mlir-${{ inputs.julia_version }}-${{ inputs.os }}-${{ inputs.runtime }}-assertions=${{ inputs.assertions }}-${{ github.event_name }}-test_group=${{ inputs.test_group }}-${{ inputs.localjll }} "
201
201
path : " **/*.mlir"
202
202
retention-days : 90
203
203
overwrite : false
You can’t perform that action at this time.
0 commit comments