Skip to content

Commit

Permalink
Use Lustre 2.12.1 from download site when available (whamcloud#902)
Browse files Browse the repository at this point in the history
Fixes #894.

Signed-off-by: Joe Grund <jgrund@whamcloud.io>
  • Loading branch information
jgrund authored May 1, 2019
1 parent 419ba45 commit 3cfe118
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lustre-client.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[lustre-client]
name=Lustre Client
baseurl=https://build.whamcloud.com/jobs-pub/lustre-b2_12/configurations/axis-arch/x86_64/axis-build_type/client/axis-distro/el7.6/axis-ib_stack/inkernel/lastStable/archive/artifacts/
baseurl=https://downloads.whamcloud.com/public/lustre/lustre-2.12.1/el7/client/
enabled=1
gpgcheck=0
repo_gpgcheck=0
2 changes: 1 addition & 1 deletion lustre-server.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[lustre]
name=Lustre Server
baseurl=https://build.whamcloud.com/jobs-pub/lustre-b2_12/configurations/axis-arch/x86_64/axis-build_type/server/axis-distro/el7.6/axis-ib_stack/inkernel/lastStable/archive/artifacts/
baseurl=https://downloads.whamcloud.com/public/lustre/lustre-2.12.1/el7/server/
enabled=1
gpgcheck=0
repo_gpgcheck=0
Expand Down
8 changes: 4 additions & 4 deletions tests/framework/utils/defaults.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ set_defaults() {
export COPR_PROJECT="@MFL_REPO_NAME@"

# to build a job from a jenkins branch
JENKINS_JOB=lustre-b2_12
#JENKINS_JOB=lustre-b2_12
#JENKINS_BUILD=111
# or to just build the latest from that branch
JENKINS_BUILD=lastSuccessfulBuild
#JENKINS_BUILD=lastSuccessfulBuild
# or to build a Lustre Review job:
# LUSTRE_REVIEW_BUILD="63547"
# or build a GA release
# LUSTRE_VERSION=2.10.7
LUSTRE_VERSION=2.12.1

if [ -n "$LUSTRE_REVIEW_BUILD" ]; then
JENKINS_JOB="lustre-reviews"
Expand All @@ -127,7 +127,7 @@ set_defaults() {
BASE_URL="https://build.whamcloud.com/jobs-pub/$JENKINS_JOB/configurations/axis-arch/\\\$basearch/axis-build_type/@CLIENT_OR_SERVER@/axis-distro/el7.6/axis-ib_stack/inkernel/builds/$JENKINS_BUILD/archive/artifacts/"
elif [ -n "$LUSTRE_VERSION" ]; then
# To use a GA release of Lustre:
BASE_URL="https://downloads.whamcloud.com/public/lustre/lustre-$LUSTRE_VERSION/el7.6/@CLIENT_OR_SERVER@"
BASE_URL="https://downloads.whamcloud.com/public/lustre/lustre-$LUSTRE_VERSION/el7/@CLIENT_OR_SERVER@"
else
echo "I don't know which Lustre you want to use. Bailing."
exit 1
Expand Down

0 comments on commit 3cfe118

Please sign in to comment.