Loading .gitlab-ci.yml +6 −8 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +6 −8 Original line number Diff line number Diff line Loading @@ -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 Loading