Skip to content

Commit

Permalink
Issue minishift#1568 - Add nightly with Minikube ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
agajdosi committed Dec 18, 2017
1 parent b609538 commit d1e6297
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 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,10 @@ 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" ]]; then # Master job
perform_master $RSYNC_PASSWORD;
else # PR job
Expand Down

0 comments on commit d1e6297

Please sign in to comment.