forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ovs-cicd-yaml-hints-2.17' into 'nv-branch-2.17.1'
ovs-nv yaml hints for cicd See merge request sdn/ovs-nv!156
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# This yaml describes how to build, deploy, test and submit artifacts for NV OVS | ||
# OVS triggers OVN and ovn-kubernetes | ||
|
||
buildOvs: | ||
OVN: | ||
repo: ssh://[email protected]:12051/sdn/ovn-nv.git | ||
branch: nv-branch-23.06.0 | ||
commitID: HEAD | ||
MR: 0 | ||
ovnKubernetes: | ||
repo: ssh://[email protected]:12051/sklein/ovn-kubernetes.git | ||
branch: nv-master-yaml-hints | ||
commitID: HEAD | ||
MR: 0 | ||
|
||
# Refers to which yamls to use for sriov-dp and SDN-Mutator deployment | ||
deploy: | ||
helm: | ||
repo: ssh://[email protected]:12051/sdn/sdn-helm-charts.git | ||
branch: main | ||
commitID: HEAD | ||
MR: 0 | ||
|
||
test: | ||
|
||
|
||
cicd: | ||
skip_make_check: true | ||
skip_SDN_tests: false | ||
SDN_LOCK_lock_on_failure: false | ||
sdn_cicd_branch: master | ||
# Two pipelines supported for OVS: ovsForHost or ovsForOVN | ||
ovsPipeline: ovsForHost | ||
|
||
# OVS trigger will not directly creeate ovnkube images | ||
artifacts: | ||
promote: no | ||
# If promote:yes the cicd pipeline will commit a Dockerfile comment about the new versions | ||
# in the repo and branch stated here. | ||
ovnKubernetes: | ||
repo: ssh://[email protected]:12051/sklein/ovn-kubernetes.git | ||
branch: nv-master-test-yaml-hints | ||
|
||
|