github.com/wtsi-hgi/go-softpack-builder@v1.8.1/internal/tests/testdata/config.yml (about)

     1  s3:
     2    binaryCache: "spack"
     3    buildBase: "spack/builds"
     4  
     5  module:
     6    moduleInstallDir:  "/software/modules/HGI/softpack"
     7    scriptsInstallDir:  "/software/hgi/softpack/installs"
     8    loadPath: "HGI/softpack"
     9    wrapperScript: "/path/to/wrapper/script"
    10    dependencies:
    11      - "/software/modules/ISG/singularity/3.10.0"
    12  
    13  customSpackRepo: "https://github.com/org/spack"
    14  
    15  spack:
    16    buildImage: "spack/ubuntu-jammy:latest"
    17    finalImage: "ubuntu:22.04"
    18    processorTarget: "x86_64_v4"
    19    reindexHours: 24
    20    path: "/usr/bin/spack"
    21  
    22  coreURL: "http://x.y.z:9837/softpack"
    23  listenURL: "localhost:2456"