diff --git a/NEEDS_REVIEW/build-fsal_cephfs/build-fsal_cephfs.sh b/NEEDS_REVIEW/build-fsal_cephfs/build-fsal_cephfs.sh index dec0f337..3085cee1 100644 --- a/NEEDS_REVIEW/build-fsal_cephfs/build-fsal_cephfs.sh +++ b/NEEDS_REVIEW/build-fsal_cephfs/build-fsal_cephfs.sh @@ -35,6 +35,7 @@ librgw-devel xfsprogs-devel python2-devel userspace-rcu-devel +rdma-core-devel " git clone ${GIT_REPO} diff --git a/NEEDS_REVIEW/build-fsal_gluster/build-fsal_gluster.sh b/NEEDS_REVIEW/build-fsal_gluster/build-fsal_gluster.sh index 07e4bad0..0dc7f998 100644 --- a/NEEDS_REVIEW/build-fsal_gluster/build-fsal_gluster.sh +++ b/NEEDS_REVIEW/build-fsal_gluster/build-fsal_gluster.sh @@ -34,6 +34,7 @@ libgfapi-devel xfsprogs-devel python2-devel userspace-rcu-devel +rdma-core-devel " git clone ${GIT_REPO} diff --git a/NEEDS_REVIEW/build-fsal_rgw/build-fsal_rgw.sh b/NEEDS_REVIEW/build-fsal_rgw/build-fsal_rgw.sh index 8e12c148..297410a7 100644 --- a/NEEDS_REVIEW/build-fsal_rgw/build-fsal_rgw.sh +++ b/NEEDS_REVIEW/build-fsal_rgw/build-fsal_rgw.sh @@ -35,6 +35,7 @@ librgw-devel xfsprogs-devel python2-devel userspace-rcu-devel +rdma-core-devel " git clone ${GIT_REPO} diff --git a/NEEDS_REVIEW/build-tests/build-tests.sh b/NEEDS_REVIEW/build-tests/build-tests.sh index 4031b6a0..03816748 100644 --- a/NEEDS_REVIEW/build-tests/build-tests.sh +++ b/NEEDS_REVIEW/build-tests/build-tests.sh @@ -40,6 +40,7 @@ lttng-tools-devel lttng-ust-devel gperftools-devel gtest-devel +rdma-core-devel " git clone ${GIT_REPO} diff --git a/NEEDS_REVIEW/client-permissions/server.sh b/NEEDS_REVIEW/client-permissions/server.sh index 71445b3c..ab7a46dd 100644 --- a/NEEDS_REVIEW/client-permissions/server.sh +++ b/NEEDS_REVIEW/client-permissions/server.sh @@ -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}" diff --git a/NEEDS_REVIEW/code-compilation/client.sh b/NEEDS_REVIEW/code-compilation/client.sh index d49108c5..6d4af10c 100644 --- a/NEEDS_REVIEW/code-compilation/client.sh +++ b/NEEDS_REVIEW/code-compilation/client.sh @@ -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 diff --git a/NEEDS_REVIEW/common-scripts/basic-gluster.sh b/NEEDS_REVIEW/common-scripts/basic-gluster.sh index 89547a27..b38afc24 100644 --- a/NEEDS_REVIEW/common-scripts/basic-gluster.sh +++ b/NEEDS_REVIEW/common-scripts/basic-gluster.sh @@ -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}" diff --git a/NEEDS_REVIEW/common-scripts/basic-vfs-minmd.sh b/NEEDS_REVIEW/common-scripts/basic-vfs-minmd.sh index 56748754..0b1d67e2 100644 --- a/NEEDS_REVIEW/common-scripts/basic-vfs-minmd.sh +++ b/NEEDS_REVIEW/common-scripts/basic-vfs-minmd.sh @@ -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}" diff --git a/NEEDS_REVIEW/common-scripts/basic-vfs.sh b/NEEDS_REVIEW/common-scripts/basic-vfs.sh index 3c88fc65..0aa8142e 100644 --- a/NEEDS_REVIEW/common-scripts/basic-vfs.sh +++ b/NEEDS_REVIEW/common-scripts/basic-vfs.sh @@ -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}" diff --git a/build_scripts/build-fsal/build-fsal_cephfs.sh b/build_scripts/build-fsal/build-fsal_cephfs.sh index 811c94b5..5c2cc8e3 100644 --- a/build_scripts/build-fsal/build-fsal_cephfs.sh +++ b/build_scripts/build-fsal/build-fsal_cephfs.sh @@ -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" diff --git a/build_scripts/build-fsal/build-fsal_gluster.sh b/build_scripts/build-fsal/build-fsal_gluster.sh index c5a167ec..103ff30b 100644 --- a/build_scripts/build-fsal/build-fsal_gluster.sh +++ b/build_scripts/build-fsal/build-fsal_gluster.sh @@ -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" diff --git a/build_scripts/build-fsal/build-fsal_gpfs.sh b/build_scripts/build-fsal/build-fsal_gpfs.sh index 50b2a1b5..e4d624f0 100644 --- a/build_scripts/build-fsal/build-fsal_gpfs.sh +++ b/build_scripts/build-fsal/build-fsal_gpfs.sh @@ -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" diff --git a/build_scripts/build-fsal/build-fsal_rgw.sh b/build_scripts/build-fsal/build-fsal_rgw.sh index 475ba0d9..cd007150 100644 --- a/build_scripts/build-fsal/build-fsal_rgw.sh +++ b/build_scripts/build-fsal/build-fsal_rgw.sh @@ -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" diff --git a/build_scripts/build-tests/build-tests.sh b/build_scripts/build-tests/build-tests.sh index d6841f57..b2060bc5 100644 --- a/build_scripts/build-tests/build-tests.sh +++ b/build_scripts/build-tests/build-tests.sh @@ -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 diff --git a/build_scripts/code-compilation/client.sh b/build_scripts/code-compilation/client.sh index 8b0a19e7..a0b3c234 100644 --- a/build_scripts/code-compilation/client.sh +++ b/build_scripts/code-compilation/client.sh @@ -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 diff --git a/build_scripts/common/basic-ceph.sh b/build_scripts/common/basic-ceph.sh index 73aca14f..0391e587 100644 --- a/build_scripts/common/basic-ceph.sh +++ b/build_scripts/common/basic-ceph.sh @@ -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 diff --git a/build_scripts/common/basic-gluster.sh b/build_scripts/common/basic-gluster.sh index 2fadbec1..39d6b307 100644 --- a/build_scripts/common/basic-gluster.sh +++ b/build_scripts/common/basic-gluster.sh @@ -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 diff --git a/build_scripts/common/basic-storage-scale.sh b/build_scripts/common/basic-storage-scale.sh index 4820864b..bde27b5d 100644 --- a/build_scripts/common/basic-storage-scale.sh +++ b/build_scripts/common/basic-storage-scale.sh @@ -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 @@ -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 diff --git a/build_scripts/common/basic-vfs-minmd.sh b/build_scripts/common/basic-vfs-minmd.sh index 29a54c29..23f80129 100644 --- a/build_scripts/common/basic-vfs-minmd.sh +++ b/build_scripts/common/basic-vfs-minmd.sh @@ -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 diff --git a/build_scripts/common/basic-vfs.sh b/build_scripts/common/basic-vfs.sh index b054be7a..c2c09dc2 100644 --- a/build_scripts/common/basic-vfs.sh +++ b/build_scripts/common/basic-vfs.sh @@ -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 diff --git a/build_scripts/ganesha-build/build-ganesha.sh b/build_scripts/ganesha-build/build-ganesha.sh index 97a275de..a53ebff5 100644 --- a/build_scripts/ganesha-build/build-ganesha.sh +++ b/build_scripts/ganesha-build/build-ganesha.sh @@ -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 diff --git a/build_scripts/libntirpc-build/build-libntirpc.sh b/build_scripts/libntirpc-build/build-libntirpc.sh index c5fff597..b52d96d1 100644 --- a/build_scripts/libntirpc-build/build-libntirpc.sh +++ b/build_scripts/libntirpc-build/build-libntirpc.sh @@ -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 diff --git a/build_scripts/storage-scale/download_storage_scale.sh b/build_scripts/storage-scale/download_storage_scale.sh index 516189c4..46a4fc82 100644 --- a/build_scripts/storage-scale/download_storage_scale.sh +++ b/build_scripts/storage-scale/download_storage_scale.sh @@ -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 diff --git a/globals/macros/macros.yml b/globals/macros/macros.yml index 268f6495..c9df585e 100644 --- a/globals/macros/macros.yml +++ b/globals/macros/macros.yml @@ -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' @@ -146,7 +146,7 @@ name: terminate_stuck_build wrappers: - timeout: - timeout: 240 + timeout: 360 abort: true type: no-activity diff --git a/jobs/code_compilation.yml b/jobs/code_compilation.yml index cf41c79a..33940493 100644 --- a/jobs/code_compilation.yml +++ b/jobs/code_compilation.yml @@ -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: diff --git a/jobs/dbench.yml b/jobs/dbench.yml index c5bb62cd..54ffd65f 100644 --- a/jobs/dbench.yml +++ b/jobs/dbench.yml @@ -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: diff --git a/jobs/labelled_nfs.yml b/jobs/labelled_nfs.yml index 8dae82ef..deb76d2f 100644 --- a/jobs/labelled_nfs.yml +++ b/jobs/labelled_nfs.yml @@ -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: diff --git a/jobs/posix-compliance.yml b/jobs/posix-compliance.yml index 020db5a0..e2b6ff35 100644 --- a/jobs/posix-compliance.yml +++ b/jobs/posix-compliance.yml @@ -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: diff --git a/jobs/pylint.yml b/jobs/pylint.yml index f8797823..b70f9c0e 100644 --- a/jobs/pylint.yml +++ b/jobs/pylint.yml @@ -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: diff --git a/jobs/scripts/common.sh b/jobs/scripts/common.sh index b813c9b8..c932f225 100644 --- a/jobs/scripts/common.sh +++ b/jobs/scripts/common.sh @@ -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} @@ -58,3 +64,5 @@ then ${NOTIFY} \ ${GERRIT_PATCHSET_REVISION} fi + +exit ${EXIT} diff --git a/jobs/small-file.yml b/jobs/small-file.yml index 13bfaf6a..949d1879 100644 --- a/jobs/small-file.yml +++ b/jobs/small-file.yml @@ -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: diff --git a/jobs/storage-scale.yml b/jobs/storage-scale.yml index ce2f0e16..e0f01896 100644 --- a/jobs/storage-scale.yml +++ b/jobs/storage-scale.yml @@ -5,6 +5,7 @@ description: 'Run Storage Scale CI test' project-type: freestyle concurrent: false + disabled: true allow-manual-triggers: true scm: diff --git a/jobs/template_iozone.yml b/jobs/template_iozone.yml index 41f4ed99..c09b41fc 100644 --- a/jobs/template_iozone.yml +++ b/jobs/template_iozone.yml @@ -20,6 +20,7 @@ project-type: freestyle concurrent: false allow-manual-triggers: true + disabled: true properties: - discarder diff --git a/jobs/trigger-cthon04-on-new-patch.yml b/jobs/trigger-cthon04-on-new-patch.yml index 15de5414..50ce12e9 100644 --- a/jobs/trigger-cthon04-on-new-patch.yml +++ b/jobs/trigger-cthon04-on-new-patch.yml @@ -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 diff --git a/jobs/trigger-on-new-build_next-el7-x86_64.yml b/jobs/trigger-on-new-build_next-el7-x86_64.yml index a738db9e..b587f50c 100644 --- a/jobs/trigger-on-new-build_next-el7-x86_64.yml +++ b/jobs/trigger-on-new-build_next-el7-x86_64.yml @@ -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: diff --git a/jobs/trigger-tests.yml b/jobs/trigger-tests.yml index ef7fa38d..9de08414 100644 --- a/jobs/trigger-tests.yml +++ b/jobs/trigger-tests.yml @@ -3,6 +3,7 @@ node: cico-workspace project-type: freestyle concurrent: false + disabled: true allow-manual-triggers: true scm: