Commit dd0ddd8e authored by Jan Kiene's avatar Jan Kiene
Browse files

remove main.yml

parent 399d7d83
Loading
Loading
Loading
Loading
+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
+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

main.yml

deleted100644 → 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