windows ci: make conditional on style tests etc (#29567)
This commit is contained in:
parent
5a72204d38
commit
282a366fc4
4
.github/workflows/windows_python.yml
vendored
4
.github/workflows/windows_python.yml
vendored
@ -52,6 +52,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python spack\bin\spack license verify
|
python spack\bin\spack license verify
|
||||||
unittest:
|
unittest:
|
||||||
|
needs: [ validate, style ]
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -71,6 +72,7 @@ jobs:
|
|||||||
echo F|xcopy .\spack\share\spack\qa\configuration\windows_config.yaml $env:USERPROFILE\.spack\windows\config.yaml
|
echo F|xcopy .\spack\share\spack\qa\configuration\windows_config.yaml $env:USERPROFILE\.spack\windows\config.yaml
|
||||||
spack unit-test --verbose --ignore=lib/spack/spack/test/cmd
|
spack unit-test --verbose --ignore=lib/spack/spack/test/cmd
|
||||||
unittest-cmd:
|
unittest-cmd:
|
||||||
|
needs: [ validate, style ]
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -90,6 +92,7 @@ jobs:
|
|||||||
echo F|xcopy .\spack\share\spack\qa\configuration\windows_config.yaml $env:USERPROFILE\.spack\windows\config.yaml
|
echo F|xcopy .\spack\share\spack\qa\configuration\windows_config.yaml $env:USERPROFILE\.spack\windows\config.yaml
|
||||||
spack unit-test lib/spack/spack/test/cmd --verbose
|
spack unit-test lib/spack/spack/test/cmd --verbose
|
||||||
buildtest:
|
buildtest:
|
||||||
|
needs: [ validate, style ]
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -109,6 +112,7 @@ jobs:
|
|||||||
spack external find ninja
|
spack external find ninja
|
||||||
spack install abseil-cpp
|
spack install abseil-cpp
|
||||||
generate-installer-test:
|
generate-installer-test:
|
||||||
|
needs: [ validate, style ]
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Disable Windows Symlinks
|
- name: Disable Windows Symlinks
|
||||||
|
Loading…
Reference in New Issue
Block a user