Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5b3b2e4

Browse filesBrowse 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
Copy full SHA for 5b3b2e4

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎.github/workflows/django_tests_against_emulator2.yml

Copy file name to clipboardExpand all lines: .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

Copy file name to clipboardExpand all lines: .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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.