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.

Signed-off-by: Shuyang Xin <gavinx@vmware.com>
  • Loading branch information
XinShuYang committed Nov 3, 2023
1 parent ab94f29 commit 04a093f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 352 deletions.
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 04a093f

Please sign in to comment.