Commit aeb60688 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'sched' into 'main'

ci: disable broken pipeline scheduler

See merge request just-ci/templates!204
parents 410676c9 cc93f97f
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -2,20 +2,18 @@
# CI of ci/templates itself

variables:
  SCHEDULE_PIPELINE_PROJECT_IDS:
    30771297 30771293 30771284 30771254 30771239 30933363
  SCHEDULE_PIPELINE_DESCRIPTION: CI Daily Update
  SCHEDULE_PIPELINE_CRON: 0 10 * * * # Every day at 10:00
  GITLAB_RECOMMENDED_AUTO_FIX: "true"
  # SCHEDULE_PIPELINE_PROJECT_IDS:
  #   30771297 30771293 30771284 30771254 30771239 30933363
  # SCHEDULE_PIPELINE_DESCRIPTION: CI Daily Update
  # SCHEDULE_PIPELINE_CRON: 0 10 * * * # Every day at 10:00
  RELEASE_CHANGELOG: "false"
  FF_SCRIPT_SECTIONS: "true"
  I_DONT_PIN_MY_VERSIONS: because we always test latest here

include:
  - local: pipelines/project-automation.yml
  - local: yaml/yamllint.yml
  - local: project-automation/pipeline-scheduler.yml
  - local: project-automation/gitlab/py-in-ci.yml
  # - local: project-automation/pipeline-scheduler.yml
  # - local: project-automation/gitlab/py-in-ci.yml
  - local: docs/prettier.yml

# child pipeline to unit tests all our jobs