Skip to content

Commit

Permalink
Merge branch 'ovs-cicd-yaml-hints-2.17' into 'nv-branch-2.17.1'
Browse files Browse the repository at this point in the history
ovs-nv yaml hints for cicd

See merge request sdn/ovs-nv!156
  • Loading branch information
venuiyer committed Nov 21, 2023
2 parents 318d825 + 3b79ae5 commit 2522955
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ EXTRA_DIST = \
$(MAN_ROOTS) \
Vagrantfile \
Vagrantfile-FreeBSD \
cicd-nv-ovs.yaml \
.mailmap
bin_PROGRAMS =
sbin_PROGRAMS =
Expand Down
44 changes: 44 additions & 0 deletions cicd-nv-ovs.yaml
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


0 comments on commit 2522955

Please sign in to comment.