Add script for the launching nightly job with HappyPath scenario (#15935)

* add script for the che happy path nigtly job
7.20.x
Maxim Musienko 2020-02-06 19:22:44 +02:00 committed by GitHub
parent 0f3489b45e
commit ab939f86d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
#!/usr/bin/env bash
# Copyright (c) 2018 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
set -e
echo "========Starting nigtly test job $(date)========"
source tests/.infra/centos-ci/functional_tests_utils.sh
source .ci/cico_common.sh
installKVM
installDependencies
installCheCtl
installAndStartMinishift
loginToOpenshiftAndSetDevRole
deployCheIntoCluster
createTestUserAndObtainUserToken
createTestWorkspaceAndRunTest
archiveArtifacts "che-nightly-happy-path"