Skip to content

Commit

Permalink
infra extend wait for machine ip allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Nov 21, 2023
1 parent 1c389fe commit 5c711ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: >
source /etc/bashrc;
mask --maskfile "${MASK_FILE}" infra create machines;
sleep 30;
sleep 50;
mask --maskfile "${MASK_FILE}" config generate prometheus;
mask --maskfile "${MASK_FILE}" config generate breeder "./examples/network_gen.yml";
mask --maskfile "${MASK_FILE}" infra create network;
Expand Down
2 changes: 2 additions & 0 deletions testing/maskfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ __kcli_cmd="mask --maskfile ${MASKFILE_DIR}/maskfile.md util kcli run"
echo "instanciating machines"
${__kcli_cmd} "create plan -f ./infra/machines/plan.yml ${__plan_name}"

sleep 10

${__kcli_cmd} "list plan"
${__kcli_cmd} "list vm"

Expand Down

0 comments on commit 5c711ec

Please sign in to comment.