Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Kube OVN
Commits
a5ca73c8
Commit
a5ca73c8
authored
3 years ago
by
Mengxin Liu
Committed by
oilbeater
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
ci: add retry to fix flaky test
parent
cc64f5c1
master
acl
acl-doc
add_unknown_to_lsp
centralized-policy-route
chore/show-gw-error
chore/size
ci/base-update
ci/retry
ci/trivy
ci/update-kind
cni
debug
doc/optimization
doc/vip
docs/corigine
env-check
fdb
fix-base
fix-dnat
fix-resubmit-limit
fix/avx512
fix/ecmp-hash
fix/metrics-name
fix/np-log
fix/src-priority
fix/subnet-without-protocol
fix_make_kind_reload
gc-vm-lsp
ip
join
log/rotate
ls-dnat-mod-dl-dst
mahz-master
nat-gw
networkpolicy
np_master
ns-subnet
ovn-controller
ovn-db-recover
ovs-nonstop
ovs-win64-ci
perf/libovsdb
poc
port-group
push-img
qos
qos-e2e
reflactor_note
release-1.10
remove_no_need_parms_svcAsName
restore
revert-1309-fixcni
subnet
svc
sync-ovn-db
test/fix-flaky
testing
update-ovs
upgrade-ovs
vm-static-ip
v1.10.7
v1.10.6
v1.10.5
v1.10.4
v1.10.3
v1.10.2
v1.10.1
v1.10.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build-x86-image.yaml
+139
-46
.github/workflows/build-x86-image.yaml
with
139 additions
and
46 deletions
+139
-46
.github/workflows/build-x86-image.yaml
+
139
-
46
View file @
a5ca73c8
...
...
@@ -101,10 +101,17 @@ jobs:
with
:
name
:
kube-ovn
-
name
:
Install Kube-OVN
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install
-
name
:
Install Kube-OVN
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -150,10 +157,17 @@ jobs:
with
:
name
:
kube-ovn
-
name
:
Install Kube-OVN
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install
-
name
:
Install Kube-OVN
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -199,10 +213,17 @@ jobs:
with
:
name
:
kube-ovn
-
name
:
Install Kube-OVN
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install
-
name
:
Install Kube-OVN
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -248,10 +269,17 @@ jobs:
with
:
name
:
kube-ovn
-
name
:
Install Kube-OVN
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install-underlay
-
name
:
Install Kube-OVN
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install-underlay
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -313,10 +341,17 @@ jobs:
with
:
name
:
kube-ovn
-
name
:
Install Kube-OVN
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install-single
-
name
:
Install Kube-OVN
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install-single
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -362,10 +397,17 @@ jobs:
with
:
name
:
kube-ovn
-
name
:
Install Kube-OVN
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install
-
name
:
Install Kube-OVN
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install
ipv6-e2e
:
needs
:
build
...
...
@@ -398,9 +440,12 @@ jobs:
docker load --input kube-ovn.tar
-
name
:
Install Kube-OVN
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install-ipv6
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install-ipv6
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -451,9 +496,12 @@ jobs:
docker load --input kube-ovn.tar
-
name
:
Install Kube-OVN
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install-ipv6
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install-ipv6
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -504,9 +552,12 @@ jobs:
docker load --input kube-ovn.tar
-
name
:
Install Kube-OVN
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install-underlay-ipv6
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install-underlay-ipv6
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -573,9 +624,12 @@ jobs:
docker load --input kube-ovn.tar
-
name
:
Install Kube-OVN
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install-dual
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install-dual
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -626,9 +680,12 @@ jobs:
docker load --input kube-ovn.tar
-
name
:
Install Kube-OVN
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install-underlay-dual
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install-underlay-dual
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -695,9 +752,12 @@ jobs:
docker load --input kube-ovn.tar
-
name
:
Install Kube-OVN
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install-underlay-logical-gateway-dual
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install-underlay-logical-gateway-dual
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -759,12 +819,19 @@ jobs:
with
:
name
:
kube-ovn
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
-
name
:
Install Kube-OVN without LoadBalancer
uses
:
nick-invision/retry@v2
env
:
ENABLE_LB
:
"
false"
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -810,12 +877,19 @@ jobs:
with
:
name
:
kube-ovn
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
-
name
:
Install Kube-OVN without LoadBalancer
uses
:
nick-invision/retry@v2
env
:
ENABLE_LB
:
"
false"
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo make kind-install
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -861,12 +935,17 @@ jobs:
with
:
name
:
kube-ovn
-
name
:
Install Kube-OVN without network policy support
env
:
ENABLE_NP
:
"
false"
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
sudo make kind-install
-
name
:
Install Kube-OVN
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo ENABLE_NP=false make kind-install
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -912,11 +991,18 @@ jobs:
with
:
name
:
kube-ovn
-
name
:
Install Kube-OVN
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
sudo PATH=~/.local/bin:$PATH make kind-install-cluster
sudo PATH=~/.local/bin:$PATH make kind-install-ic
-
name
:
Install Kube-OVN
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo PATH=~/.local/bin:$PATH make kind-install-cluster
sudo PATH=~/.local/bin:$PATH make kind-install-ic
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
@@ -967,11 +1053,18 @@ jobs:
with
:
version
:
v3.4.0
-
name
:
Install Kube-OVN
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
sudo PATH=~/.local/bin:$PATH make kind-install-cilium
docker exec kube-ovn-control-plane bash -c "ls -al /etc/cni/net.d/"
-
name
:
Install Kube-OVN
uses
:
nick-invision/retry@v2
with
:
timeout_minutes
:
10
max_attempts
:
3
command
:
|
sudo PATH=~/.local/bin:$PATH make kind-install-cilium
docker exec kube-ovn-control-plane bash -c "ls -al /etc/cni/net.d/"
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help