Skip to content

Spack Kubernetes instance and services running there (GitLab, CDash, spack.io)

License

Notifications You must be signed in to change notification settings

spackbot/spack-infrastructure

 
 

Repository files navigation

Spack Infrastructure

This contains code and configuration for Spack's various infrastructure services, including:

Why isn't my GitLab CI pipeline running yet? Please see our Deferred Pipelines Documentation

Restoring from Backup

  • Delete the persistent volume (PV) and persistent volume claim (PVC) for the old volume that's being replaced.
    • kubectl delete -f pv.yaml -f pvc.yaml
  • Create a new volume from a snapshot in the AWS web console
  • Update pv.yaml to reference the newly created volumeId.
  • Recreate the PV and PVC
    • kubectl apply -f pv.yaml -f pvc.yaml

License

Spack is distributed under the terms of both the MIT license and the Apache License (Version 2.0). Users may choose either license, at their option.

All new contributions must be made under both the MIT and Apache-2.0 licenses.

See LICENSE-MIT, LICENSE-APACHE, COPYRIGHT, and NOTICE for details.

SPDX-License-Identifier: (Apache-2.0 OR MIT)

LLNL-CODE-811652

About

Spack Kubernetes instance and services running there (GitLab, CDash, spack.io)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.3%
  • HCL 13.0%
  • Shell 11.3%
  • Perl 5.7%
  • Dockerfile 2.3%
  • CMake 0.4%