Skip to content

Commit 5b3b2e4

Browse files
authored
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
1 parent 58b9969 commit 5b3b2e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/django_tests_against_emulator2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE: true
3030
RUNNING_SPANNER_BACKEND_TESTS: 1
3131
SPANNER_TEST_INSTANCE: google-cloud-django-backend-tests
32-
DJANGO_TEST_APPS: migration_test_data_persistence max_lengths migrate_signals migrations select_for_update queries
32+
DJANGO_TEST_APPS: migration_test_data_persistence max_lengths migrate_signals select_for_update queries

.github/workflows/django_tests_against_emulator4.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE: true
3030
RUNNING_SPANNER_BACKEND_TESTS: 1
3131
SPANNER_TEST_INSTANCE: google-cloud-django-backend-tests
32-
DJANGO_TEST_APPS: admin_inlines admin_ordering aggregation
32+
DJANGO_TEST_APPS: admin_inlines admin_ordering aggregation migrations

0 commit comments

Comments
 (0)