Skip to content

Commit

Permalink
ci-scripts: Don't test legacy network templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Nov 6, 2024
1 parent 1fc04eb commit 02f0f49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci-scripts/test-templates
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ sed -i "/.*components\/ceph\/v[1-9][0-9]*\/.*/d" build_temp/test.pan
# Only test default schema version of ssh component
sed -i "/.*components\/ssh\/schema-.*/d" build_temp/test.pan

# only nmstate network backend
sed -i "/.*components\/network\/types\/network\/backend\/initscripts.*/d" build_temp/test.pan

# try to compile it
output=`panc --output-dir build_temp --include-path .:build_temp build_temp/test.pan 2>&1`

Expand Down

0 comments on commit 02f0f49

Please sign in to comment.