Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install RDMA-core libraries to compile NFSOverRDMA codes in Ganesha #83

Open
wants to merge 2 commits into
base: centos-ci
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEEDS_REVIEW/build-fsal_cephfs/build-fsal_cephfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ librgw-devel
xfsprogs-devel
python2-devel
userspace-rcu-devel
rdma-core-devel
"

git clone ${GIT_REPO}
Expand Down
1 change: 1 addition & 0 deletions NEEDS_REVIEW/build-fsal_gluster/build-fsal_gluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ libgfapi-devel
xfsprogs-devel
python2-devel
userspace-rcu-devel
rdma-core-devel
"

git clone ${GIT_REPO}
Expand Down
1 change: 1 addition & 0 deletions NEEDS_REVIEW/build-fsal_rgw/build-fsal_rgw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ librgw-devel
xfsprogs-devel
python2-devel
userspace-rcu-devel
rdma-core-devel
"

git clone ${GIT_REPO}
Expand Down
1 change: 1 addition & 0 deletions NEEDS_REVIEW/build-tests/build-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ lttng-tools-devel
lttng-ust-devel
gperftools-devel
gtest-devel
rdma-core-devel
"

git clone ${GIT_REPO}
Expand Down
3 changes: 2 additions & 1 deletion NEEDS_REVIEW/client-permissions/server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ then
yum -y --enablerepo=centos-gluster*-test install libgfapi-devel
yum -y install git bison flex cmake gcc-c++ libacl-devel krb5-devel \
dbus-devel libnfsidmap-devel libwbclient-devel libcap-devel \
libblkid-devel rpm-build redhat-rpm-config userspace-rcu-devel
libblkid-devel rpm-build redhat-rpm-config \
userspace-rcu-devel rdma-core-devel

git init "${GIT_REPO}"
pushd "${GIT_REPO}"
Expand Down
2 changes: 1 addition & 1 deletion NEEDS_REVIEW/code-compilation/client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ do
cd /mnt/nfs
if [ $once -eq 0 ]
then
yum -y install bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel libnfsidmap-devel libwbclient-devel libcap-devel libblkid-devel rpm-build redhat-rpm-config
yum -y install bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel libnfsidmap-devel libwbclient-devel libcap-devel libblkid-devel rpm-build redhat-rpm-config rdma-core-devel
git clone https://review.gerrithub.io/ffilz/nfs-ganesha
fi
cd nfs-ganesha
Expand Down
3 changes: 2 additions & 1 deletion NEEDS_REVIEW/common-scripts/basic-gluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ else
yum -y install libgfapi-devel
yum -y install git bison flex cmake gcc-c++ libacl-devel krb5-devel \
dbus-devel libnfsidmap-devel libwbclient-devel libcap-devel \
libblkid-devel rpm-build redhat-rpm-config userspace-rcu-devel
libblkid-devel rpm-build redhat-rpm-config \
userspace-rcu-devel rdma-core-devel

git init "${GIT_REPO}"
pushd "${GIT_REPO}"
Expand Down
3 changes: 2 additions & 1 deletion NEEDS_REVIEW/common-scripts/basic-vfs-minmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ else
# install NFS-Ganesha build dependencies
yum -y install git bison flex cmake gcc-c++ libacl-devel krb5-devel \
dbus-devel libnfsidmap-devel libwbclient-devel libcap-devel \
libblkid-devel rpm-build redhat-rpm-config userspace-rcu-devel
libblkid-devel rpm-build redhat-rpm-config \
userspace-rcu-devel rdma-core-devel

git init "${GIT_REPO}"
pushd "${GIT_REPO}"
Expand Down
3 changes: 2 additions & 1 deletion NEEDS_REVIEW/common-scripts/basic-vfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ else
# install NFS-Ganesha build dependencies
yum -y install git bison flex cmake gcc-c++ libacl-devel krb5-devel \
dbus-devel libnfsidmap-devel libwbclient-devel libcap-devel \
libblkid-devel rpm-build redhat-rpm-config userspace-rcu-devel
libblkid-devel rpm-build redhat-rpm-config \
userspace-rcu-devel rdma-core-devel

git init "${GIT_REPO}"
pushd "${GIT_REPO}"
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/build-fsal/build-fsal_cephfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT_REPO="https://${GERRIT_HOST}/${GERRIT_PROJECT}"
# enable the Storage SIG Gluster and Ceph repositories
dnf -y install centos-release-ceph epel-release

BUILDREQUIRES="git bison cmake dbus-devel flex gcc-c++ krb5-devel libacl-devel libblkid-devel libcap-devel redhat-rpm-config rpm-build xfsprogs-devel"
BUILDREQUIRES="git bison cmake dbus-devel flex gcc-c++ krb5-devel libacl-devel libblkid-devel libcap-devel redhat-rpm-config rpm-build xfsprogs-devel rdma-core-devel"

#BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel libcephfs-devel userspace-rcu-devel"
BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel userspace-rcu-devel"
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/build-fsal/build-fsal_gluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT_REPO="https://${GERRIT_HOST}/${GERRIT_PROJECT}"
# enable the Storage SIG Gluster and Ceph repositories
yum -y install centos-release-gluster

BUILDREQUIRES="git bison cmake dbus-devel flex gcc-c++ krb5-devel libacl-devel libblkid-devel libcap-devel redhat-rpm-config rpm-build libgfapi-devel xfsprogs-devel"
BUILDREQUIRES="git bison cmake dbus-devel flex gcc-c++ krb5-devel libacl-devel libblkid-devel libcap-devel redhat-rpm-config rpm-build libgfapi-devel xfsprogs-devel rdma-core-devel"

BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel userspace-rcu-devel"

Expand Down
2 changes: 1 addition & 1 deletion build_scripts/build-fsal/build-fsal_gpfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT_REPO="https://${GERRIT_HOST}/${GERRIT_PROJECT}"
# enable the Storage SIG Gluster and Ceph repositories
yum -y install centos-release-gluster

BUILDREQUIRES="git bison cmake dbus-devel flex gcc-c++ krb5-devel libacl-devel libblkid-devel libcap-devel redhat-rpm-config rpm-build libgfapi-devel xfsprogs-devel"
BUILDREQUIRES="git bison cmake dbus-devel flex gcc-c++ krb5-devel libacl-devel libblkid-devel libcap-devel redhat-rpm-config rpm-build libgfapi-devel xfsprogs-devel rdma-core-devel"

BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel userspace-rcu-devel"

Expand Down
2 changes: 1 addition & 1 deletion build_scripts/build-fsal/build-fsal_rgw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT_REPO="https://${GERRIT_HOST}/${GERRIT_PROJECT}"
# enable the Storage SIG Gluster and Ceph repositories
yum -y install centos-release-ceph epel-release

BUILDREQUIRES="git bison cmake dbus-devel flex gcc-c++ krb5-devel libacl-devel libblkid-devel libcap-devel redhat-rpm-config rpm-build xfsprogs-devel"
BUILDREQUIRES="git bison cmake dbus-devel flex gcc-c++ krb5-devel libacl-devel libblkid-devel libcap-devel redhat-rpm-config rpm-build xfsprogs-devel rdma-core-devel"

BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel userspace-rcu-devel librgw-devel libcephfs-devel"

Expand Down
2 changes: 1 addition & 1 deletion build_scripts/build-tests/build-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT_REPO="https://${GERRIT_HOST}/${GERRIT_PROJECT}"
# enable the Storage SIG for lttng-{tools,ust}-devel
yum -y install centos-release-gluster yum-utils centos-release-ceph epel-release

BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config libacl-devel libblkid-devel libcap-devel gperftools-devel gtest-devel"
BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config libacl-devel libblkid-devel libcap-devel gperftools-devel gtest-devel rdma-core-devel"
BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel userspace-rcu-devel boost-devel doxygen xfsprogs-devel lttng-tools-devel lttng-ust-devel"

if [ "${CENTOS_VERSION}" = "7" ]; then
Expand Down
6 changes: 3 additions & 3 deletions build_scripts/code-compilation/client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ do
if [ $once -eq 0 ]
then
if [ "${CENTOS_VERSION}" == "7" ]; then
yum -y install bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel libnfsidmap-devel libwbclient-devel libcap-devel libblkid-devel rpm-build redhat-rpm-config glusterfs-api libnsl2-devel libcephfs-devel
yum -y install bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel libnfsidmap-devel libwbclient-devel libcap-devel libblkid-devel rpm-build redhat-rpm-config glusterfs-api libnsl2-devel libcephfs-devel rdma-core-devel
yum clean all & yum clean metadata
yum -y install userspace-rcu-devel
elif [ "${CENTOS_VERSION}" == "8s" ]; then
yum -y install bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel libcap-devel libblkid-devel rpm-build redhat-rpm-config glusterfs-api
yum -y install bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel libcap-devel libblkid-devel rpm-build redhat-rpm-config glusterfs-api rdma-core-devel
yum -y --enablerepo=powertools install libnfsidmap-devel libwbclient-devel userspace-rcu-devel userspace-rcu libnsl2-devel libcephfs-devel
elif [ "${CENTOS_VERSION}" == "9s" ]; then
yum -y install bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel libcap-devel libblkid-devel rpm-build redhat-rpm-config glusterfs-api
yum -y install bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel libcap-devel libblkid-devel rpm-build redhat-rpm-config glusterfs-api rdma-core-devel
yum -y --enablerepo=crb install libnfsidmap-devel libwbclient-devel userspace-rcu-devel userspace-rcu libnsl2-devel libcephfs-devel libuuid libuuid-devel
fi
timeout -s SIGKILL 600s git clone --depth=1 https://review.gerrithub.io/ffilz/nfs-ganesha
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/common/basic-ceph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ else
GIT_REPO=$(basename "${GERRIT_PROJECT}")
GIT_URL="https://${GERRIT_HOST}/${GERRIT_PROJECT}"

BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config"
BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config rdma-core-devel"
BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel libcephfs-devel userspace-rcu-devel"
if [ "${CENTOS_VERSION}" = "7" ]; then
yum -y install libgfapi-devel
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/common/basic-gluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ else
GIT_REPO=$(basename "${GERRIT_PROJECT}")
GIT_URL="https://${GERRIT_HOST}/${GERRIT_PROJECT}"

BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config gdb"
BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config gdb rdma-core-devel"
BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel userspace-rcu-devel libcephfs-devel"
if [ "${CENTOS_VERSION}" = "7" ]; then
yum -y install libgfapi-devel
Expand Down
4 changes: 2 additions & 2 deletions build_scripts/common/basic-storage-scale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ssh-keygen -b 2048 -t rsa -f ~/.ssh/id_rsa -q -N ""
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
chmod og-wx ~/.ssh/authorized_keys

yum -y install kernel-devel-$(uname -r) kernel-headers-$(uname -r) cpp gcc gcc-c++ binutils numactl jre make elfutils elfutils-devel rpcbind sssd-tools openldap-clients bind-utils net-tools krb5-workstation python3
yum -y install kernel-devel-$(uname -r) kernel-headers-$(uname -r) cpp gcc gcc-c++ binutils numactl jre make elfutils elfutils-devel rpcbind sssd-tools openldap-clients bind-utils net-tools krb5-workstation python3 rdma-core-devel
python3 -m pip install --user ansible

#Add CES IP to /etc/hosts
Expand Down Expand Up @@ -122,7 +122,7 @@ else
GIT_REPO=$(basename "${GERRIT_PROJECT}")
GIT_URL="https://${GERRIT_HOST}/${GERRIT_PROJECT}"

BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config gdb"
BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config gdb rdma-core-devel"
BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel userspace-rcu-devel libcephfs-devel"
if [ "${CENTOS_VERSION}" = "7" ]; then
yum -y install libgfapi-devel
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/common/basic-vfs-minmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ else
GIT_URL="https://${GERRIT_HOST}/${GERRIT_PROJECT}"

#Packages required for Centos-7 and Centos8 Stream
BUILDREQUIRES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config libblkid-devel libcap-devel libgfapi-devel xfsprogs-devel"
BUILDREQUIRES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config libblkid-devel libcap-devel libgfapi-devel xfsprogs-devel rdma-core-devel"
BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel libcephfs-devel userspace-rcu-devel"
if [ "${CENTOS_VERSION}" = "7" ]; then
yum -y install ${BUILDREQUIRES} libnsl2-devel libnfsidmap-devel libwbclient-devel libcephfs-devel userspace-rcu-devel python2-devel
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/common/basic-vfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ else
GIT_URL="https://${GERRIT_HOST}/${GERRIT_PROJECT}"

#Packages required for Centos-7 and Centos8 Stream
BUILDREQUIRES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config libblkid-devel libcap-devel libgfapi-devel xfsprogs-devel"
BUILDREQUIRES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config libblkid-devel libcap-devel libgfapi-devel xfsprogs-devel rdma-core-devel"
BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel libcephfs-devel userspace-rcu-devel"
if [ "${CENTOS_VERSION}" = "7" ]; then
yum -y install ${BUILDREQUIRES} libnsl2-devel libnfsidmap-devel libwbclient-devel libcephfs-devel userspace-rcu-devel python2-devel
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/ganesha-build/build-ganesha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yum-config-manager --add-repo=https://artifacts.ci.centos.org/nfs-ganesha/nightl
# enable the glusterfs repository (latest released version)
yum -y install centos-release-gluster epel-release centos-release-ceph

BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config createrepo_c python3 cmake"
BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config createrepo_c python3 cmake rdma-core-devel"
BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel libcephfs-devel userspace-rcu-devel"
if [ "${CENTOS_VERSION}" = "7" ]; then
yum -y install libgfapi-devel mock
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/libntirpc-build/build-libntirpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -x
yum -y install yum-utils
yum -y install centos-release-gluster epel-release centos-release-ceph

BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config createrepo_c python3 cmake"
BASE_PACKAGES="git bison flex cmake gcc-c++ libacl-devel krb5-devel dbus-devel rpm-build redhat-rpm-config createrepo_c python3 cmake rdma-core-devel"
BUILDREQUIRES_EXTRA="libnsl2-devel libnfsidmap-devel libwbclient-devel libcephfs-devel userspace-rcu-devel"
if [ "${CENTOS_VERSION}" = "7" ]; then
yum -y install libgfapi-devel mock
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/storage-scale/download_storage_scale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ssh-keygen -b 2048 -t rsa -f ~/.ssh/id_rsa -q -N ""
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
chmod og-wx ~/.ssh/authorized_keys

yum -y install kernel-devel cpp gcc gcc-c++ binutils numactl jre make elfutils elfutils-devel rpcbind sssd-tools openldap-clients bind-utils net-tools krb5-workstation python3
yum -y install kernel-devel cpp gcc gcc-c++ binutils numactl jre make elfutils elfutils-devel rpcbind sssd-tools openldap-clients bind-utils net-tools krb5-workstation python3 rdma-core-devel
python3 -m pip install --user ansible
yum install -y kernel-devel-4.18.0-499.el8.x86_64 kernel-headers-4.18.0-499.el8.x86_64

Expand Down
4 changes: 2 additions & 2 deletions globals/macros/macros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
exclude-drafts: true
exclude-no-code-change: true
- comment-added-contains-event:
comment-contains-value: 'recheck all'
comment-contains-value: 'recheck {option}'
projects:
- project-compare-type: PLAIN
project-pattern: 'ffilz/nfs-ganesha'
Expand Down Expand Up @@ -146,7 +146,7 @@
name: terminate_stuck_build
wrappers:
- timeout:
timeout: 240
timeout: 360
abort: true
type: no-activity

Expand Down
1 change: 1 addition & 0 deletions jobs/code_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: 'Run code compilation for nfs-ganesha against the latest build of Ganesha with FSAL_GLUSTER.'
project-type: freestyle
concurrent: true
disabled: true
allow-manual-triggers: true

scm:
Expand Down
1 change: 1 addition & 0 deletions jobs/dbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: 'Run dbench test suite against the latest build of Ganesha with FSAL_GLUSTER.'
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: true

scm:
Expand Down
1 change: 1 addition & 0 deletions jobs/labelled_nfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: 'Start labelled_nfs test when a new patch is posted to GerritHub.'
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: false

properties:
Expand Down
1 change: 1 addition & 0 deletions jobs/posix-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: "Run posix compliance testsuite (NFSv4.0) against the latest build of Ganesha with FSAL_GLUSTER.\n\nposix compliance test suite cloned from, https://github.com/ffilz/ntfs-3g-pjd-fstest.git"
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: true

scm:
Expand Down
1 change: 1 addition & 0 deletions jobs/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: 'Run dbench test suite against the latest build of Ganesha with FSAL_GLUSTER.'
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: true

scm:
Expand Down
8 changes: 8 additions & 0 deletions jobs/scripts/common.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# no need for verbose output
set +x

# do not immediately fail on an error
set +e

export CENTOS_VERSION=${CENTOS_VERSION}
export CENTOS_ARCH=${CENTOS_ARCH}
export GERRIT_HOST=${GERRIT_HOST}
Expand Down Expand Up @@ -58,3 +64,5 @@ then
${NOTIFY} \
${GERRIT_PATCHSET_REVISION}
fi

exit ${EXIT}
1 change: 1 addition & 0 deletions jobs/small-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: 'Start Small_File test when a new patch is posted to GerritHub.'
project-type: freestyle
concurrent: flase
disabled: true
allow-manual-triggers: false

scm:
Expand Down
1 change: 1 addition & 0 deletions jobs/storage-scale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
description: 'Run Storage Scale CI test'
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: true

scm:
Expand Down
1 change: 1 addition & 0 deletions jobs/template_iozone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
project-type: freestyle
concurrent: false
allow-manual-triggers: true
disabled: true

properties:
- discarder
Expand Down
6 changes: 3 additions & 3 deletions jobs/trigger-cthon04-on-new-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
predefined-parameters: |
CENTOS_VERSION=8s
CENTOS_ARCH=x86_64
GERRIT_HOST=${GERRIT_HOST}
GERRIT_PROJECT=${GERRIT_PROJECT}
GERRIT_REFSPEC=${GERRIT_REFSPEC}
GERRIT_HOST=$GERRIT_HOST
GERRIT_PROJECT=$GERRIT_PROJECT
GERRIT_REFSPEC=$GERRIT_REFSPEC
- shell: |
bash $WORKSPACE/ci-tests/build_scripts/common/add-gerrit-comment.sh

Expand Down
1 change: 1 addition & 0 deletions jobs/trigger-on-new-build_next-el7-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
decription: '[next/el7/x86_64] Trigger tests whenever a new automated build is available in the YUM repository.'
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: false

properties:
Expand Down
1 change: 1 addition & 0 deletions jobs/trigger-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
node: cico-workspace
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: true

scm:
Expand Down
Loading