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
OSDU Data Platform
Domain Data Management Services
Wellbore
Wellbore Domain Services
Commits
f897712a
Commit
f897712a
authored
2 years ago
by
Luc Yriarte
Browse files
Options
Downloads
Patches
Plain Diff
Use python 3.8 image for gcp dev2 environment also
parent
85ed006b
No related branches found
No related tags found
1 merge request
!484
Use python 3.8 image for gcp dev2 environment also
Pipeline
#101961
failed
2 years ago
Stage: review
Stage: build
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-2
6 additions, 2 deletions
.gitlab-ci.yml
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
6
−
2
View file @
f897712a
...
...
@@ -240,10 +240,14 @@ osdu-gcp-test-python:
osdu-gcp-dev2-test-python
:
extends
:
.osdu-gcp-dev2-variables
stage
:
integration
image
:
gcr.io/google.com/cloudsdktool/cloud-sdk
image
:
python:3.8
needs
:
[
"
osdu-gcp-dev2-deploy-deployment"
]
script
:
-
apt-get install -y python3-venv
-
bash
-
curl https://sdk.cloud.google.com > install.sh
-
bash install.sh --disable-prompts
-
source /root/google-cloud-sdk/completion.bash.inc
-
source /root/google-cloud-sdk/path.bash.inc
-
python3 -m venv env
-
source env/bin/activate
-
pip install --upgrade pip
...
...
This diff is collapsed.
Click to expand it.
Luc Yriarte
@lyriarte
mentioned in commit
99383626
·
2 years ago
mentioned in commit
99383626
mentioned in commit 99383626c0c7de51bb1cae54d56f6da24425c05d
Toggle commit list
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