You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Rebuilds neutron to ensure sync compatibility
This change will ensure that our version of Neutron is allowing operators
to execute with an additive sync model. Additive sync ensures that we can
protect the OVN DB while also ensuring that Neutron is able to automatically
resolve issues when they arrive.
Signed-off-by: Kevin Carter <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/release-neutron-oslodb.yaml
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ on:
12
12
type: choice
13
13
options:
14
14
- master-ubuntu_jammy
15
-
- 2023.1-ubuntu_jammy
16
-
- 2023.2-ubuntu_jammy
17
15
- 2024.1-ubuntu_jammy
18
16
pluginTag:
19
17
description: 'Set release used for the build environment'
@@ -22,9 +20,15 @@ on:
22
20
type: choice
23
21
options:
24
22
- "master"
25
-
- "2023.1"
26
-
- "2023.2"
27
23
- "2024.1"
24
+
NeutronTag:
25
+
description: 'Set Neutron version'
26
+
required: true
27
+
default: 'sync-add-mode-2024.1'
28
+
type: choice
29
+
options:
30
+
- 'master'
31
+
- 'sync-add-mode-2024.1'
28
32
29
33
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
0 commit comments