Skip to content

Commit

Permalink
Issue #1568 - Add nightly with Minikube ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
agajdosi authored and Budh Ram Gurung committed Dec 19, 2017
1 parent e82fac0 commit 392089d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions centos_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function perform_master() {

function perform_nightly() {
make prerelease synopsis_docs link_check_docs
MINISHIFT_VM_DRIVER=kvm make integration_all
MINISHIFT_ISO_URL=$1 MINISHIFT_VM_DRIVER=kvm make integration_all
}

if [[ "$UID" = 0 ]]; then
Expand Down Expand Up @@ -370,8 +370,12 @@ else
perform_docs_publish "$REPO_OWNER" "$BRANCH" "minishift/docs/ondemand/$REPO_OWNER-$BRANCH";
elif [[ "$JOB_NAME" = "minishift-release" ]]; then
perform_release $RSYNC_PASSWORD;
elif [[ "$JOB_NAME" = "minishift-nightly" ]]; then
perform_nightly;
elif [[ "$JOB_NAME" = "minishift-nightly-b2d" ]]; then
perform_nightly "b2d";
elif [[ "$JOB_NAME" = "minishift-nightly-minikube" ]]; then
perform_nightly "minikube";
elif [[ "$JOB_NAME" = "minishift-nightly-centos" ]]; then
perform_nightly "centos";
elif [[ "$JOB_NAME" = "minishift" ]]; then # Master job
perform_master $RSYNC_PASSWORD;
else # PR job
Expand Down

0 comments on commit 392089d

Please sign in to comment.