Loading main-basop.yml +7 −1 Original line number Diff line number Diff line include: - local: main.yml - local: includes/default-variables.yml - local: includes/rules.yml - local: includes/job-templates.yml - local: includes/default-variables-basop.yml - local: includes/rules-basop.yml - local: includes/complexity-jobs.yml - local: includes/smoke-test.yml - local: includes/build-jobs.yml default: # by default, we want all jobs to be interruptible, and we need to configure this explicitly interruptible: true stages: - .pre - maintenance Loading main-float.yml +7 −1 Original line number Diff line number Diff line include: - local: main.yml - local: includes/default-variables.yml - local: includes/rules.yml - local: includes/job-templates.yml - local: includes/default-variables-float.yml - local: includes/complexity-jobs.yml - local: includes/smoke-test.yml - local: includes/build-jobs.yml default: # by default, we want all jobs to be interruptible, and we need to configure this explicitly interruptible: true stages: - .pre - maintenance Loading main.ymldeleted 100644 → 0 +0 −9 Original line number Diff line number Diff line include: # variables can be overwritten easily if needed - local: includes/default-variables.yml - local: includes/rules.yml - local: includes/job-templates.yml default: # by default, we want all jobs to be interruptible, and we need to configure this explicitly interruptible: true Loading
main-basop.yml +7 −1 Original line number Diff line number Diff line include: - local: main.yml - local: includes/default-variables.yml - local: includes/rules.yml - local: includes/job-templates.yml - local: includes/default-variables-basop.yml - local: includes/rules-basop.yml - local: includes/complexity-jobs.yml - local: includes/smoke-test.yml - local: includes/build-jobs.yml default: # by default, we want all jobs to be interruptible, and we need to configure this explicitly interruptible: true stages: - .pre - maintenance Loading
main-float.yml +7 −1 Original line number Diff line number Diff line include: - local: main.yml - local: includes/default-variables.yml - local: includes/rules.yml - local: includes/job-templates.yml - local: includes/default-variables-float.yml - local: includes/complexity-jobs.yml - local: includes/smoke-test.yml - local: includes/build-jobs.yml default: # by default, we want all jobs to be interruptible, and we need to configure this explicitly interruptible: true stages: - .pre - maintenance Loading
main.ymldeleted 100644 → 0 +0 −9 Original line number Diff line number Diff line include: # variables can be overwritten easily if needed - local: includes/default-variables.yml - local: includes/rules.yml - local: includes/job-templates.yml default: # by default, we want all jobs to be interruptible, and we need to configure this explicitly interruptible: true