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

Commit

Permalink
Merge branch 'main' into server-vm-split/server-writeclient
Browse files Browse the repository at this point in the history
  • Loading branch information
filariow authored May 16, 2024
2 parents f1164ca + d5553cf commit 76ef3df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ci/toolchain_manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,19 @@ function publish {
}

function deploy {
clone "${TOOLCHAIN_E2E_REPO}" "${TOOLCHAIN_E2E_BRANCH}"
clone "${HOST_OPERATOR_REPO}" "${HOST_OPERATOR_BRANCH}"
clone "${MEMBER_OPERATOR_REPO}" "${MEMBER_OPERATOR_BRANCH}"
clone "${TOOLCHAIN_E2E_REPO}" "${TOOLCHAIN_E2E_BRANCH}"
clone "${REGISTRATION_SERVICE_REPO}" "${REGISTRATION_SERVICE_BRANCH}"

make -C toolchain-e2e deploy-published-operators-e2e \
FORCED_TAG="${TAG}" \
QUAY_NAMESPACE="${QUAY_NAMESPACE}" \
SECOND_MEMBER_MODE=false \
CI=true \
REG_REPO_PATH=../registration-service \
HOST_REPO_PATH=../host-operator \
MEMBER_REPO_PATH=../member-operator \
HOST_NS=toolchain-host-operator \
MEMBER_NS=toolchain-member-operator

Expand Down

0 comments on commit 76ef3df

Please sign in to comment.