Skip to content

Commit

Permalink
Switch to GitLab 17.6 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 22, 2024
1 parent f9291d8 commit 8c2b67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion roles/gitlab/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gitlab_with_zsh: true
gitlab_omniauth_enabled: false
gitlab_omniauth_providers: []

gitlab_repository_version: '17-5-stable'
gitlab_repository_version: '17-6-stable'
gitlab_ce_version: '{{ gitlab_repository_version }}'
gitlab_ee_version: '{{ gitlab_repository_version }}-ee'
gitlab_path: "{{ gitlab_home }}/gitlab"
Expand Down
5 changes: 1 addition & 4 deletions roles/gitlab/templates/gitlab/gitlab.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,6 @@ production: &base
schedule_migrate_external_diffs_worker:
cron: "15 * * * *"

# Update CI Platform Metrics daily
ci_platform_metrics_update_cron_worker:
cron: "47 9 * * *"

# Periodically update ci_runner_versions table with up-to-date versions and status.
ci_runner_versions_reconciliation_worker:
cron: "@daily"
Expand Down Expand Up @@ -751,6 +747,7 @@ production: &base
# private_key_file: /home/git/gitlab/config/topology-service-key.pem

cell:
# id: 1
# name: cell-1

gitlab_kas:
Expand Down

0 comments on commit 8c2b67e

Please sign in to comment.