
* ci: darwin stacks: update tags following system updates * disable SPACK_CI_DISABLE_STACKS; only enable *darwin* stacks for testing * manually chmod u+w tmp/ before cleanup due to issue#49147 * comment out failing specs for now * re-enable logic for disabling stacks * add explanatory comment for darwin after_script additions * remove more darwin-only targetting * restore build_stage to default location * move build-job-remove out of individual darwin stacks into darwin top level config * keep build_stage in $spack/tmp for now
20 lines
646 B
YAML
20 lines
646 B
YAML
ci:
|
|
broken-tests-packages:
|
|
- mpich
|
|
- openmpi
|
|
pipeline-gen:
|
|
- build-job-remove:
|
|
tags: [spack]
|
|
- build-job:
|
|
tags: [ "macos-sequoia", "apple-clang-16", "aarch64-macos" ]
|
|
|
|
# after_script intended to ensure all stage files are properly cleaned up,
|
|
# including those that may have been created as read-only by `go mod`
|
|
# as part of installation of a golang package
|
|
# see: https://github.com/spack/spack/issues/49147
|
|
after_script-:
|
|
- - if [[ -d tmp ]] ; then chmod -R u+w tmp ; else echo tmp not found ; fi
|
|
- ./bin/spack clean -a
|
|
- build-job-remove:
|
|
image:: macos-run-on-metal
|