Merge ~dannf/+git/maas-preseeds:temp-disable-mofed-hidon into ~ce-hyperscale/+git/maas-preseeds:main

Proposed by dann frazier
Status: Merged
Merged at revision: 39a99518f18f36f7418fa390bd44dc8d0d9b4f86
Proposed branch: ~dannf/+git/maas-preseeds:temp-disable-mofed-hidon
Merge into: ~ce-hyperscale/+git/maas-preseeds:main
Diff against target: 15 lines (+4/-0)
1 file modified
late.sh (+4/-0)
Reviewer Review Type Date Requested Status
Ian May (community) Approve
CE Hyperscale Pending
Review via email: mp+459810@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ian May (ian-may) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/late.sh b/late.sh
2index e7493cd..adc36e2 100755
3--- a/late.sh
4+++ b/late.sh
5@@ -19,6 +19,10 @@ esac
6
7
8 install_mellanox_ofed() {
9+ if [ "$HOSTNAME" = "hidon" ]; then
10+ # Disable MOFED installation until certification is complete
11+ return 0
12+ fi
13 local MLNX_REPO="https://linux.mellanox.com/public/repo/mlnx_ofed"
14 # NOTE!!
15 # When bumping the version, you may need to update the corresponding a-c-t test job i.e.

Subscribers

People subscribed via source and target branches

to all changes: