Skip to content

Commit

Permalink
Revert "reducing release testing intensity for now"
Browse files Browse the repository at this point in the history
This reverts commit 280016e.
  • Loading branch information
svenwoop committed Sep 10, 2019
1 parent d94e0c8 commit d17aec1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ nightly-linux-x64-RelWithDebInfo-CLANG4.0.0-ISPC1.9.2-AVX2-TBB2019.2-INSTANCE:
####################################################################

release-windows-x64-Release-ICC17-VC12-ISPC1.9.2-TBB2019.2-PACKAGE-ZIP:
script: "python scripts\\test.py platform:x64 build:Release compiler:ICC17-VC12 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2-AVX512SKX tasking:TBB2019.2 intensity:1 package:ZIP"
script: "python scripts\\test.py platform:x64 build:Release compiler:ICC17-VC12 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2-AVX512SKX tasking:TBB2019.2 intensity:4 package:ZIP"
tags: [win7, icc17]
only: [web]
artifacts:
Expand All @@ -482,7 +482,7 @@ release-windows-x64-Release-ICC17-VC12-ISPC1.9.2-TBB2019.2-PACKAGE-ZIP:
expire_in: 2 mos

release-windows-x64-Release-ICC17-VC14-ISPC1.9.2-TBB2019.2-PACKAGE-ZIP:
script: "python scripts\\test.py platform:x64 build:Release compiler:ICC17-VC14 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2-AVX512SKX tasking:TBB2019.2 intensity:1 package:ZIP"
script: "python scripts\\test.py platform:x64 build:Release compiler:ICC17-VC14 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2-AVX512SKX tasking:TBB2019.2 intensity:4 package:ZIP"
tags: [win7, icc17]
only: [web]
artifacts:
Expand All @@ -492,7 +492,7 @@ release-windows-x64-Release-ICC17-VC14-ISPC1.9.2-TBB2019.2-PACKAGE-ZIP:
expire_in: 2 mos

release-windows-x64-Release-ICC17-ISPC1.9.2-TBB2019.2-PACKAGE-MSI:
script: "python scripts\\test.py platform:x64 build:Release compiler:ICC17 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2-AVX512SKX tasking:TBB2019.2 intensity:1 package:MSI"
script: "python scripts\\test.py platform:x64 build:Release compiler:ICC17 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2-AVX512SKX tasking:TBB2019.2 intensity:4 package:MSI"
tags: [win7, icc17]
only: [web]
artifacts:
Expand All @@ -502,7 +502,7 @@ release-windows-x64-Release-ICC17-ISPC1.9.2-TBB2019.2-PACKAGE-MSI:
expire_in: 2 mos

release-macosx-x64-Release-ICC2019.4-ISPC1.9.2-TBB2019.2-PACKAGE-ZIP:
script: "scripts/test.py platform:x64 build:Release compiler:ICC2019.4 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2 tasking:TBB2019.2 intensity:1 package:ZIP"
script: "scripts/test.py platform:x64 build:Release compiler:ICC2019.4 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2 tasking:TBB2019.2 intensity:4 package:ZIP"
tags: [mac]
only: [web]
artifacts:
Expand All @@ -512,7 +512,7 @@ release-macosx-x64-Release-ICC2019.4-ISPC1.9.2-TBB2019.2-PACKAGE-ZIP:
expire_in: 2 mos

release-macosx-x64-Release-ICC2019.4-ISPC1.9.2-TBB-PACKAGE-PKG:
script: "scripts/test.py platform:x64 build:Release compiler:ICC2019.4 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2 tasking:TBB intensity:1 package:PKG"
script: "scripts/test.py platform:x64 build:Release compiler:ICC2019.4 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2 tasking:TBB intensity:4 package:PKG"
tags: [mac]
only: [web]
artifacts:
Expand All @@ -523,7 +523,7 @@ release-macosx-x64-Release-ICC2019.4-ISPC1.9.2-TBB-PACKAGE-PKG:

release-linux-x64-Release-ICC2017.1-ISPC1.9.2-TBB2019.2-PACKAGE-ZIP:
image: embreedocker/centos:6.0
script: "scripts/test.py platform:x64 build:Release compiler:ICC2017.1 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2-AVX512KNL-AVX512SKX tasking:TBB2019.2 intensity:1 package:ZIP"
script: "scripts/test.py platform:x64 build:Release compiler:ICC2017.1 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2-AVX512KNL-AVX512SKX tasking:TBB2019.2 intensity:4 package:ZIP"
tags: [docker]
only: [web]
artifacts:
Expand All @@ -534,7 +534,7 @@ release-linux-x64-Release-ICC2017.1-ISPC1.9.2-TBB2019.2-PACKAGE-ZIP:

release-linux-x64-Release-ICC2017.1-ISPC1.9.2-TBB-PACKAGE-RPM:
image: embreedocker/centos:6.0
script: "scripts/test.py platform:x64 build:Release compiler:ICC2017.1 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2-AVX512KNL-AVX512SKX tasking:TBB intensity:1 package:RPM"
script: "scripts/test.py platform:x64 build:Release compiler:ICC2017.1 ispc:ispc1.9.2 isas:SSE2-SSE42-AVX-AVX2-AVX512KNL-AVX512SKX tasking:TBB intensity:4 package:RPM"
tags: [docker]
only: [web]
artifacts:
Expand Down

0 comments on commit d17aec1

Please sign in to comment.