Skip to content
Snippets Groups Projects
Commit aa19f00b authored by sgk's avatar sgk
Browse files

disable copying test/site.yml, enable float run

parent 1f0a6a5b
No related branches found
No related tags found
No related merge requests found
Pipeline #207798 passed
...@@ -40,9 +40,9 @@ variables: ...@@ -40,9 +40,9 @@ variables:
- 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) - (cd ${BUILD_DIR} && with-ssh-key ../float/float run ../playbooks/init-credentials.yml)
- pwd && cat ${BUILD_DIR}/config.yml && cat ${BUILD_DIR}/hosts.yml && echo ${BUILD_DIR} - pwd && cat ${BUILD_DIR}/config.yml && cat ${BUILD_DIR}/site.yml && echo ${BUILD_DIR}
- cat ${BUILD_DIR}/site.yml - cat ${BUILD_DIR}/hosts.yml
#- with-ssh-key ./float/float run ${BUILD_DIR}/site.yml - cd ${BUILD_DIR} && with-ssh-key ../float/float run site.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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment