Skip to content

Architecture and Policy

Simone Bnà edited this page Oct 19, 2017 · 4 revisions

Branches policy:

  • master : not used for development, only for tagging releases
  • clean/develop : branch sync with spack develop
  • develop : branch for internal development
  • feature/ : branch for adding a new feature
  • pr/ : branch for making a Pull Request to LLNL/Spack

Architecture:

  • Cdash instance running in a Virtual Machine that displays spack testing results
  • Github spack repository with versioned recipies
  • Spack instance on Marconi under propro01 user
  • Spack test script that uploads results on CDash and triggered by the user or automatically

Clone this wiki locally