Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/sycl_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
secrets: inherit
with:
build_cache_root: "/__w/"
build_artifact_suffix: default
build_artifact_suffix: default-2204
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a slight preference to

Suggested change
build_artifact_suffix: default-2204
build_artifact_suffix: ubuntu2204

to align with the step's name, but that is subjective.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"default" here means build configuration. In addition to "default" we have "no-assert" build and "self-build".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to align with the step's name, but that is subjective.

We are going to drop ubuntu2004 steps in #7671.

build_configure_extra_args: ''
build_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"

Expand All @@ -57,7 +57,7 @@ jobs:
with:
build_cache_root: "/__w/"
build_cache_suffix: opaque_pointers
build_artifact_suffix: opaque_pointers
build_artifact_suffix: opaque_pointers-2204
build_configure_extra_args: "--hip --cuda --enable-esimd-emulator --cmake-opt=-DSPIRV_ENABLE_OPAQUE_POINTERS=TRUE"
build_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: sycl_linux_default
name: sycl_linux_default-2204
path: devops/
- name: Build and Push Container (with drivers)
uses: ./devops/actions/build_container
Expand Down