Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
QA
ox-installer
Commits
44a1833b
Commit
44a1833b
authored
Apr 03, 2020
by
Daniel Pondruff
Browse files
generate allure report
parent
fbfb4c97
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
44a1833b
...
...
@@ -240,45 +240,10 @@ deploy:centos:7:codecept:collect:
sudo su
chmod -R 7777 /opt/open-xchange/tests/frontend/ui/build/*
EOF
-
scp -r -o ConnectTimeout=30 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i openstack/tmp/id_rsa centos@$instance_centos_7_floatingip:/opt/open-xchange/tests/frontend/ui/build/e2e /var/www/results/develop/codecept/
-
scp -r -o ConnectTimeout=30 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i openstack/tmp/id_rsa centos@$instance_centos_7_floatingip:/opt/open-xchange/tests/frontend/ui/build/e2e /var/www/results/develop/codecept/
-
allure generate -c /var/www/results/develop/codecept/e2e -o /var/www/results/develop/codecept/$(date +%Y%m%d-%H%M%S) && rm -rf /var/www/results/develop/codecept/e2e
only
:
-
openstack_integration
tags
:
-
oxinstaller
#deploy RHEL:
# deploy debian machine:
# stage: deploy
# artifacts:
# expire_in: 6hours
# paths:
# - "openstack/tmp/ip.sh"
# - "openstack/tmp/id_rsa"
# - "openstack/tmp/id_rsa.pub"
# variables:
# TARGET_ENV: production
# script:
# #- "chmod 600 openstack/tmp/id_rsa*"
# - "apt update && apt install -y python3-pip python3-dev && pip3 install --upgrade pip && pip3 install python-openstackclient"
# - "ls -la"
# - "pwd"
# - "ls -la openstack/"
# - "cat openstack/deploy.sh"
# - "chmod a+x openstack/deploy.sh"
# - "openstack/deploy.sh"
# only:
# - openstack_integration
# tags:
# - oxinstaller
# codecept:
# stage: codecept
# variables:
# TARGET_ENV: production
# script:
# - "source openstack/tmp/ip.sh"
# - "ssh -o ConnectTimeout=30 -o StrictHostKeyChecking=no -i openstack/tmp/id_rsa debian@$debian_buster /root/ox-installer/ox-installer.sh --codecept"
# only:
# - openstack_integration
# tags:
# - oxinstaller
\ No newline at end of file
-
oxinstaller
\ No newline at end of file
Write
Preview
Markdown
is supported
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