Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Wellbore Domain Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU Software
OSDU Data Platform
Domain Data Management Services
Wellbore
Wellbore Domain Services
Merge requests
!753
Draft: GC: add no random to e2e tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: GC: add no random to e2e tests
GC_add_no_random
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Closed
Yan Sushchynski (EPAM)
requested to merge
GC_add_no_random
into
master
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b7e54248
1 commit,
1 year ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
devops/gc/pipeline/override-stages.yml
+
3
−
3
Options
@@ -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