37
37
actions : write
38
38
39
39
runs-on : ${{ matrix.os }}
40
+ timeout-minutes : 60
40
41
41
42
defaults :
42
43
run :
53
54
access_token : ${{ github.token }}
54
55
55
56
- name : Checkout DPNP repo
56
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57
58
with :
58
59
fetch-depth : 0
59
60
@@ -118,6 +119,7 @@ jobs:
118
119
needs : build
119
120
120
121
runs-on : ${{ matrix.os }}
122
+ timeout-minutes : 100
121
123
122
124
defaults :
123
125
run :
@@ -138,13 +140,13 @@ jobs:
138
140
139
141
steps :
140
142
- name : Checkout DPNP repo
141
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
143
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
142
144
with :
143
145
fetch-depth : ${{ env.fetch-depth }}
144
146
path : ${{ env.dpnp-repo-path }}
145
147
146
148
- name : Download artifact
147
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
149
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
148
150
with :
149
151
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
150
152
path : ${{ env.pkg-path-in-channel }}
@@ -245,6 +247,7 @@ jobs:
245
247
needs : build
246
248
247
249
runs-on : ${{ matrix.os }}
250
+ timeout-minutes : 120
248
251
249
252
defaults :
250
253
run :
@@ -265,13 +268,13 @@ jobs:
265
268
266
269
steps :
267
270
- name : Checkout DPNP repo
268
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
271
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
269
272
with :
270
273
fetch-depth : ${{ env.fetch-depth }}
271
274
path : ${{ env.dpnp-repo-path }}
272
275
273
276
- name : Download artifact
274
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
277
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
275
278
with :
276
279
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
277
280
path : ${{ env.pkg-path-in-channel }}
@@ -406,6 +409,7 @@ jobs:
406
409
os : [ubuntu-22.04, windows-2022]
407
410
408
411
runs-on : ${{ matrix.os }}
412
+ timeout-minutes : 10
409
413
410
414
defaults :
411
415
run :
@@ -421,17 +425,17 @@ jobs:
421
425
422
426
steps :
423
427
- name : Checkout DPNP repo
424
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
428
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
425
429
with :
426
430
fetch-depth : ${{ env.fetch-depth }}
427
431
428
432
- name : Download artifact
429
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
433
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
430
434
with :
431
435
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
432
436
433
437
- name : Download wheels artifact
434
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
438
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
435
439
with :
436
440
name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
437
441
@@ -487,6 +491,7 @@ jobs:
487
491
os : [ubuntu-22.04]
488
492
489
493
runs-on : ${{ matrix.os }}
494
+ timeout-minutes : 15
490
495
491
496
defaults :
492
497
run :
@@ -508,13 +513,13 @@ jobs:
508
513
509
514
steps :
510
515
- name : Checkout DPNP repo
511
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
516
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
512
517
with :
513
518
fetch-depth : ${{ env.fetch-depth }}
514
519
path : ${{ env.dpnp-repo-path }}
515
520
516
521
- name : Download artifact
517
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
522
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
518
523
with :
519
524
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
520
525
path : ${{ env.pkg-path-in-channel }}
@@ -580,7 +585,7 @@ jobs:
580
585
python -c "import dpnp; print(dpnp.__version__)"
581
586
582
587
- name : Clone array API tests repo
583
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
588
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
584
589
with :
585
590
repository : ' data-apis/array-api-tests'
586
591
path : ${{ env.array-api-tests-path }}
@@ -649,6 +654,7 @@ jobs:
649
654
needs : [upload]
650
655
651
656
runs-on : ' ubuntu-latest'
657
+ timeout-minutes : 10
652
658
653
659
defaults :
654
660
run :
@@ -660,7 +666,7 @@ jobs:
660
666
661
667
steps :
662
668
- name : Checkout DPNP repo
663
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
669
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
664
670
with :
665
671
fetch-depth : ${{ env.fetch-depth }}
666
672
@@ -686,7 +692,7 @@ jobs:
686
692
activate-environment : ${{ env.cleanup-env-name }}
687
693
688
694
- name : Checkout repo
689
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
695
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
690
696
with :
691
697
repository : IntelPython/devops-tools
692
698
fetch-depth : ${{ env.fetch-depth }}
0 commit comments