Failure in spec/lib/gitlab/sidekiq_config_spec.rb | Gitlab::SidekiqConfig.cron_jobs renames job_class to class and removes incomplete jobs
Test metadata (don't modify)
| Field | Value |
|---|---|
| File URL | spec/lib/gitlab/sidekiq_config_spec.rb#L21 |
| Filename | spec/lib/gitlab/sidekiq_config_spec.rb |
| Description | Gitlab::SidekiqConfig.cron_jobs renames job_class to class and removes incomplete jobs |
| Test level | unit |
| Hash | a90e0ae00adee8578265d015a05fb565e9cb149b2 |
| Duration | 0.29 seconds |
| Expected duration | < 27.12 seconds |
Stack trace
Failure/Error:
expect(described_class.cron_jobs)
.to eq('job' => { 'class' => 'SomeWorker', 'cron' => '0 * * * *' })
expected: {"job"=>{"class"=>"SomeWorker", "cron"=>"0 * * * *"}}
got: {"abandoned_trial_emails"=>{"class"=>"Emails::AbandonedTrialEmailsCronWorker", "cron"=>"0 1 * * *"}, ... * *"}, "x509_issuer_crl_check_worker"=>{"class"=>"X509IssuerCrlCheckWorker", "cron"=>"30 1 * * *"}}
(compared using ==)
Diff:
@@ -1,136 +1,271 @@
-"job" => {"class"=>"SomeWorker", "cron"=>"0 * * * *"},
+"abandoned_trial_emails" => {"class"=>"Emails::AbandonedTrialEmailsCronWorker", "cron"=>"0 1 * * *"},
+"active_user_count_threshold_worker" => {"class"=>"ActiveUserCountThresholdWorker", "cron"=>"0 12 * * *"},
+"adjourned_group_deletion_worker" => {"class"=>"AdjournedGroupDeletionWorker", "cron"=>"0 2 * * *"},
+"adjourned_projects_deletion_cron_worker" => {"class"=>"AdjournedProjectsDeletionCronWorker", "cron"=>"0 7 * * *"},
+"admin_email_worker" => {"class"=>"AdminEmailWorker", "cron"=>"0 0 * * 0"},
+"analytics_cycle_analytics_consistency_worker" => {"class"=>"Analytics::CycleAnalytics::ConsistencyWorker", "cron"=>"*/30 * * * *"},
+"analytics_cycle_analytics_incremental_worker" => {"class"=>"Analytics::CycleAnalytics::IncrementalWorker", "cron"=>"*/10 * * * *"},
+"analytics_cycle_analytics_reaggregation_worker" => {"class"=>"Analytics::CycleAnalytics::ReaggregationWorker", "cron"=>"44 * * * *"},
+"analytics_devops_adoption_create_all_snapshots_worker" => {"class"=>"Analytics::DevopsAdoption::CreateAllSnapshotsWorker", "cron"=>"0 0 1 * *"},
+"analytics_usage_trends_count_job_trigger_worker" => {"class"=>"Analytics::UsageTrends::CountJobTriggerWorker", "cron"=>"50 23 */1 * *"},
+"analytics_value_stream_dashboard_count_worker" => {"class"=>"Analytics::ValueStreamDashboard::CountWorker", "cron"=>"*/7 * * * *"},
+"app_sec_dast_profile_schedule_worker" => {"class"=>"AppSec::Dast::ProfileScheduleWorker", "cron"=>"7-59/15 * * * *"},
+"arkose_blocked_users_report_worker" => {"class"=>"Arkose::BlockedUsersReportWorker", "cron"=>"0 6 * * *"},
+"authorized_project_update_periodic_recalculate_worker" => {"class"=>"AuthorizedProjectUpdate::PeriodicRecalculateWorker", "cron"=>"45 1 1,15 * *"},
+"batched_background_migration_worker_ci_database" => {"class"=>"Database::BatchedBackgroundMigration::CiDatabaseWorker", "cron"=>"* * * * *"},
+"batched_background_migrations_worker" => {"class"=>"Database::BatchedBackgroundMigrationWorker", "cron"=>"* * * * *"},
+"batched_git_ref_updates_cleanup_scheduler_worker" => {"class"=>"BatchedGitRefUpdates::CleanupSchedulerWorker", "cron"=>"*/1 * * * *"},
+"bulk_imports_stuck_import_worker" => {"class"=>"BulkImports::StuckImportWorker", "cron"=>"0 */4 * * *"},
+"ci_archive_traces_cron_worker" => {"class"=>"Ci::ArchiveTracesCronWorker", "cron"=>"17 * * * *"},
+"ci_catalog_resources_process_sync_events_worker" => {"class"=>"Ci::Catalog::Resources::ProcessSyncEventsWorker", "cron"=>"*/1 * * * *"},
+"ci_delete_unit_tests_worker" => {"class"=>"Ci::DeleteUnitTestsWorker", "cron"=>"0 0 * * *"},
+"ci_namespace_mirrors_consistency_check_worker" => {"class"=>"Database::CiNamespaceMirrorsConsistencyCheckWorker", "cron"=>"*/4 * * * *"},
+"ci_pipelines_expire_artifacts_worker" => {"class"=>"Ci::PipelineArtifacts::ExpireArtifactsWorker", "cron"=>"*/23 * * * *"},
+"ci_platform_metrics_update_cron_worker" => {"class"=>"CiPlatformMetricsUpdateCronWorker", "cron"=>"47 9 * * *"},
+"ci_project_mirrors_consistency_check_worker" => {"class"=>"Database::CiProjectMirrorsConsistencyCheckWorker", "cron"=>"2-58/4 * * * *"},
+"ci_runner_versions_reconciliation_worker" => {"class"=>"Ci::Runners::ReconcileExistingRunnerVersionsCronWorker", "cron"=>"@daily"},
+"ci_runners_stale_group_runners_prune_worker_cron" => {"class"=>"Ci::Runners::StaleGroupRunnersPruneCronWorker", "cron"=>"30 * * * *"},
+"ci_runners_stale_machines_cleanup_worker" => {"class"=>"Ci::Runners::StaleMachinesCleanupCronWorker", "cron"=>"36 * * * *"},
+"ci_schedule_delete_objects_worker" => {"class"=>"Ci::ScheduleDeleteObjectsCronWorker", "cron"=>"*/16 * * * *"},
+"ci_schedule_unlock_pipelines_in_queue_worker" => {"class"=>"Ci::ScheduleUnlockPipelinesInQueueCronWorker", "cron"=>"*/1 * * * *"},
+"cleanup_container_registry_worker" => {"class"=>"ContainerRegistry::CleanupWorker", "cron"=>"*/5 * * * *"},
+"cleanup_dangling_debian_package_files_worker" => {"class"=>"Packages::Debian::CleanupDanglingPackageFilesWorker", "cron"=>"20 21 * * *"},
+"cleanup_dependency_proxy_worker" => {"class"=>"DependencyProxy::CleanupDependencyProxyWorker", "cron"=>"20 3,15 * * *"},
+"cleanup_package_registry_worker" => {"class"=>"Packages::CleanupPackageRegistryWorker", "cron"=>"20 * * * *"},
+"click_house_ci_finished_builds_sync_worker" => {"args"=>[1], "class"=>"ClickHouse::CiFinishedBuildsSyncCronWorker", "cron"=>"*/3 * * * *"},
+"compliance_violations_consistency_worker" => {"class"=>"ComplianceManagement::MergeRequests::ComplianceViolationsConsistencyWorker", "cron"=>"0 1 * * *"},
+"container_expiration_policy_worker" => {"class"=>"ContainerExpirationPolicyWorker", "cron"=>"50 * * * *"},
+"container_registry_migration_enqueuer_worker" => {"class"=>"ContainerRegistry::Migration::EnqueuerWorker", "cron"=>"15,45 */1 * * *"},
+"container_registry_migration_guard_worker" => {"class"=>"ContainerRegistry::Migration::GuardWorker", "cron"=>"*/10 * * * *"},
+"container_registry_migration_observer_worker" => {"class"=>"ContainerRegistry::Migration::ObserverWorker", "cron"=>"*/30 * * * *"},
+"database_monitor_locked_tables_cron_worker" => {"class"=>"Database::MonitorLockedTablesWorker", "cron"=>"30 7 */3 * *"},
+"deactivated_pages_deployments_delete_cron_worker" => {"class"=>"Pages::DeactivatedDeploymentsDeleteCronWorker", "cron"=>"*/10 * * * *"},
+"elastic_cluster_reindexing_cron_worker" => {"class"=>"ElasticClusterReindexingCronWorker", "cron"=>"*/10 * * * *"},
+"elastic_index_bulk_cron_worker" => {"class"=>"ElasticIndexBulkCronWorker", "cron"=>"*/1 * * * *"},
+"elastic_index_initial_bulk_cron_worker" => {"class"=>"ElasticIndexInitialBulkCronWorker", "cron"=>"*/10 * * * *"},
+"elastic_migration_worker" => {"class"=>"Elastic::MigrationWorker", "cron"=>"*/5 * * * *"},
+"elastic_remove_expired_namespace_subscriptions_from_index_cron_worker" => {"class"=>"ElasticRemoveExpiredNamespaceSubscriptionsFromIndexCronWorker", "cron"=>"10 3 * * *"},
+"ensure_merge_requests_prepared_worker" => {"class"=>"MergeRequests::EnsurePreparedWorker", "cron"=>"*/30 * * * *"},
+"environments_auto_delete_cron_worker" => {"class"=>"Environments::AutoDeleteCronWorker", "cron"=>"34 * * * *"},
+"environments_auto_stop_cron_worker" => {"class"=>"Environments::AutoStopCronWorker", "cron"=>"24 * * * *"},
+"expire_build_artifacts_worker" => {"class"=>"ExpireBuildArtifactsWorker", "cron"=>"*/7 * * * *"},
+"geo_metrics_update_worker" => {"class"=>"Geo::MetricsUpdateWorker", "cron"=>"*/1 * * * *"},
+"geo_prune_event_log_worker" => {"class"=>"Geo::PruneEventLogWorker", "cron"=>"*/5 * * * *"},
+"geo_registry_sync_worker" => {"class"=>"Geo::RegistrySyncWorker", "cron"=>"*/1 * * * *"},
+"geo_repository_registry_sync_worker" => {"class"=>"Geo::RepositoryRegistrySyncWorker", "cron"=>"*/1 * * * *"},
+"geo_secondary_registry_consistency_worker" => {"class"=>"Geo::Secondary::RegistryConsistencyWorker", "cron"=>"* * * * *"},
+"geo_secondary_usage_data_cron_worker" => {"class"=>"Geo::SecondaryUsageDataCronWorker", "cron"=>"0 0 * * 0"},
+"geo_sync_timeout_cron_worker" => {"class"=>"Geo::SyncTimeoutCronWorker", "cron"=>"*/10 * * * *"},
+"geo_verification_cron_worker" => {"class"=>"Geo::VerificationCronWorker", "cron"=>"* * * * *"},
+"gitlab_export_prune_project_export_jobs_worker" => {"class"=>"Gitlab::Export::PruneProjectExportJobsWorker", "cron"=>"30 3 * * */7"},
+"gitlab_service_ping_worker" => {"class"=>"GitlabServicePingWorker", "cron"=>"4 7 * * 4"},
+"gitlab_subscriptions_add_on_purchases_schedule_bulk_refresh_user_assignments_worker" => {"class"=>"GitlabSubscriptions::AddOnPurchases::ScheduleBulkRefreshUserAssignmentsWorker", "cron"=>"0 */4 * * *"},
+"historical_data_worker" => {"class"=>"HistoricalDataWorker", "cron"=>"0 12 * * *"},
+"image_ttl_group_policy_worker" => {"class"=>"DependencyProxy::ImageTtlGroupPolicyWorker", "cron"=>"40 0 * * *"},
+"import_export_project_cleanup_worker" => {"class"=>"ImportExportProjectCleanupWorker", "cron"=>"0 * * * *"},
+"import_software_licenses_worker" => {"class"=>"ImportSoftwareLicensesWorker", "cron"=>"0 3 * * 0"},
+"import_stuck_project_import_jobs" => {"class"=>"Gitlab::Import::StuckProjectImportJobsWorker", "cron"=>"15 * * * *"},
+"inactive_projects_deletion_cron_worker" => {"class"=>"Projects::InactiveProjectsDeletionCronWorker", "cron"=>"*/10 * * * *"},
+"incident_management_persist_oncall_rotation_worker" => {"class"=>"IncidentManagement::OncallRotations::PersistAllRotationsShiftsJob", "cron"=>"*/5 * * * *"},
+"incident_management_schedule_escalation_check_worker" => {"class"=>"IncidentManagement::PendingEscalations::ScheduleCheckCronWorker", "cron"=>"*/1 * * * *"},
+"incident_sla_exceeded_check_worker" => {"class"=>"IncidentManagement::IncidentSlaExceededCheckWorker", "cron"=>"*/2 * * * *"},
+"issue_due_scheduler_worker" => {"class"=>"IssueDueSchedulerWorker", "cron"=>"50 00 * * *"},
+"issues_reschedule_stuck_issue_rebalances" => {"class"=>"Issues::RescheduleStuckIssueRebalancesWorker", "cron"=>"*/15 * * * *"},
+"iterations_generator_worker" => {"class"=>"Iterations::Cadences::ScheduleCreateIterationsWorker", "cron"=>"5 0 * * *"},
+"iterations_update_status_worker" => {"class"=>"IterationsUpdateStatusWorker", "cron"=>"5 0 * * *"},
+"jira_import_stuck_jira_import_jobs" => {"class"=>"Gitlab::JiraImport::StuckJiraImportJobsWorker", "cron"=>"* 0/15 * * *"},
+"ldap_group_sync_worker" => {"class"=>"LdapAllGroupsSyncWorker", "cron"=>"0 * * * *"},
+"ldap_sync_worker" => {"class"=>"LdapSyncWorker", "cron"=>"30 1 * * *"},
+"licenses_reset_submit_license_usage_data_banner" => {"class"=>"Licenses::ResetSubmitLicenseUsageDataBannerWorker", "cron"=>"0 0 * * *"},
+"llm_embedding_gitlab_documentation_cleanup_previous_versions_records_worker" => {"class"=>"Llm::Embedding::GitlabDocumentation::CleanupPreviousVersionsRecordsWorker", "cron"=>"0 0 * * *"},
+"llm_embedding_gitlab_documentation_create_empty_embeddings_records_worker" => {"class"=>"Llm::Embedding::GitlabDocumentation::CreateEmptyEmbeddingsRecordsWorker", "cron"=>"0 5 * * 1,2,3,4,5"},
+"loose_foreign_keys_cleanup_worker" => {"class"=>"LooseForeignKeys::CleanupWorker", "cron"=>"*/1 * * * *"},
+"manage_evidence_worker" => {"class"=>"Releases::ManageEvidenceWorker", "cron"=>"0 * * * *"},
+"member_invitation_reminder_emails_worker" => {"class"=>"MemberInvitationReminderEmailsWorker", "cron"=>"0 0 * * *"},
+"members_expiring_worker" => {"class"=>"Members::ExpiringWorker", "cron"=>"0 1 * * *"},
+"namespaces_prune_aggregation_schedules_worker" => {"class"=>"Namespaces::PruneAggregationSchedulesWorker", "cron"=>"5 1 * * *"},
+"object_storage_delete_stale_direct_uploads_worker" => {"class"=>"ObjectStorage::DeleteStaleDirectUploadsWorker", "cron"=>"*/6 * * * *"},
+"okr_checkin_reminder_emails" => {"class"=>"Okrs::CheckinReminderEmailsCronWorker", "cron"=>"0 1 * * *"},
+"package_metadata_advisories_sync_worker" => {"class"=>"PackageMetadata::AdvisoriesSyncWorker", "cron"=>"*/5 * * * *"},
+"package_metadata_licenses_sync_worker" => {"class"=>"PackageMetadata::LicensesSyncWorker", "cron"=>"*/5 * * * *"},
+"packages_cleanup_delete_orphaned_dependencies_worker" => {"class"=>"Packages::Cleanup::DeleteOrphanedDependenciesWorker", "cron"=>"*/10 * * * *"},
+"pages_domain_removal_cron_worker" => {"class"=>"PagesDomainRemovalCronWorker", "cron"=>"47 0 * * *"},
+"pages_domain_ssl_renewal_cron_worker" => {"class"=>"PagesDomainSslRenewalCronWorker", "cron"=>"*/10 * * * *"},
+"pages_domain_verification_cron_worker" => {"class"=>"PagesDomainVerificationCronWorker", "cron"=>"*/15 * * * *"},
+"pause_control_resume_worker" => {"class"=>"PauseControl::ResumeWorker", "cron"=>"*/5 * * * *"},
+"personal_access_tokens_expired_notification_worker" => {"class"=>"PersonalAccessTokens::ExpiredNotificationWorker", "cron"=>"0 2 * * *"},
+"personal_access_tokens_expiring_worker" => {"class"=>"PersonalAccessTokens::ExpiringWorker", "cron"=>"0 1 * * *"},
+"pipeline_schedule_worker" => {"class"=>"PipelineScheduleWorker", "cron"=>"3-59/10 * * * *"},
+"postgres_dynamic_partitions_dropper" => {"class"=>"Database::DropDetachedPartitionsWorker", "cron"=>"45 12 * * *"},
+"postgres_dynamic_partitions_manager" => {"class"=>"Database::PartitionManagementWorker", "cron"=>"21 */6 * * *"},
+"projects_schedule_refresh_build_artifacts_size_statistics_worker" => {"class"=>"Projects::ScheduleRefreshBuildArtifactsSizeStatisticsWorker", "cron"=>"2/17 * * * *"},
+"prune_old_events_worker" => {"class"=>"PruneOldEventsWorker", "cron"=>"0 */6 * * *"},
+"publish_release_worker" => {"class"=>"Releases::PublishEventWorker", "cron"=>"20,50 * * * *"},
+"remove_expired_group_links_worker" => {"class"=>"RemoveExpiredGroupLinksWorker", "cron"=>"10 0 * * *"},
+"remove_expired_members_worker" => {"class"=>"RemoveExpiredMembersWorker", "cron"=>"10 0 * * *"},
+"remove_unaccepted_member_invites_worker" => {"class"=>"RemoveUnacceptedMemberInvitesWorker", "cron"=>"10 15 * * *"},
+"remove_unreferenced_lfs_objects_worker" => {"class"=>"RemoveUnreferencedLfsObjectsWorker", "cron"=>"20 0 * * *"},
+"repository_archive_cache_worker" => {"class"=>"RepositoryArchiveCacheWorker", "cron"=>"0 * * * *"},
+"repository_check_worker" => {"class"=>"RepositoryCheck::DispatchWorker", "cron"=>"20 * * * *"},
+"schedule_merge_request_cleanup_refs_worker" => {"class"=>"ScheduleMergeRequestCleanupRefsWorker", "cron"=>"* * * * *"},
+"schedule_migrate_external_diffs_worker" => {"class"=>"ScheduleMigrateExternalDiffsWorker", "cron"=>"15 * * * *"},
+"search_index_curation_worker" => {"class"=>"Search::IndexCurationWorker", "cron"=>"*/1 * * * *"},
+"security_create_orchestration_policy_worker" => {"class"=>"Security::CreateOrchestrationPolicyWorker", "cron"=>"*/10 * * * *"},
+"security_orchestration_policy_rule_schedule_worker" => {"class"=>"Security::OrchestrationPolicyRuleScheduleWorker", "cron"=>"*/15 * * * *"},
+"security_scans_purge_worker" => {"class"=>"Security::Scans::PurgeWorker", "cron"=>"0 */4 * * 6,0"},
+"service_desk_custom_email_verification_cleanup" => {"class"=>"ServiceDesk::CustomEmailVerificationCleanupWorker", "cron"=>"*/2 * * * *"},
+"ssh_keys_expired_notification_worker" => {"class"=>"SshKeys::ExpiredNotificationWorker", "cron"=>"0 2,14 * * *"},
+"ssh_keys_expiring_soon_notification_worker" => {"class"=>"SshKeys::ExpiringSoonNotificationWorker", "cron"=>"0 1 * * *"},
+"stuck_ci_jobs_worker" => {"class"=>"StuckCiJobsWorker", "cron"=>"0 * * * *"},
+"stuck_export_jobs_worker" => {"class"=>"StuckExportJobsWorker", "cron"=>"30 * * * *"},
+"stuck_merge_jobs_worker" => {"class"=>"StuckMergeJobsWorker", "cron"=>"0 */2 * * *"},
+"sync_seat_link_worker" => {"class"=>"SyncSeatLinkWorker", "cron"=>"13 3 * * * UTC"},
+"sync_service_token_worker" => {"class"=>"::Ai::SyncServiceTokenWorker", "cron"=>"30 6 * * * UTC"},
+"timeout_pending_status_check_responses_worker" => {"class"=>"ComplianceManagement::TimeoutPendingStatusCheckResponsesWorker", "cron"=>"*/1 * * * *"},
+"trending_projects_worker" => {"class"=>"TrendingProjectsWorker", "cron"=>"0 1 * * *"},
+"update_container_registry_info_worker" => {"class"=>"UpdateContainerRegistryInfoWorker", "cron"=>"0 0 * * *"},
+"update_locked_unknown_artifacts_worker" => {"class"=>"Ci::UpdateLockedUnknownArtifactsWorker", "cron"=>"*/7 * * * *"},
+"user_status_cleanup_batch_worker" => {"class"=>"UserStatusCleanup::BatchWorker", "cron"=>"* * * * *"},
+"users_create_statistics_worker" => {"class"=>"Users::CreateStatisticsWorker", "cron"=>"2 15 * * *"},
+"users_deactivate_dormant_users_worker" => {"class"=>"Users::DeactivateDormantUsersWorker", "cron"=>"21,42 0-4 * * *"},
+"users_delete_unconfirmed_users_worker" => {"class"=>"Users::UnconfirmedUsersDeletionCronWorker", "cron"=>"0 * * * *"},
+"users_migrate_records_to_ghost_user_in_batches_worker" => {"class"=>"Users::MigrateRecordsToGhostUserInBatchesWorker", "cron"=>"*/2 * * * *"},
+"vulnerability_historical_statistics_deletion_worker" => {"class"=>"Vulnerabilities::HistoricalStatistics::DeletionWorker", "cron"=>"15 3 * * *"},
+"vulnerability_orphaned_remediations_cleanup_worker" => {"class"=>"Vulnerabilities::OrphanedRemediationsCleanupWorker", "cron"=>"15 3 3 * *"},
+"vulnerability_statistics_schedule_worker" => {"class"=>"Vulnerabilities::Statistics::ScheduleWorker", "cron"=>"15 1,20 * * *"},
+"x509_issuer_crl_check_worker" => {"class"=>"X509IssuerCrlCheckWorker", "cron"=>"30 1 * * *"},
Reports (25)
- 2023-12-23: https://gitlab.com/gitlab-org/gitlab/-/jobs/5814338750 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1117734663)
- 2023-12-23: https://gitlab.com/gitlab-org/gitlab/-/jobs/5814482388 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1117769014)
- 2023-12-23: https://gitlab.com/gitlab-org/gitlab/-/jobs/5814622573 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1117802135)
- 2023-12-23: https://gitlab.com/gitlab-org/gitlab/-/jobs/5814760364 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1117837038)
- 2023-12-23: https://gitlab.com/gitlab-org/gitlab/-/jobs/5814901506 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1117871366)
- 2023-12-23: https://gitlab.com/gitlab-org/gitlab/-/jobs/5815046086 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1117905279)
- 2023-12-23: https://gitlab.com/gitlab-org/gitlab/-/jobs/5815178394 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1117937307)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5815331129 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1117972648)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5815424863 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1117995012)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5815522288 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118013751)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5815694040 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118051162)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5815844196 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118085821)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5815876719 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118093063)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5816011272 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118120017)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5816331323 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118168265)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5816677883 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118218017)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5816972704 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118269052)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5817149697 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118307857)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5817321240 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118343848)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5817461438 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118376415)
- 2023-12-24: https://gitlab.com/gitlab-org/gitlab/-/jobs/5817589688 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118406953)
- 2023-12-25: https://gitlab.com/gitlab-org/gitlab/-/jobs/5817747650 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118443198)
- 2023-12-25: https://gitlab.com/gitlab-org/gitlab/-/jobs/5817855208 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118467668)
- 2023-12-25: https://gitlab.com/gitlab-org/gitlab/-/jobs/5817929412 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1118483793)
- 2023-12-25: https://gitlab.com/gitlab-org/gitlab/-/jobs/5819145495 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1117995012)
Edited by Ghost User