Skip to content

[CI] Test runner#14114

Draft
sarnex wants to merge 1 commit into
intel:syclfrom
sarnex:cuda2
Draft

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

Conversation

@sarnex

@sarnex sarnex commented Jun 10, 2024

Copy link
Copy Markdown
Contributor

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
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-build/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread .github/workflows/sycl-windows-precommit.yml Fixed
Comment thread .github/workflows/sycl-windows-precommit.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-demo/action.yml Fixed
Comment thread devops/actions/blender/blender-build/action.yml Fixed
Comment on lines +38 to +43
run: |
echo "SCCACHE_DIR=$env:CCACHE_DIR_INPUT" | 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;$env:SYCL_DIR_INPUT\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

dangerous use of environment file
Comment on lines +38 to +43
run: |
echo "SCCACHE_DIR=$env:CCACHE_DIR_INPUT" | 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;$env:SYCL_DIR_INPUT\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

dangerous use of environment file
Comment on lines +38 to +43
run: |
echo "SCCACHE_DIR=$env:CCACHE_DIR_INPUT" | 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;$env:SYCL_DIR_INPUT\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

dangerous use of environment file
Comment on lines +38 to +43
run: |
echo "SCCACHE_DIR=$env:CCACHE_DIR_INPUT" | 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;$env:SYCL_DIR_INPUT\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

dangerous use of environment file
Comment thread devops/actions/blender/blender-build/action.yml Fixed
Comment thread devops/actions/blender/blender-build/action.yml Fixed
Comment thread devops/actions/blender/blender-build/action.yml Fixed
Comment thread devops/actions/blender/blender-build/action.yml Fixed
Comment thread .github/workflows/sycl-blender-build-and-test.yml Fixed
Comment thread .github/workflows/sycl-blender-build-and-test.yml Fixed
Comment thread .github/workflows/sycl-blender-build-and-test.yml Fixed
Comment thread .github/workflows/sycl-blender-build-and-test.yml Fixed
Comment thread .github/workflows/sycl-pytorch-build-and-test.yml Fixed
Comment thread .github/workflows/sycl-pytorch-build-and-test.yml Fixed
Comment thread .github/workflows/sycl-pytorch-build-and-test.yml Fixed
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

new-offload-model Enables testing with NewOffloadModel.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants