Skip to content

Commit

Permalink
feat: move migrations test modules to run against different emulator (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
vi3k6i5 committed Apr 26, 2021
1 parent 58b9969 commit 5b3b2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 queries
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 5b3b2e4

Please sign in to comment.