Skip to content

Commit

Permalink
Add nnf-ec to release-all (#196)
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe authored Aug 30, 2024
1 parent a8f6e25 commit 34f3f71
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions tools/release-all/release-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,23 @@ repomap_keys[0]=dws
repomap_keys[1]=lustre_csi_driver
repomap_keys[2]=lustre_fs_operator
repomap_keys[3]=nnf_mfu
repomap_keys[4]=nnf_sos
repomap_keys[5]=nnf_dm
repomap_keys[6]=nnf_integration_test
repomap_keys[7]=nnf_deploy
repomap_keys[8]=nnf_doc
repomap_keys[4]=nnf_ec
repomap_keys[5]=nnf_sos
repomap_keys[6]=nnf_dm
repomap_keys[7]=nnf_integration_test
repomap_keys[8]=nnf_deploy
repomap_keys[9]=nnf_doc

declare "repomap_${repomap_keys[0]}"='[email protected]:DataWorkflowServices/dws.git'
declare "repomap_${repomap_keys[1]}"='[email protected]:HewlettPackard/lustre-csi-driver.git'
declare "repomap_${repomap_keys[2]}"='[email protected]:NearNodeFlash/lustre-fs-operator.git'
declare "repomap_${repomap_keys[3]}"='[email protected]:NearNodeFlash/nnf-mfu.git'
declare "repomap_${repomap_keys[4]}"='[email protected]:NearNodeFlash/nnf-sos.git'
declare "repomap_${repomap_keys[5]}"='[email protected]:NearNodeFlash/nnf-dm.git'
declare "repomap_${repomap_keys[6]}"='[email protected]:NearNodeFlash/nnf-integration-test.git'
declare "repomap_${repomap_keys[7]}"='[email protected]:NearNodeFlash/nnf-deploy.git'
declare "repomap_${repomap_keys[8]}"='[email protected]:NearNodeFlash/NearNodeFlash.github.io.git'
declare "repomap_${repomap_keys[4]}"='[email protected]:NearNodeFlash/nnf-ec.git'
declare "repomap_${repomap_keys[5]}"='[email protected]:NearNodeFlash/nnf-sos.git'
declare "repomap_${repomap_keys[6]}"='[email protected]:NearNodeFlash/nnf-dm.git'
declare "repomap_${repomap_keys[7]}"='[email protected]:NearNodeFlash/nnf-integration-test.git'
declare "repomap_${repomap_keys[8]}"='[email protected]:NearNodeFlash/nnf-deploy.git'
declare "repomap_${repomap_keys[9]}"='[email protected]:NearNodeFlash/NearNodeFlash.github.io.git'

getter() {
# Getter for the associative-array-ish thingy that works in bash v3 for Mac.
Expand Down Expand Up @@ -567,7 +569,7 @@ check_repo_master() {

clone_checkout_fresh_workarea "$repo_name" "$repo_url" "$default_branch" "$indent"

if [[ $repo_short_name != nnf_deploy ]]; then
if [[ $repo_short_name != nnf_deploy ]] && [[ $repo_short_name != nnf_ec ]]; then
check_auto_gens "$indent"
fi
verify_clean_workarea "$indent"
Expand Down

0 comments on commit 34f3f71

Please sign in to comment.