Skip to content

Commit

Permalink
Removed unused args for e2e-ocp.sh (#619)
Browse files Browse the repository at this point in the history
Removed unused args for e2e-ocp.sh
  • Loading branch information
idlewis authored Mar 22, 2024
1 parent 3d327a3 commit 4f58550
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,9 @@ build-catalog-pipeline: opm ## Build a catalog image.
./operators/scripts/build/build-catalog.sh -n "v${OPM_VERSION}" -b "${REDHAT_BASE_IMAGE}" -o "${OPM}" --container-tool "docker" -r "${REGISTRY}" -i "${PIPELINE_OPERATOR_IMAGE}-bundle:${RELEASE_TARGET}" -p "${PIPELINE_PRODUCTION_IMAGE}-bundle" -a "${PIPELINE_OPERATOR_IMAGE}-catalog:${RELEASE_TARGET}" -t "${PWD}/operator-build" -v "${VERSION}"

test-pipeline-e2e:
./operators/scripts/test/e2e-ocp.sh -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}" \
--cluster-url "${CLUSTER_URL}" --cluster-user "${CLUSTER_USER}" --cluster-token "${CLUSTER_TOKEN}" \
--registry-name "${PIPELINE_REGISTRY}" --registry-image "${PIPELINE_OPERATOR_IMAGE}" \
--registry-user "${PIPELINE_USERNAME}" --registry-password "${PIPELINE_PASSWORD}" \
--test-tag "${BUILD_NUMBER}" --release "${RELEASE_TARGET}" --channel "${DEFAULT_CHANNEL}" \
--install-mode "${INSTALL_MODE}" --architecture "${ARCHITECTURE}" \
--digest "${DIGEST}" --version "${VERSION}"
./operators/scripts/test/e2e-ocp.sh --cluster-url "${CLUSTER_URL}" --cluster-user "${CLUSTER_USER}" --cluster-token "${CLUSTER_TOKEN}" \
--test-tag "${BUILD_NUMBER}" --install-mode "${INSTALL_MODE}" --channel "${DEFAULT_CHANNEL}" \
--architecture "${ARCHITECTURE}" --digest "${DIGEST}" --version "${VERSION}"

bundle-build-podman:
podman build -f bundle.Dockerfile -t "${BUNDLE_IMG}"
Expand Down

0 comments on commit 4f58550

Please sign in to comment.