diff options
author | Amar Tumballi <amarts@redhat.com> | 2017-06-12 08:18:30 -0400 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-06-15 12:08:15 +0000 |
commit | 79efd0081fc5e24f6878d87a6dd8eb5253693d8f (patch) | |
tree | 2cddb005fb496c1cb193587b9e2c59cd9dfb4ce0 /.testignore | |
parent | cd67c34e64e2c85a7d0abbce43a1db269a12be19 (diff) |
.testignore: if a file doesn't change any code/behavior, add it here
So, the regression tests won't run if the changes in the patch is for
only files belonging to this file. Helps in reducing the load on overall
regression framework.
Credits: Nigel Babu <nigelb@redhat.com>
Change-Id: Icaa351b19cdcbe5af9a64c03b90f530aab297ee1
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Reviewed-on: https://review.gluster.org/17522
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Jeff Darcy <jeff@pl.atyp.us>
Diffstat (limited to '.testignore')
-rw-r--r-- | .testignore | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/.testignore b/.testignore new file mode 100644 index 00000000000..72c0b38526b --- /dev/null +++ b/.testignore @@ -0,0 +1,63 @@ +.github/ISSUE_TEMPLATE +.gitignore +.mailmap +rfc.sh +AUTHORS +CONTRIBUTING +COPYING-GPLV2 +COPYING-LGPLV3 +ChangeLog +INSTALL +MAINTAINERS +NEWS +README.md +THANKS +api/examples/README +api/examples/getvolfile.py +api/src/README.Symbol_Versions +build-aux/checkpatch.pl +contrib/fuse-lib/COPYING.LIB +contrib/fuse-util/COPYING +contrib/ipaddr-py/COPYING +contrib/ipaddr-py/MANIFEST.in +contrib/ipaddr-py/OWNERS +contrib/ipaddr-py/README +contrib/macfuse/COPYING.txt +doc/* +extras/FreeBSD/README.FreeBSD +extras/Solaris/README.solaris +extras/Ubuntu/README.Ubuntu +extras/benchmarking/README +extras/cliutils/README.md +extras/command-completion/README +extras/create_new_xlator/README.md +extras/glusterfs.vim +extras/group-gluster-block +extras/group-metadata-cache +extras/group-nl-cache +extras/group-virt.example +extras/init.d/glusterd-Debian.in +extras/init.d/glusterd-FreeBSD.in +extras/init.d/glusterd-Redhat.in +extras/init.d/glusterd-SuSE.in +extras/init.d/glusterd.plist.in +extras/init.d/glustereventsd-Debian.in +extras/init.d/glustereventsd-FreeBSD.in +extras/init.d/glustereventsd-Redhat.in +extras/init.d/rhel5-load-fuse.modules +extras/logger.conf.example +extras/snap_scheduler/README.md +extras/test/ld-preload-test/README +extras/who-wrote-glusterfs/* +geo-replication/syncdaemon/README.md +geo-replication/test-requirements.txt +rpc/xdr/src/.gitignore +tests/README.md +xlators/experimental/README.md +xlators/experimental/dht2/README.md +xlators/experimental/dht2/TODO.md +xlators/experimental/posix2/README.md +xlators/experimental/posix2/TODO.md +xlators/features/glupy/doc/README.md +xlators/features/glupy/doc/TESTING +xlators/features/glupy/doc/test.vol |