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
1ec4b66c
Commit
1ec4b66c
authored
Oct 21, 2020
by
Matt Wise
Browse files
Allow failure of int tests when $AWS_TEST_ALLOW_FAILURE is set to true
parent
4aeb8da5
Pipeline
#12624
passed with stages
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cloud-providers/aws.yml
View file @
1ec4b66c
...
...
@@ -140,6 +140,7 @@ aws-test-java:
-
.aws_variables
stage
:
integration
needs
:
[
'
aws-update-ecs'
]
allow_failure
:
$AWS_TEST_ALLOW_FAILURE ||
false
script
:
-
ls -ltr
-
cd $INTEGRATION_TEST_DIR
...
...
@@ -159,6 +160,7 @@ aws-test-python:
-
.aws_variables
stage
:
integration
needs
:
[
'
aws-update-ecs'
]
allow_failure
:
$AWS_TEST_ALLOW_FAILURE ||
false
script
:
-
ls -ltr
-
cd $INTEGRATION_TEST_DIR
...
...
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