Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tests:
- always_run: false
as: aws-e2e-ote
optional: true
pipeline_skip_if_only_changed: ^(?:docs|\.github|\.tekton)/|\.md$|^(?:\.gitignore|renovate\.json|OWNERS|PROJECT|LICENSE|Containerfile|Containerfile.bundle)$
pipeline_skip_if_only_changed: ^(?:docs|\.github|\.tekton)/|\.md$|^(?:\.gitignore|renovate\.json|OWNERS|PROJECT|LICENSE|Containerfile|Containerfile.bundle)$|^ote/test/e2e/proxy\.go$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down Expand Up @@ -399,14 +399,16 @@ tests:
- always_run: false
as: vsphere-proxy-e2e-ote
optional: true
skip_if_only_changed: ^(?:docs|\.github|\.tekton)/|\.md$|^(?:\.gitignore|renovate\.json|OWNERS|PROJECT|LICENSE|Containerfile|Containerfile.bundle)$
skip_if_only_changed: ^(?:docs|\.github|\.tekton)/|\.md$|^(?:\.gitignore|renovate\.json|OWNERS|PROJECT|LICENSE|Containerfile|Containerfile.bundle)$|^ote/test/e2e/winc\.go$
Comment thread
rrasouli marked this conversation as resolved.
steps:
cluster_profile: vsphere-elastic
dependencies:
EXTENSION_IMAGE: windows-machine-config-operator-test
env:
EXTENSION_BINARY_PATH: /usr/bin/wmco-tests-ext.gz
EXTENSION_COMPONENT_NAME: windows-machine-config-operator
TEST_ARGS: --monitor=e2e-test-analyzer
TEST_SUITE: windows-machine-config-operator/proxy
test:
- as: wmco-setup
cli: latest
Expand All @@ -423,30 +425,7 @@ tests:
memory: 400Mi
timeout: 2h15m0s
- ref: openshift-tests-extension-setup-out-of-payload
- as: proxy-e2e-test-with-zero-handling
cli: latest
commands: |
set +e
openshift-tests run windows-machine-config-operator/proxy \
--provider vsphere \
--monitor=e2e-test-analyzer \
-o "${ARTIFACT_DIR}/e2e.log" \
--junit-dir "${ARTIFACT_DIR}/junit" 2>&1 | tee "${ARTIFACT_DIR}/test-run.log"
EXIT_CODE=$?

# If no tests found, that's expected until WMCO PR #4459 merges
if [ $EXIT_CODE -eq 1 ] && grep -q "no tests to run" "${ARTIFACT_DIR}/test-run.log" 2>/dev/null; then
echo "No proxy tests found in WMCO master yet - this is expected"
echo "Once WMCO PR #4459 merges, this job will find and run proxy tests"
exit 0
fi

exit $EXIT_CODE
from: tests
resources:
requests:
cpu: 1000m
memory: 600Mi
- ref: openshift-e2e-test
workflow: ipi-vsphere-ovn-hybrid-custom-vxlan-port-proxy
- always_run: false
as: wicd-unit-vsphere
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ presubmits:
- agent: kubernetes
always_run: false
annotations:
pipeline_skip_if_only_changed: ^(?:docs|\.github|\.tekton)/|\.md$|^(?:\.gitignore|renovate\.json|OWNERS|PROJECT|LICENSE|Containerfile|Containerfile.bundle)$
pipeline_skip_if_only_changed: ^(?:docs|\.github|\.tekton)/|\.md$|^(?:\.gitignore|renovate\.json|OWNERS|PROJECT|LICENSE|Containerfile|Containerfile.bundle)$|^ote/test/e2e/proxy\.go$
branches:
- ^master$
- ^master-
Expand Down Expand Up @@ -1380,7 +1380,7 @@ presubmits:
name: pull-ci-openshift-windows-machine-config-operator-master-vsphere-proxy-e2e-ote
optional: true
rerun_command: /test vsphere-proxy-e2e-ote
skip_if_only_changed: ^(?:docs|\.github|\.tekton)/|\.md$|^(?:\.gitignore|renovate\.json|OWNERS|PROJECT|LICENSE|Containerfile|Containerfile.bundle)$
skip_if_only_changed: ^(?:docs|\.github|\.tekton)/|\.md$|^(?:\.gitignore|renovate\.json|OWNERS|PROJECT|LICENSE|Containerfile|Containerfile.bundle)$|^ote/test/e2e/winc\.go$
spec:
containers:
- args:
Expand Down