-
Notifications
You must be signed in to change notification settings - Fork 54
Test all JEDI CI container builds in CI, not just a subset #1596
Copy link
Copy link
Closed
Labels
INFRAJEDI InfrastructureJEDI Infrastructure
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
INFRAJEDI InfrastructureJEDI Infrastructure