Skip to content

Commit

Permalink
Add slurm to list of multiversion schema
Browse files Browse the repository at this point in the history
SLURM was made multiversion in the last release, but this step was forgotten.
  • Loading branch information
jrha committed Dec 20, 2023
1 parent 73418ba commit 6c6e309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ find . -type f ! -regex '^./pan/.*' ! -regex '^./build_temp/.*' -name *.pan | gr
find . -type f ! -regex '^./build_temp/.*' -name *.pan | grep -v yumng | xargs sed -n "s/^\(unique[ ]\+\)\?template[ ]\+\(.*\);/include '\2';/p" |sort >> build_temp/test.pan

# fix for multiversion metaconfig
sed -i '/.*metaconfig\/\(elasticsearch\|logstash\|beats\|kibana\)\/.*_[0-9].*/d' build_temp/test.pan
sed -i '/.*metaconfig\/\(elasticsearch\|logstash\|beats\|kibana\|slurm\)\/.*_[0-9].*/d' build_temp/test.pan
# none-versioned ganesha templates are v1
sed -i "/.*metaconfig\/ganesha\/\(config\(_v1\)\?\|schema\)'/d" build_temp/test.pan
sed -i "/.*metaconfig\/ganesha\/fsal.*/d" build_temp/test.pan
Expand Down

0 comments on commit 6c6e309

Please sign in to comment.