Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
ci: use latest kubesaw during testing (#302)
Browse files Browse the repository at this point in the history
With the merging of public-viewer support in kubesaw, we can now test
against the latest version of kubesaw during testing.

Also, with the removal of the target branches, ci is broken.

Signed-off-by: Andy Sadler <ansadler@redhat.com>
  • Loading branch information
sadlerap authored Sep 26, 2024
1 parent 8ce4e5a commit 1bcb1c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/toolchain_manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ KUBECLI=${KUBECLI:-kubectl}

HOST_OPERATOR_REPO=${HOST_OPERATOR_REPO:-https://github.com/codeready-toolchain/host-operator.git}
MEMBER_OPERATOR_REPO=${MEMBER_OPERATOR_REPO:-https://github.com/codeready-toolchain/member-operator.git}
TOOLCHAIN_E2E_REPO=${TOOLCHAIN_E2E_REPO:-https://github.com/filariow/toolchain-e2e.git}
REGISTRATION_SERVICE_REPO=${REGISTRATION_SERVICE_REPO:-https://github.com/filariow/registration-service}
TOOLCHAIN_E2E_REPO=${TOOLCHAIN_E2E_REPO:-https://github.com/codeready-toolchain/toolchain-e2e.git}
REGISTRATION_SERVICE_REPO=${REGISTRATION_SERVICE_REPO:-https://github.com/codeready-toolchain/registration-service}

HOST_OPERATOR_BRANCH=${HOST_OPERATOR_BRANCH:-${BRANCH:-master}}
MEMBER_OPERATOR_BRANCH=${MEMBER_OPERATOR_BRANCH:-${BRANCH:-master}}
TOOLCHAIN_E2E_BRANCH=${TOOLCHAIN_E2E_BRANCH:-${BRANCH:-pv-532}}
REGISTRATION_SERVICE_BRANCH=${REGISTRATION_SERVICE_BRANCH:-${BRANCH:-pv-532}}
TOOLCHAIN_E2E_BRANCH=${TOOLCHAIN_E2E_BRANCH:-${BRANCH:-master}}
REGISTRATION_SERVICE_BRANCH=${REGISTRATION_SERVICE_BRANCH:-${BRANCH:-master}}

function clone {
git clone --depth 2 --branch "${2}" "${1}"
Expand Down

0 comments on commit 1bcb1c5

Please sign in to comment.