Skip to content

Commit

Permalink
install ksctl during kubesaw deployment
Browse files Browse the repository at this point in the history
With [PR redhat-appstudio#1030] landing in toolchain-e2e, tests now will try to pair an
open PR against toolchain-e2e with an open PR against [ksctl].  We're
always going to run tests with the latest version of ksctl, so we should
install it before deploying member-operator.

[PR redhat-appstudio#1030]: codeready-toolchain/toolchain-e2e#1030
[ksctl]: https://github.com/kubesaw/ksctl/

Signed-off-by: Andy Sadler <[email protected]>
  • Loading branch information
sadlerap authored and redhat-appstudio-qe-bot committed Aug 13, 2024
1 parent b4fe958 commit 5a4902b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/sandbox-development-mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ echo
echo "Installing the Toolchain (Sandbox) operators in dev environment:"
rm -rf ${TOOLCHAIN_E2E_TEMP_DIR} 2>/dev/null || true
git clone --depth=1 https://github.com/codeready-toolchain/toolchain-e2e.git ${TOOLCHAIN_E2E_TEMP_DIR}
make -C ${TOOLCHAIN_E2E_TEMP_DIR} appstudio-dev-deploy-latest SHOW_CLEAN_COMMAND="make -C ${TOOLCHAIN_E2E_TEMP_DIR} appstudio-cleanup"
make -C ${TOOLCHAIN_E2E_TEMP_DIR} install-ksctl
make -C ${TOOLCHAIN_E2E_TEMP_DIR} appstudio-dev-deploy-latest SHOW_CLEAN_COMMAND="make -C ${TOOLCHAIN_E2E_TEMP_DIR} appstudio-cleanup" USE_INSTALLED_KSCTL=true

0 comments on commit 5a4902b

Please sign in to comment.