| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
chore: add a Code of Conduct (googleapis#604)
fix: lint_setup_py was failing in Kokoro is now fixed (googleapis#607)
fix: Remove un necessary file from code base (googleapis#608)
feat: move migrations test modules to run against different emulator …
|
nit: this is not a feature. This would likely come under ci or chore |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
chore: update workflow files to uniformly distribute the test modules by time taken by each test module
current workflows were taking too much time to finish:
django-tests00: 188m
django-tests02: 105m
django-tests12: 284m
with a maximum time of 284m which is close to 5 hours. And sometimes this crosses 6 hours cause the PR to fail.
Changed the module distribution in test and updated django_test_suit.sh to test each module separately.
From:
django-tests0: 188m
django-tests1: 006m
django-tests2: 105m
django-tests3: 013m
django-tests4: 037m
django-tests5: 085m
django-tests6: 022m
django-tests7: 049m
django-tests8: 019m
django-tests9: 006m
django-tests10: 008m
django-tests11: 039m
django-tests12: 284m
django-tests13: 065m
django-tests14: 037m
django-tests15: 036m
django-tests16: 007m
django-tests17: 008m
django-tests18: 004m
To:
django-tests0: 17m
django-tests1: 44m
django-tests2: 34m
django-tests3: 39m
django-tests4: 25m
django-tests5: 25m
django-tests6: 30m
django-tests7: 16m
django-tests8: 33m
django-tests9: 48m