Skip to content

Commit 0fcb306

Browse files
authored
Do/release (#2554)
* fixed nightly windows STORAGE_PATH env variable * fixed release.yml binary/antivirus scan artifact name
1 parent 67a6f40 commit 0fcb306

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/nightly.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ jobs:
562562

563563
nightly-windows-x64-RelWithDebInfo-V140-ISPC1_9_2-SSE2-INT:
564564
secrets: inherit
565-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/embree_windows.yml@main
565+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
566566
with:
567567
cmd: |
568568
python scripts/test.py configure platform:x64 build:RelWithDebInfo compiler:V140 ispc:ispc1.16.1 isa:SSE2 tasking:INT intensity:2
@@ -571,7 +571,7 @@ jobs:
571571
572572
nightly-windows-x64-RelWithDebInfo-V140-ISPC1_9_2-AVX-TBB2019_2:
573573
secrets: inherit
574-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/embree_windows.yml@main
574+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
575575
with:
576576
cmd: |
577577
python scripts/test.py configure platform:x64 build:RelWithDebInfo compiler:V140 ispc:ispc1.16.1 isa:AVX tasking:TBB2019.2 intensity:4
@@ -580,7 +580,7 @@ jobs:
580580
581581
nightly-windows-Win32-RelWithDebInfo-V140-ISPC1_12_0-SSE2-TBB2020_2:
582582
secrets: inherit
583-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/embree_windows.yml@main
583+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
584584
with:
585585
cmd: |
586586
python scripts/test.py configure platform:Win32 build:RelWithDebInfo compiler:V140 ispc:ispc1.12.0 isa:SSE2 tasking:TBB2020.2 intensity:2
@@ -589,7 +589,7 @@ jobs:
589589
590590
nightly-windows-x64-RelWithDebInfo-V140-ISPC1_12_0-AVX2-PPL:
591591
secrets: inherit
592-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/embree_windows.yml@main
592+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
593593
with:
594594
cmd: |
595595
python scripts/test.py configure platform:x64 build:RelWithDebInfo compiler:V140 ispc:ispc1.12.0 isa:AVX2 frequency_level:simd256 tasking:PPL intensity:2
@@ -598,7 +598,7 @@ jobs:
598598
599599
nightly-windows-x64-RelWithDebInfo-V141-ISPC1_13_0-AVX2-TBB2019_9-STATIC:
600600
secrets: inherit
601-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/embree_windows.yml@main
601+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
602602
with:
603603
cmd: |
604604
python scripts/test.py configure platform:x64 build:RelWithDebInfo compiler:V141 ispc:ispc1.13.0 isa:AVX2 frequency_level:simd128 tasking:TBB2019.9 intensity:2 STATIC_LIB:ON
@@ -607,7 +607,7 @@ jobs:
607607
608608
nightly-windows-x64-RelWithDebInfo-V142-ISPC1_13_0-AVX2-TBB2020_2-STATIC:
609609
secrets: inherit
610-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/embree_windows.yml@main
610+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
611611
with:
612612
cmd: |
613613
python scripts/test.py configure platform:x64 build:RelWithDebInfo compiler:V142 ispc:ispc1.13.0 isa:AVX2 tasking:TBB2020.2 intensity:2
@@ -616,7 +616,7 @@ jobs:
616616
617617
nightly-windows-x64-RelWithDebInfo-LLVM-CLANG-ISPC1_13_0-AVX2-TBB2019_9-NAMESPACE:
618618
secrets: inherit
619-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/embree_windows.yml@main
619+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
620620
with:
621621
cmd: |
622622
python scripts/test.py configure platform:x64 build:RelWithDebInfo compiler:LLVM_CLANG ispc:ispc1.13.0 isa:AVX2 tasking:TBB2019.9 intensity:4 api_namespace:myembree
@@ -625,7 +625,7 @@ jobs:
625625
626626
nightly-windows-x64-RelWithDebInfo-ICX2023_0_0-ISPC1_13_0-AVX2-TBB2021_5_0:
627627
secrets: inherit
628-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/embree_windows.yml@main
628+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
629629
with:
630630
cmd: |
631631
python scripts/test.py configure platform:x64 build:RelWithDebInfo compiler:ICX2023.0.0 ispc:ispc1.13.0 isa:AVX2 frequency_level:simd128 tasking:TBB2021.5.0 intensity:4
@@ -634,7 +634,7 @@ jobs:
634634
635635
nightly-windows-x64-RelWithDebInfo-ICX2023_0_0-ISPC1_13_0-AVX512-TBB2019_9:
636636
secrets: inherit
637-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/embree_windows.yml@main
637+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
638638
with:
639639
runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
640640
cmd: |
@@ -644,7 +644,7 @@ jobs:
644644
645645
nightly-windows-x64-RelWithDebInfo-ICX2023_0_0-ISPC1_14_1-AVX2-TBB2021_2_0:
646646
secrets: inherit
647-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/embree_windows.yml@main
647+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
648648
with:
649649
cmd: |
650650
python scripts/test.py configure platform:x64 build:Release compiler:ICX2023.0.0 ispc:ispc1.14.1 isa:AVX2 tasking:TBB2021.2.0 intensity:2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/macos.yml@main
3232
with:
3333
runs-on: '[ "macOS", "sign", "avx2", "x86_64" ]'
34-
artifact-out: release-macosx-x64-Release-ICX2023_0_0-ISPC1_19_0-TBB2021_9_0-PACKAGE-ZIP
34+
artifact-out: release-macosx-x64-Release-CLANG-ISPC1_19_0-TBB2021_9_0-PACKAGE-ZIP
3535
artifact-path: ./build/*.zip
3636
cmd: |
3737
scripts/test.py configure platform:x64 build:Release compiler:CLANG ispc:ispc1.19.0 isas:SSE2-SSE42-AVX-AVX2 tasking:TBB2021.9.0 intensity:4 package:ZIP

0 commit comments

Comments
 (0)