Skip to content

Commit

Permalink
Update make e2e target (#50050)
Browse files Browse the repository at this point in the history
* Update make e2e target

* change test e2e names
  • Loading branch information
fjglira committed Mar 20, 2024
1 parent e41e03b commit 7c9e943
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 98 deletions.
Expand Up @@ -159,7 +159,7 @@ tests:
memory: 100Mi
timeout: 2h0m0s
workflow: servicemesh-istio-e2e-hypershift
- as: integration-ocp-4-15
- as: e2e-ocp-4-15
steps:
cluster_profile: ossm-aws
env:
Expand All @@ -186,7 +186,7 @@ tests:
cpu: 200m
memory: 200Mi
timeout: 10m0s
- as: integration-ocp-4-15
- as: e2e-ocp-4-15
cli: latest
commands: |
oc rsh -n "${MAISTRA_NAMESPACE}" "${MAISTRA_SC_POD}" \
Expand All @@ -197,7 +197,7 @@ tests:
export BUILD_WITH_CONTAINER="0" && \
cd /work && \
entrypoint \
make test.integration.ocp"
make test.e2e.ocp"
oc cp "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":"${ARTIFACT_DIR}"/. "${ARTIFACT_DIR}"
env:
- name: MAISTRA_NAMESPACE
Expand All @@ -210,7 +210,7 @@ tests:
memory: 200Mi
timeout: 2h0m0s
workflow: servicemesh-istio-e2e-hypershift
- as: integration-ocp-4-16
- as: e2e-ocp-4-16
optional: true
steps:
cluster_profile: ossm-aws
Expand Down Expand Up @@ -238,7 +238,7 @@ tests:
cpu: 100m
memory: 100Mi
timeout: 10m0s
- as: integration-ocp-4-16
- as: e2e-ocp-4-16
cli: latest
commands: |
oc rsh -n "${MAISTRA_NAMESPACE}" "${MAISTRA_SC_POD}" \
Expand All @@ -249,7 +249,7 @@ tests:
export BUILD_WITH_CONTAINER="0" && \
cd /work && \
entrypoint \
make test.integration.ocp"
make test.e2e.ocp"
oc cp "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":"${ARTIFACT_DIR}"/. "${ARTIFACT_DIR}"
env:
- name: MAISTRA_NAMESPACE
Expand All @@ -262,7 +262,7 @@ tests:
memory: 100Mi
timeout: 2h0m0s
workflow: servicemesh-istio-e2e-hypershift
- as: integration-ocp-4-15-arm
- as: e2e-ocp-4-15-arm
steps:
cluster_profile: ossm-aws
dependencies:
Expand Down Expand Up @@ -292,7 +292,7 @@ tests:
cpu: 100m
memory: 100Mi
timeout: 10m0s
- as: integration-ocp-4-15-arm
- as: e2e-ocp-4-15-arm
cli: latest
commands: |
oc rsh -n "${MAISTRA_NAMESPACE}" "${MAISTRA_SC_POD}" \
Expand All @@ -303,7 +303,7 @@ tests:
export BUILD_WITH_CONTAINER="0" && \
cd /work && \
entrypoint \
make test.integration.ocp"
make test.e2e.ocp"
oc cp "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":"${ARTIFACT_DIR}"/. "${ARTIFACT_DIR}"
env:
- name: MAISTRA_NAMESPACE
Expand All @@ -316,7 +316,7 @@ tests:
memory: 100Mi
timeout: 2h0m0s
workflow: servicemesh-istio-e2e-profile
- as: integration-kind
- as: e2e-kind
steps:
cluster_profile: ossm-aws
dependencies:
Expand All @@ -343,7 +343,7 @@ tests:
cpu: 100m
memory: 100Mi
timeout: 10m0s
- as: integration-kind
- as: e2e-kind
cli: latest
commands: |
export QUAY_PASS=$(cat /maistra-secrets/password)
Expand All @@ -354,7 +354,7 @@ tests:
docker login -u='maistra-dev+prow' -p=${QUAY_PASS} quay.io && \
cd /work && \
export BUILD_WITH_CONTAINER="0" && \
make test.integration.kind"
make test.e2e.kind"
oc cp "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":"${ARTIFACT_DIR}"/. "${ARTIFACT_DIR}"
credentials:
- mount_path: /maistra-secrets
Expand Down

0 comments on commit 7c9e943

Please sign in to comment.