Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
fd37a43f
Commit
fd37a43f
authored
Dec 20, 2019
by
Carsten Rose
Browse files
Second try to temporarely disable selenium
parent
eaf2b445
Pipeline
#3084
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fd37a43f
...
...
@@ -48,29 +48,29 @@ release:
-
scp qfq_${VERSION}_*.zip w16:qfq/releases/
-
mv qfq_${VERSION}_*.zip build/qfq.zip
selenium
:
stage
:
selenium
script
:
-
unzip -q build/qfq.zip -d qfq
-
cd docker/
-
./run_qfq_docker.sh -no-deploy
-
./deploy_to_container.sh ../qfq
-
./run_selenium_tests_docker.sh
-
echo "hello"
after_script
:
# remove containers and move logs to persistent location
-
cd docker; ./remove-containers.sh <<< "y"
-
cd ..
-
umask
002
-
mkdir "$SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA"
-
cp extension/Tests/selenium/selenium_logs/* "$SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA/"
-
echo "Selenium Logs copied to $SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA/"
-
echo "Or download result (log/screenshot) in gitlab under CI/CD > Pipelines <job> > right side 'Artifacts'"
#
selenium:
#
stage: selenium
#
script:
#
- unzip -q build/qfq.zip -d qfq
#
- cd docker/
#
- ./run_qfq_docker.sh -no-deploy
#
- ./deploy_to_container.sh ../qfq
#
- ./run_selenium_tests_docker.sh
#
- echo "hello"
#
after_script:
#
# remove containers and move logs to persistent location
#
- cd docker; ./remove-containers.sh <<< "y"
#
- cd ..
#
- umask 002
#
- mkdir "$SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA"
#
- cp extension/Tests/selenium/selenium_logs/* "$SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA/"
#
- echo "Selenium Logs copied to $SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA/"
#
- echo "Or download result (log/screenshot) in gitlab under CI/CD > Pipelines <job> > right side 'Artifacts'"
artifacts
:
expire_in
:
1 week
paths
:
-
extension/Tests/selenium/selenium_logs/
#
artifacts:
#
expire_in: 1 week
#
paths:
#
- extension/Tests/selenium/selenium_logs/
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