Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
CI-CD Pipelines
Commits
dd14d93b
Commit
dd14d93b
authored
Jul 02, 2020
by
David Diederich
Browse files
Add osdu runner tags to all jobs
parent
2568bdfa
Pipeline
#2989
passed with stage
in 20 seconds
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build/maven.yml
View file @
dd14d93b
.maven
:
image
:
maven:3.3.9-jdk-8
tags
:
[
'
docker-runner
'
]
tags
:
[
'
osdu-medium
'
]
variables
:
MAVEN_REPO_PATH
:
"
$CI_PROJECT_DIR/.m2/repository"
MAVEN_CLI_OPTS
:
"
--batch-mode
--settings=$CI_PROJECT_DIR/.mvn/community-maven.settings.xml"
...
...
cloud-providers/aws.yml
View file @
dd14d93b
...
...
@@ -61,7 +61,7 @@
INDEXER_HOST
:
$AWS_INDEXER_HOST
.aws
:
tags
:
[
'
docker-runner
'
]
tags
:
[
'
osdu-medium
'
]
image
:
divido2/aws-maven:v1.0
environment
:
name
:
AWS
...
...
cloud-providers/azure-function.yml
View file @
dd14d93b
...
...
@@ -22,7 +22,7 @@
# JOBS
azure_containerize
:
tags
:
[
"
docker-runner
"
]
tags
:
[
"
osdu-medium
"
]
image
:
docker:latest
services
:
-
docker:dind
...
...
@@ -59,6 +59,7 @@ azure_containerize:
azure_deploy
:
image
:
microsoft/azure-cli
tags
:
[
"
osdu-medium"
]
stage
:
deploy
needs
:
[
"
azure_containerize"
]
variables
:
...
...
cloud-providers/azure.yml
View file @
dd14d93b
...
...
@@ -92,7 +92,7 @@
# --------------------------------------------------------------------------------
azure_debug
:
stage
:
build
tags
:
[
"
docker-runner
"
]
tags
:
[
"
osdu-small
"
]
image
:
maven:3.3.9-jdk-8
extends
:
-
.azure_variables
...
...
@@ -187,7 +187,7 @@ azure_debug:
-
$AZURE_DEBUG == 'true'
azure_containerize
:
tags
:
[
"
docker-runner
"
]
tags
:
[
"
osdu-medium
"
]
image
:
docker:latest
services
:
-
docker:dind
...
...
@@ -258,6 +258,7 @@ azure_deploy:
azure_config
:
image
:
mcr.microsoft.com/azure-cli
tags
:
[
"
osdu-medium"
]
stage
:
deploy
needs
:
[
"
compile-and-unit-test"
]
extends
:
...
...
cloud-providers/gcp.yml
View file @
dd14d93b
...
...
@@ -17,7 +17,7 @@
GCP_VENDOR
:
gcp
.gcp
:
tags
:
[
'
docker-runner
'
]
tags
:
[
'
osdu-medium
'
]
image
:
google/cloud-sdk
environment
:
name
:
GCP
...
...
@@ -72,4 +72,4 @@ gcp-test:
-DSTORAGE_URL=${GCP_STORAGE_URL} \
-DINT_TEST_VENDOR=${GCP_VENDOR} \
-DTENANT_GCP=${GCP_MY_TENANT_PROJECT} \
-DLEGAL_URL=${GCP_LEGAL_HOST_URL}
\ No newline at end of file
-DLEGAL_URL=${GCP_LEGAL_HOST_URL}
cloud-providers/ibm.yml
View file @
dd14d93b
.ibm
:
tags
:
[
'
docker-runner
'
]
tags
:
[
'
osdu-medium
'
]
image
:
openshift/origin-cli
environment
:
name
:
IBM
...
...
publishing/pages.yml
View file @
dd14d93b
...
...
@@ -2,7 +2,7 @@ pages:
image
:
alpine
stage
:
publish
needs
:
[
'
fossa-report'
]
tags
:
[
'
docker-runner
'
]
tags
:
[
'
osdu-small
'
]
artifacts
:
paths
:
-
public
...
...
scanners/fossa.yml
View file @
dd14d93b
...
...
@@ -26,7 +26,7 @@ fossa-analyze:
fossa-check-notice
:
image
:
divido2/fossa-cli:v2.1
stage
:
attribution
tags
:
[
'
docker-runner
'
]
tags
:
[
'
osdu-small
'
]
only
:
variables
:
-
$FOSSA_API_KEY
...
...
@@ -112,7 +112,7 @@ fossa-check-notice:
fossa-report
:
image
:
divido2/fossa-cli:v2.1
stage
:
attribution
tags
:
[
'
docker-runner
'
]
tags
:
[
'
osdu-small
'
]
only
:
variables
:
# To get the FOSSA_ACCESS, log into the project's main page and generate a "Live Project Report" URL from the Summary tab
...
...
scanners/gitlab-ultimate.yml
View file @
dd14d93b
...
...
@@ -6,7 +6,7 @@ include:
# --------------------------------------------------------------------------------
.ultimate-scanner-config
:
tags
:
[
'
docker-runner
'
]
tags
:
[
'
osdu-medium
'
]
needs
:
[
'
compile-and-unit-test'
]
cache
:
paths
:
...
...
@@ -46,4 +46,9 @@ license_scanning:
gemnasium-maven-dependency_scanning
:
stage
:
scan
tags
:
[
'
osdu-large'
]
image
:
registry.gitlab.com/divido/gemnasium-maven:jdk-8
spotbugs-sast
:
stage
:
scan
tags
:
[
'
osdu-large'
]
standard-setup.yml
View file @
dd14d93b
...
...
@@ -41,6 +41,7 @@ workflow:
trusted-merge-branch-verification
:
stage
:
review
image
:
$CI_REGISTRY/osdu/platform/trusted-mr-container
tags
:
[
'
osdu-small'
]
script
:
-
merge-branch-verification.sh
rules
:
...
...
@@ -54,6 +55,7 @@ trusted-merge-branch-verification:
trigger-trusted-tests
:
stage
:
review
image
:
$CI_REGISTRY/osdu/platform/trusted-mr-container
tags
:
[
'
osdu-small'
]
script
:
-
trigger-trusted-tests.js
rules
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment