Skip to content

Commit

Permalink
Update Windows Jenkins Jobs to Remove Docker Testbed
Browse files Browse the repository at this point in the history
For antrea-io#5641

* Remove all windows docker jobs.
* Rename the trigger phases of all Windows containerd jobs to normal Windows trigger phases.
* Remove windows proxyall job as we have set this feature as the default value in agent.

Signed-off-by: Shuyang Xin <gavinx@vmware.com>
  • Loading branch information
XinShuYang committed Nov 3, 2023
1 parent ab94f29 commit 018e59d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 356 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ Here are the trigger phrases for individual checks:
* `/test-windows-e2e`: Windows IPv4 e2e tests
* `/test-windows-conformance`: Windows IPv4 conformance tests
* `/test-windows-networkpolicy`: Windows IPv4 networkpolicy tests
* `/test-windows-proxyall-e2e`: Windows IPv4 e2e tests with proxyAll enabled
* `/test-ipv6-e2e`: Linux dual stack e2e tests
* `/test-ipv6-conformance`: Linux dual stack conformance tests
* `/test-ipv6-networkpolicy`: Linux dual stack networkpolicy tests
Expand Down
22 changes: 2 additions & 20 deletions ci/jenkins/jobs/macros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,24 +121,6 @@
#!/bin/bash
./ci/jenkins/test.sh --testcase windows-install-ovs
- builder:
name: builder-e2e-win
builders:
- shell: |-
#!/bin/bash
set -ex
DOCKER_REGISTRY="$(head -n1 ci/docker-registry)"
./ci/jenkins/test.sh --testcase windows-e2e --registry ${DOCKER_REGISTRY}
- builder:
name: builder-conformance-win
builders:
- shell: |-
#!/bin/bash
set -ex
DOCKER_REGISTRY="$(head -n1 ci/docker-registry)"
./ci/jenkins/test.sh --testcase '{conformance_type}' --registry ${{DOCKER_REGISTRY}}
- builder:
name: builder-e2e-proxyall-win
builders:
Expand All @@ -149,7 +131,7 @@
./ci/jenkins/test.sh --testcase windows-e2e --registry ${DOCKER_REGISTRY} --proxyall
- builder:
name: builder-e2e-win-containerd
name: builder-e2e-win
builders:
- shell: |-
#!/bin/bash
Expand All @@ -158,7 +140,7 @@
./ci/jenkins/test.sh --testcase windows-containerd-e2e --registry ${{DOCKER_REGISTRY}} --win-image-node '{win_image_node}'
- builder:
name: builder-conformance-win-containerd
name: builder-conformance-win
builders:
- shell: |-
#!/bin/bash
Expand Down
Loading

0 comments on commit 018e59d

Please sign in to comment.