From 2412667133e9e40ea9719507a195a4faa16e46a5 Mon Sep 17 00:00:00 2001 From: KornevNikita Date: Tue, 7 Jan 2025 02:14:27 -0800 Subject: [PATCH] [CI] Update sycl-rel-nightly.yml The name was changed. Update accordingly. --- .github/workflows/sycl-rel-nightly.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/sycl-rel-nightly.yml b/.github/workflows/sycl-rel-nightly.yml index a77b5f03c3821..ebd61e87756c3 100644 --- a/.github/workflows/sycl-rel-nightly.yml +++ b/.github/workflows/sycl-rel-nightly.yml @@ -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 @@ -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. @@ -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 }} @@ -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 @@ -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] @@ -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] @@ -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 @@ -171,4 +171,4 @@ jobs: secrets: inherit with: mode: stop - ref: draft-sycl-rel-6_0_0 + ref: sycl-rel-6_0_0