From 5b3b2e4ed7b98783e547943b27050a594864187d Mon Sep 17 00:00:00 2001 From: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:55:31 +0530 Subject: [PATCH] feat: move migrations test modules to run against different emulator (#613) * fix: lint_setup_py was failing in Kokoro is not fixed * feat: move migrations and queries test modules to run against different emmulators to distribute time taken by emmulator 2 --- .github/workflows/django_tests_against_emulator2.yml | 2 +- .github/workflows/django_tests_against_emulator4.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django_tests_against_emulator2.yml b/.github/workflows/django_tests_against_emulator2.yml index 8703d275ed..093f672136 100644 --- a/.github/workflows/django_tests_against_emulator2.yml +++ b/.github/workflows/django_tests_against_emulator2.yml @@ -29,4 +29,4 @@ jobs: GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE: true RUNNING_SPANNER_BACKEND_TESTS: 1 SPANNER_TEST_INSTANCE: google-cloud-django-backend-tests - DJANGO_TEST_APPS: migration_test_data_persistence max_lengths migrate_signals migrations select_for_update queries + DJANGO_TEST_APPS: migration_test_data_persistence max_lengths migrate_signals select_for_update queries diff --git a/.github/workflows/django_tests_against_emulator4.yml b/.github/workflows/django_tests_against_emulator4.yml index c0a04f17e5..f371c8408f 100644 --- a/.github/workflows/django_tests_against_emulator4.yml +++ b/.github/workflows/django_tests_against_emulator4.yml @@ -29,4 +29,4 @@ jobs: GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE: true RUNNING_SPANNER_BACKEND_TESTS: 1 SPANNER_TEST_INSTANCE: google-cloud-django-backend-tests - DJANGO_TEST_APPS: admin_inlines admin_ordering aggregation + DJANGO_TEST_APPS: admin_inlines admin_ordering aggregation migrations