Skip to content

Commit

Permalink
feat: move migrations and queries test modules to run against differe…
Browse files Browse the repository at this point in the history
…nt emmulators to distribute time taken by emmulator 2
  • Loading branch information
vi3k6i5 committed Apr 25, 2021
1 parent ad5f15c commit 9f21376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django_tests_against_emulator1.yml
Expand Up @@ -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: mutually_referential nested_foreign_keys null_fk null_fk_ordering null_queries one_to_one ordering order_with_respect_to or_lookups
DJANGO_TEST_APPS: mutually_referential nested_foreign_keys null_fk null_fk_ordering null_queries one_to_one ordering order_with_respect_to or_lookups queries
2 changes: 1 addition & 1 deletion .github/workflows/django_tests_against_emulator2.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/django_tests_against_emulator4.yml
Expand Up @@ -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

0 comments on commit 9f21376

Please sign in to comment.