From 0f1ee0848baf86cd78e6f84382242713a9a74f9b Mon Sep 17 00:00:00 2001 From: Alex Ives Date: Fri, 23 Sep 2022 16:30:06 +0000 Subject: [PATCH] Revert "Merge branch 'lower-sampling-duration-15m' into 'master'" This reverts merge request !104 --- db-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db-testing.yml b/db-testing.yml index b27c02ad..468359ee 100644 --- a/db-testing.yml +++ b/db-testing.yml @@ -85,8 +85,8 @@ db:migrations: - mkdir -p tmp/migration-testing/up - mkdir -p tmp/migration-testing/background_migrations - bundle exec rake gitlab:db:migration_testing:up | tee tmp/migration-testing/up/full-migration-output.log || true - - bundle exec rake gitlab:db:migration_testing:sample_background_migrations[900] | tee tmp/migration-testing/background_migrations/full-migration-output.log || true - - bundle exec rake gitlab:db:migration_testing:sample_batched_background_migrations[main,900] | tee tmp/migration-testing/background_migrations/full-batched-migration-output.log || true + - bundle exec rake gitlab:db:migration_testing:sample_background_migrations | tee tmp/migration-testing/background_migrations/full-migration-output.log || true + - bundle exec rake gitlab:db:migration_testing:sample_batched_background_migrations[main] | tee tmp/migration-testing/background_migrations/full-batched-migration-output.log || true - mv tmp/migration-testing/ ${CI_PROJECT_DIR} - bundle exec ruby list_migrations.rb > ${CI_PROJECT_DIR}/migration-testing/migrations.json - bundle exec ruby clone_details.rb > ${CI_PROJECT_DIR}/migration-testing/clone-details.json -- GitLab