Is your feature request related to a problem? Please describe.
There are five container recipes in configs/containers/ (*.yaml files), but only three of them are getting built regularly:
|
# Get day of week to set default container for scheduled builds |
Due to resource constraints and time required to build the containers, only one container gets built overnight using a scheduled job instead of for each pull request. This list is missing the new container recipes docker-ubuntu-gcc11-openmpi and docker-ubuntu-oneapi-impi.
Describe the solution you'd like
Update the logic that selects the container recipe to build all versions of the containers at least once a week.
Additional context
n/a
Is your feature request related to a problem? Please describe.
There are five container recipes in
configs/containers/(*.yamlfiles), but only three of them are getting built regularly:spack-stack/.github/workflows/ubuntu-ci-containers-x86_64.yaml
Line 54 in 4002d5e
Due to resource constraints and time required to build the containers, only one container gets built overnight using a scheduled job instead of for each pull request. This list is missing the new container recipes
docker-ubuntu-gcc11-openmpianddocker-ubuntu-oneapi-impi.Describe the solution you'd like
Update the logic that selects the container recipe to build all versions of the containers at least once a week.
Additional context
n/a