Skip to content

[CI] Test runner#14114

Draft
sarnex wants to merge 1 commit intointel:syclfrom
sarnex:cuda2
Draft

[CI] Test runner#14114
sarnex wants to merge 1 commit intointel:syclfrom
sarnex:cuda2

Conversation

@sarnex
Copy link
Copy Markdown
Contributor

@sarnex sarnex commented Jun 10, 2024

No description provided.

@sarnex sarnex temporarily deployed to WindowsCILock June 10, 2024 14:57 — with GitHub Actions Inactive
@sarnex sarnex closed this Jun 10, 2024
@sarnex sarnex temporarily deployed to WindowsCILock June 10, 2024 15:55 — with GitHub Actions Inactive
@sarnex sarnex reopened this Jul 12, 2024
@sarnex sarnex temporarily deployed to WindowsCILock July 12, 2024 14:42 — with GitHub Actions Inactive
@sarnex sarnex temporarily deployed to WindowsCILock July 12, 2024 15:15 — with GitHub Actions Inactive
@sarnex sarnex temporarily deployed to WindowsCILock July 16, 2024 18:23 — with GitHub Actions Inactive
@sarnex sarnex temporarily deployed to WindowsCILock July 16, 2024 18:40 — with GitHub Actions Inactive
@sarnex sarnex force-pushed the cuda2 branch 5 times, most recently from a990417 to cb5bb42 Compare July 17, 2024 16:23
@sarnex sarnex temporarily deployed to WindowsCILock August 9, 2024 14:41 — with GitHub Actions Inactive
@sarnex sarnex temporarily deployed to WindowsCILock August 9, 2024 15:10 — with GitHub Actions Inactive
@sarnex sarnex closed this Aug 9, 2024
@sarnex sarnex reopened this Sep 9, 2024
INSTALL_PREFIX=$(cygpath -m "${{ inputs.cmake_install_prefix }}")
SYCL_DIR=$(cygpath -m "${{ inputs.sycl_dir }}")
OIDN_DIR=$(cygpath -m "${{ inputs.oidn_dir }}")
EMBREE_DIR=$(cygpath -m "${{ inputs.embree_dir }}")

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
# Convert all paths to CMake-style (forward slashes)
INSTALL_PREFIX=$(cygpath -m "${{ inputs.cmake_install_prefix }}")
SYCL_DIR=$(cygpath -m "${{ inputs.sycl_dir }}")
OIDN_DIR=$(cygpath -m "${{ inputs.oidn_dir }}")

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
run: |
# Convert all paths to CMake-style (forward slashes)
INSTALL_PREFIX=$(cygpath -m "${{ inputs.cmake_install_prefix }}")
SYCL_DIR=$(cygpath -m "${{ inputs.sycl_dir }}")

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
shell: bash
run: |
# Convert all paths to CMake-style (forward slashes)
INSTALL_PREFIX=$(cygpath -m "${{ inputs.cmake_install_prefix }}")

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
unzip -q D:\\github\\blender_5_1_0_source.zip -d .
mv blender blender-src
# Work around CMake issue using preinstalled Embree/OIDN.
cp -RT "${{ inputs.embree_dir }}" "blender-src/lib/windows_x64/embree"

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
mv blender blender-src
# Work around CMake issue using preinstalled Embree/OIDN.
cp -RT "${{ inputs.embree_dir }}" "blender-src/lib/windows_x64/embree"
cp -RT "${{ inputs.oidn_dir }}" "blender-src/lib/windows_x64/OpenImageDenoise"

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "SCCACHE_MAXSIZE=10G" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# Wthout this we get a linking error about not being able to find sycl-devicelib-host.lib
echo "LIB=$env:LIB;${{ inputs.sycl_dir }}\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
shell: powershell
if: ${{ runner.os }} == 'Windows'
run: |
echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
Comment on lines +35 to +40
run: |
echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "SCCACHE_MAXSIZE=10G" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# Wthout this we get a linking error about not being able to find sycl-devicelib-host.lib
echo "LIB=$env:LIB;${{ inputs.sycl_dir }}\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "CMAKE_EXTRA_ARGS=-DWITH_WINDOWS_SCCACHE=ON" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

Check failure

Code scanning / zizmor

dangerous use of environment file Error

dangerous use of environment file
Comment on lines +35 to +40
run: |
echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "SCCACHE_MAXSIZE=10G" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# Wthout this we get a linking error about not being able to find sycl-devicelib-host.lib
echo "LIB=$env:LIB;${{ inputs.sycl_dir }}\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "CMAKE_EXTRA_ARGS=-DWITH_WINDOWS_SCCACHE=ON" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

Check failure

Code scanning / zizmor

dangerous use of environment file Error

dangerous use of environment file
Comment on lines +35 to +40
run: |
echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "SCCACHE_MAXSIZE=10G" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# Wthout this we get a linking error about not being able to find sycl-devicelib-host.lib
echo "LIB=$env:LIB;${{ inputs.sycl_dir }}\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "CMAKE_EXTRA_ARGS=-DWITH_WINDOWS_SCCACHE=ON" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

Check failure

Code scanning / zizmor

dangerous use of environment file Error

dangerous use of environment file
Comment on lines +35 to +40
run: |
echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "SCCACHE_MAXSIZE=10G" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# Wthout this we get a linking error about not being able to find sycl-devicelib-host.lib
echo "LIB=$env:LIB;${{ inputs.sycl_dir }}\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "CMAKE_EXTRA_ARGS=-DWITH_WINDOWS_SCCACHE=ON" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

Check failure

Code scanning / zizmor

dangerous use of environment file Error

dangerous use of environment file

- name: Setup environment
shell: powershell
if: ${{ runner.os }} == 'Windows'

Check failure

Code scanning / zizmor

unsound conditional expression Error

unsound conditional expression
SYCL_DIR=$(cygpath -m "${{ inputs.sycl_dir }}")
OIDN_DIR=$(cygpath -m "${{ inputs.oidn_dir }}")
EMBREE_DIR=$(cygpath -m "${{ inputs.embree_dir }}")
LEVEL_ZERO_DIR=$(cygpath -m "${{ inputs.level_zero_dir }}")

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
- name: Render Classroom Scene
shell: cmd
run: |
cmd /c "set SystemRoot=C:\WINDOWS && set PATH=C:\Windows\system32;C:\Windows && "${{ inputs.blender_dir }}\blender.exe" -b -noaudio --debug-cycles --verbose 3 --engine CYCLES "${{ inputs.blender_classroom_dir }}\classroom.blend" -f 1 -- --cycles-device ONEAPI"

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
- name: Render Classroom Scene
shell: cmd
run: |
cmd /c "set SystemRoot=C:\WINDOWS && set PATH=C:\Windows\system32;C:\Windows && "${{ inputs.blender_dir }}\blender.exe" -b -noaudio --debug-cycles --verbose 3 --engine CYCLES "${{ inputs.blender_classroom_dir }}\classroom.blend" -f 1 -- --cycles-device ONEAPI"

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
using: "composite"
steps:
- name: Render Classroom Scene
shell: cmd

Check warning

Code scanning / zizmor

usage of GitHub Actions misfeatures Warning

usage of GitHub Actions misfeatures
Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants