Skip to content

Commit 9a46949

Browse files
committed
Removed unused args for e2e-ocp.sh
1 parent 6dd0541 commit 9a46949

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,9 @@ test-e2e:
350350
--test-tag "${BUILD_NUMBER}" --target "${RELEASE_TARGET}"
351351

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

361357
bundle-build-podman:
362358
podman build -f bundle.Dockerfile -t "${BUNDLE_IMG}"

0 commit comments

Comments
 (0)