Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
Unit
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
OSDU Data Platform
System
Reference and Helper Services
Unit
Merge requests
!346
fix: GC test token
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: GC test token
gc_fix_test_token
into
master
Overview
0
Commits
9
Pipelines
16
Changes
3
Merged
Yan Sushchynski (EPAM)
requested to merge
gc_fix_test_token
into
master
1 year ago
Overview
0
Commits
9
Pipelines
16
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 7
42828b2e
1 year ago
version 6
023a5d64
1 year ago
version 5
89f9bb3b
1 year ago
version 4
0cef1e1e
1 year ago
version 3
f292bc0b
1 year ago
version 2
878664de
1 year ago
version 1
46039acc
1 year ago
master (base)
and
latest version
latest version
b025638d
9 commits,
1 year ago
version 7
42828b2e
8 commits,
1 year ago
version 6
023a5d64
7 commits,
1 year ago
version 5
89f9bb3b
6 commits,
1 year ago
version 4
0cef1e1e
5 commits,
1 year ago
version 3
f292bc0b
4 commits,
1 year ago
version 2
878664de
3 commits,
1 year ago
version 1
46039acc
1 commit,
1 year ago
3 files
+
11
−
48
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
devops/gc/pipeline/override-stages.yml
+
2
−
0
Options
@@ -8,10 +8,12 @@ variables:
gc-test-python
:
variables
:
VIRTUAL_SERVICE_HOST_NAME
:
$GC_UNIT_HOSTNAME
GOOGLE_APPLICATION_CREDENTIALS
:
$GC_INTEGRATION_TESTER_ENCODE
gc-dev2-test-python
:
variables
:
VIRTUAL_SERVICE_HOST_NAME
:
$GC_UNIT_HOSTNAME
GOOGLE_APPLICATION_CREDENTIALS
:
$GC_INTEGRATION_TESTER_ENCODE
gc-baremetal-test-python
:
variables
:
Loading