xci: Convert execute shell scripts to external scripts
[releng.git] / jjb / xci / xci-run-functest.sh
1 #!/bin/bash
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2018 SUSE and others.
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 #----------------------------------------------------------------------
12 # This script is used by CI and executed by Jenkins jobs.
13 # You are not supposed to use this script manually if you don't know
14 # what you are doing.
15 #----------------------------------------------------------------------
16
17 # skip the healthcheck if the patch doesn't impact the deployment
18 if [[ "$GERRIT_TOPIC" =~ skip-verify|skip-deployment ]]; then
19     echo "Skipping the healthcheck!"
20     exit 0
21 fi
22
23 echo "Hello World!"