Skip to content
Snippets Groups Projects

Draft: GC: add no random to e2e tests

Closed Yan Sushchynski (EPAM) requested to merge GC_add_no_random into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -56,7 +56,7 @@ gc-test-python:
--data_partition $GC_TENANT
--acl_domain $DOMAIN
--legal_tag $LEGAL_TAG
- pytest ./functional --environment="./generated/postman_environment.json" --filter-tag=!search -p no:randomly
- pytest ./functional -p no:randomly --environment="./generated/postman_environment.json" --filter-tag=!search -p no:randomly
gc-dev2-test-python:
extends: .gc-dev2-variables
@@ -88,7 +88,7 @@ gc-dev2-test-python:
--data_partition $GC_TENANT
--acl_domain $DOMAIN
--legal_tag $LEGAL_TAG
- pytest ./functional --environment="./generated/postman_environment.json" --filter-tag=!search
- pytest ./functional -p no:randomly --environment="./generated/postman_environment.json" --filter-tag=!search
gc-baremetal-test-python:
extends: .gc-baremetal-variables
@@ -124,7 +124,7 @@ gc-baremetal-test-python:
--data_partition $GC_TENANT
--acl_domain $DOMAIN
--legal_tag $LEGAL_TAG
- pytest ./functional --environment="./generated/postman_environment.json" --filter-tag='!search|!chunking' -p no:randomly
- pytest ./functional -p no:randomly --environment="./generated/postman_environment.json" --filter-tag='!search|!chunking' -p no:randomly
# Disable maven job in gc-com-gke pipelines
gc-test:
Loading