Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Legal
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
Security and Compliance
Legal
Commits
59f036e0
Commit
59f036e0
authored
4 years ago
by
ethiraj krishnamanaidu
Browse files
Options
Downloads
Patches
Plain Diff
GCP Integration tests
parent
7497b976
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+11
-8
11 additions, 8 deletions
.gitlab-ci.yml
provider/legal-gcp/src/main/appengine/app.yaml
+1
-1
1 addition, 1 deletion
provider/legal-gcp/src/main/appengine/app.yaml
with
12 additions
and
9 deletions
.gitlab-ci.yml
+
11
−
8
View file @
59f036e0
...
...
@@ -2,15 +2,15 @@ variables:
AWS_BUILD_SUBDIR
:
provider/legal-aws
AWS_APPLICATION_NAME
:
os-legal
AWS_ENVIRONMENT
:
dev
GCP_BUILD_SUBDIR
:
provider/legal-gcp
GCP_INT_TEST_SUBDIR
:
testing/legal-test-gcp
GCP_APPLICATION_NAME
:
osdu-legal
GCP_ENVIRONMENT
:
dev
GCP_PROJECT
:
opendes
GCP_TENANT_NAME
:
opendes
GCP_DEPLOY_ENV
:
p4d
GCP_DOMAIN
:
cloud.slb-ds.com
GCP_STORAGE_URL
:
https://osdu-legal-dot-opendes.appspot.com/api/legal/v2/
GCP_APPLICATION_NAME
:
os-legal
GCP_ENVIRONMENT
:
testing
GCP_PROJECT
:
opendes-evt
GCP_TENANT_NAME
:
opendes-evt
AZURE_SERVICE
:
legal
AZURE_BUILD_SUBDIR
:
provider/legal-azure
AZURE_TEST_SUBDIR
:
testing/legal-test-azure
...
...
@@ -26,6 +26,9 @@ include:
-
project
:
"
osdu/platform/ci-cd-pipelines"
ref
:
"
master"
file
:
"
cloud-providers/azure.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
"
master"
file
:
'
cloud-providers/gcp.yml'
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
scanners/fossa.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
...
...
@@ -34,4 +37,4 @@ include:
compile-and-unit-test
:
variables
:
GOOGLE_CLOUD_PROJECT
:
opendes
GOOGLE_CLOUD_PROJECT
:
opendes
-evt
This diff is collapsed.
Click to expand it.
provider/legal-gcp/src/main/appengine/app.yaml
+
1
−
1
View file @
59f036e0
...
...
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
service
:
os
du
-legal
service
:
os-legal
runtime
:
java
env
:
flex
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment