Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
lilypad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
lilypad
Commits
a91b53c7
Commit
a91b53c7
authored
Dec 5, 2023
by
sgk
Committed by
Syam G Krishnan
Dec 5, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
737fb5b4
No related branches found
No related tags found
No related merge requests found
Pipeline
#183912
failed
Dec 5, 2023
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
a91b53c7
...
@@ -22,6 +22,7 @@ variables:
...
@@ -22,6 +22,7 @@ variables:
--roles-path=config/roles
--roles-path=config/roles
--num-hosts=3
--num-hosts=3
--additional-host-group=openvpn=host3
--additional-host-group=openvpn=host3
--additional-host-group=gateway=host3
--additional-config ${TEST_DIR}/group_vars/all/openvpn_config.yml
--additional-config ${TEST_DIR}/group_vars/all/openvpn_config.yml
--additional-config ${TEST_DIR}/group_vars/all/custom_config.yml
--additional-config ${TEST_DIR}/group_vars/all/custom_config.yml
--additional-config ${TEST_DIR}/group_vars/all/gateway_locations.yml
--additional-config ${TEST_DIR}/group_vars/all/gateway_locations.yml
...
@@ -36,7 +37,8 @@ variables:
...
@@ -36,7 +37,8 @@ variables:
-
cp -v ${TEST_DIR}/site.yml ${BUILD_DIR}
-
cp -v ${TEST_DIR}/site.yml ${BUILD_DIR}
-
echo "$(awk '!/- backend/ || ++ctr != 2' ${BUILD_DIR}/hosts.yml)" > ${BUILD_DIR}/hosts.yml
-
echo "$(awk '!/- backend/ || ++ctr != 2' ${BUILD_DIR}/hosts.yml)" > ${BUILD_DIR}/hosts.yml
-
with-ssh-key ./float/scripts/floatup.py --url $VMINE_URL --ssh $VMINE_SSH --inventory $BUILD_DIR/hosts.yml --ram 3072 --image ${VM_IMAGE:-bullseye} up
-
with-ssh-key ./float/scripts/floatup.py --url $VMINE_URL --ssh $VMINE_SSH --inventory $BUILD_DIR/hosts.yml --ram 3072 --image ${VM_IMAGE:-bullseye} up
-
(cd ${BUILD_DIR} && with-ssh-key ../float/float run ../playbooks/init-credentials.yml -e ansible_cfg.defaults.strategy=mitogen_linear -e ansible_cfg.defaults.action_plugins=../float/plugins/action:../plugins/action)
-
pwd && cat ${BUILD_DIR}/config.yml && cat ${BUILD_DIR}/hosts.yml && echo ${BUILD_DIR}
-
(cd ${BUILD_DIR} && with-ssh-key ../float/float run ../playbooks/init-credentials.yml)
-
with-ssh-key ./float/test-driver init --no-vagrant $BUILD_DIR
-
with-ssh-key ./float/test-driver init --no-vagrant $BUILD_DIR
-
sleep
10
-
sleep
10
-
with-ssh-key ./float/test-driver run $BUILD_DIR
-
with-ssh-key ./float/test-driver run $BUILD_DIR
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment