Skip to content

Commit 4de7147

Browse files
committed
give antrea job good defaults
1 parent 7f84dcc commit 4de7147

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/kind_antrea.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Kind Antrea Cyclonus
22
on:
33
workflow_dispatch:
4+
inputs:
5+
cyclonus_args:
6+
required: false
7+
default: "generate include --conflict --job-timeout-seconds 2 --server-protocol=tcp,udp"
48
# schedule:
59
# See https://crontab.guru/#0_0_*_*_0:
610
# At 00:00 on Sunday.
@@ -14,4 +18,4 @@ jobs:
1418
- uses: actions/checkout@v2
1519
- name: Run Cyclonus
1620
working-directory: hack/kind
17-
run: CNI=antrea RUN_FROM_SOURCE=true ./run-cyclonus.sh
21+
run: CNI=antrea RUN_FROM_SOURCE=true FROM_SOURCE_ARGS="${{ github.event.inputs.cyclonus_args }}" ./run-cyclonus.sh

0 commit comments

Comments
 (0)