Skip to content

Commit

Permalink
remove changes to DevOps CI
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Aug 2, 2024
1 parent ce5c6bc commit 7e2df42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,6 @@ jobs:
pip install cpufeature
pacman -S -y --noconfirm zip dos2unix tree
displayName: 'pacman'
- script: |
powershell.exe -noexit .ci/scripts/install_dpc.ps1
displayName: 'install dpcpp'
- script: |
set PATH=C:\msys64\usr\bin;%PATH%
bash .ci/scripts/describe_system.sh
Expand All @@ -718,10 +715,6 @@ jobs:
- script: |
.\.ci\scripts\build.bat onedal_c vc avx2
displayName: 'make onedal_c'
- script: |
call .\dpcpp\compiler\latest\env\vars.bat
.\.ci\scripts\build.bat onedal_dpc vc avx2
displayName: 'make onedal_dpc'
- task: PublishPipelineArtifact@1
inputs:
artifactName: '$(platform.type) build'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ name: Nightly-build
on:
schedule:
- cron: '0 21 * * *'
pull_request:
branches: [ "main" ]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 7e2df42

Please sign in to comment.