Skip to content

Commit

Permalink
Check all multi-cluster manifests in check-manifest.sh (antrea-io#5672)
Browse files Browse the repository at this point in the history
There was a new manifest "antrea-multicluster-leader.yml" added for
Antrea Multi-cluster, but it's not added to the check list. So, revise
check-manifest.sh to check all manifests.

Signed-off-by: Lan Luo <luola@vmware.com>
  • Loading branch information
luolanzone authored Nov 7, 2023
1 parent 92df15a commit 82627e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ci/check-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ rm "${YAMLS[@]}"
make manifest
diff="$(git status --porcelain ${YAMLS[@]})"

MULTICLUSTER_YAMLS=(
"multicluster/build/yamls/antrea-multicluster-leader-global.yml"
"multicluster/build/yamls/antrea-multicluster-leader-namespaced.yml"
"multicluster/build/yamls/antrea-multicluster-member.yml"
)
MULTICLUSTER_YAMLS=($(ls multicluster/build/yamls/*.yml))

rm "${MULTICLUSTER_YAMLS[@]}"
cd multicluster; make manifests; cd ..
Expand Down

0 comments on commit 82627e3

Please sign in to comment.