Skip to content

Commit

Permalink
install ksctl during kubesaw deployment (#4324)
Browse files Browse the repository at this point in the history
* install ksctl during kubesaw deployment

With [PR #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 #1030]: codeready-toolchain/toolchain-e2e#1030
[ksctl]: https://github.com/kubesaw/ksctl/

Signed-off-by: Andy Sadler <[email protected]>

* install ksctl directly

Signed-off-by: Andy Sadler <[email protected]>

---------

Signed-off-by: Andy Sadler <[email protected]>
  • Loading branch information
sadlerap authored Aug 13, 2024
1 parent b4fe958 commit a1860a6
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"
CGO_ENABLED=0 go install github.com/kubesaw/ksctl/cmd/ksctl@master
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 a1860a6

Please sign in to comment.