Mentions légales du service

Skip to content

g5k/schema: Allow container job types

JONGLEZ Baptiste requested to merge bjonglez/enoslib:no_job_type_constraint into main

Container jobs need a first job with "container" and "noop" types, and then another job with "inner=XXX" type where XXX is the job ID of the container job.

This is not possible to express with a simple enum, so switch to validating job types with regexps.

Edited by JONGLEZ Baptiste

Merge request reports