Skip to content

Commit 36cf033

Browse files
committed
ci: fix conflicting names + original timeout
1 parent 40c969c commit 36cf033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CommonCI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
xla_runtime = "PJRT"
150150
- name: "Run Tests (PJRT)"
151151
if: ${{ inputs.runtime == 'pjrt' || inputs.runtime == 'both' }}
152-
timeout-minutes: 60
152+
timeout-minutes: 90
153153
run: |
154154
import Pkg
155155
Pkg.Registry.update()
@@ -176,7 +176,7 @@ jobs:
176176
xla_runtime = "IFRT"
177177
- name: "Run Tests (IFRT)"
178178
if: ${{ inputs.runtime == 'ifrt' || inputs.runtime == 'both' }}
179-
timeout-minutes: 60
179+
timeout-minutes: 90
180180
run: |
181181
import Pkg
182182
Pkg.Registry.update()
@@ -197,7 +197,7 @@ jobs:
197197
timeout-minutes: 10
198198
if: ${{ always() }}
199199
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 }}"
201201
path: "**/*.mlir"
202202
retention-days: 90
203203
overwrite: false

0 commit comments

Comments
 (0)