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
16 changes: 8 additions & 8 deletions .github/workflows/sycl-rel-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: draft-sycl-rel-6_0_0
ref: sycl-rel-6_0_0
- run: git show --quiet | tee -a $GITHUB_STEP_SUMMARY

- id: is_new_commit
Expand All @@ -39,7 +39,7 @@ jobs:
build_artifact_suffix: v6
build_configure_extra_args: '--hip --cuda'
merge_ref: ''
ref: draft-sycl-rel-6_0_0
ref: sycl-rel-6_0_0

# We upload the build for people to download/use, override its name and
# prefer widespread gzip compression.
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
tests_selector: ${{ matrix.tests_selector }}
extra_lit_opts: ${{ matrix.extra_lit_opts }}
reset_intel_gpu: ${{ matrix.reset_intel_gpu }}
ref: draft-sycl-rel-6_0_0
ref: sycl-rel-6_0_0
merge_ref: ''
sycl_toolchain_artifact: sycl_linux_default
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
Expand All @@ -121,7 +121,7 @@ jobs:
# We upload both Linux/Windows build via Github's "Releases"
# functionality, make sure Linux/Windows names follow the same pattern.
artifact_archive_name: sycl_windows.tar.gz
build_ref: draft-sycl-rel-6_0_0
build_ref: sycl-rel-6_0_0

e2e-win:
needs: build-win
Expand All @@ -136,7 +136,7 @@ jobs:
runner: '["Windows","gen12"]'
sycl_toolchain_archive: ${{ needs.build-win.outputs.artifact_archive_name }}
extra_lit_opts: --param gpu-intel-gen12=True
ref: draft-sycl-rel-6_0_0
ref: sycl-rel-6_0_0

cuda-aws-start:
needs: [ubuntu2204_build]
Expand All @@ -145,7 +145,7 @@ jobs:
secrets: inherit
with:
mode: start
ref: draft-sycl-rel-6_0_0
ref: sycl-rel-6_0_0

cuda-run-tests:
needs: [ubuntu2204_build, cuda-aws-start]
Expand All @@ -157,7 +157,7 @@ jobs:
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
target_devices: cuda:gpu
ref: draft-sycl-rel-6_0_0
ref: sycl-rel-6_0_0
merge_ref: ''

sycl_toolchain_artifact: sycl_linux_default
Expand All @@ -171,4 +171,4 @@ jobs:
secrets: inherit
with:
mode: stop
ref: draft-sycl-rel-6_0_0
ref: sycl-rel-6_0_0
Loading