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
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
612300e2
Commit
612300e2
authored
Aug 25, 2021
by
Matt Wise
Browse files
use custom node container
parent
b2886d63
Pipeline
#60913
failed with stages
in 16 minutes and 44 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
devops/aws/awstest.yml
View file @
612300e2
...
...
@@ -4,14 +4,11 @@ aws-test-newman:
-
.aws_common_variables
-
.aws_variables
stage
:
integration
image
:
node
image
:
$CI_REGISTRY/osdu/platform/deployment-and-operations/base-containers-aws/aws-node/aws-node:v1.0-node14
needs
:
[{
job
:
'
aws-update-ecs'
,
optional
:
true
},
{
job
:
'
aws-update-eks'
,
optional
:
true
}]
script
:
-
apt-get update
-
apt-get install -y python
-
apt-get install -y python-pip
-
pip install -r devops/aws/requirements.txt
-
svctoken=$(python devops/scripts/aws_jwt_client.py)
-
pip3 install -r devops/aws/requirements.txt
-
svctoken=$(python3 devops/scripts/aws_jwt_client.py)
-
npm install -g newman
-
chmod +x ./tests/e2e/run_e2e_tests.sh
-
./tests/e2e/run_e2e_tests.sh --seistore-svc-url=${SEISMICSTORE_SVC_URL} --seistore-svc-api-key="NA" --user-idtoken="$svctoken" --user-idtoken="$svctoken" --tenant=opendes --subproject=awsdemosubproject --admin-email="${AWS_COGNITO_AUTH_PARAMS_USER}" --datapartition=opendes --legaltag01=opendes-sdmstestlegaltag --legaltag02=opendes-sdmstestlegaltag --subproject-long-name=subprojectlonggggggggggggggggggggggname --VCS-Provider="${ISGITLAB}"
...
...
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