mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
e456508619
A plugin to save screenshots on E2E tests failures as well as console logs, raw HTML, ... All info visualized in an HTML report (screenshots are clickable to see full image). Useful for debugging/fixing E2E tests. Signed-off-by: Alfonso Martínez <almartin@redhat.com>
73 lines
942 B
Plaintext
73 lines
942 B
Plaintext
*~
|
|
*.co
|
|
*.diff
|
|
*.deb
|
|
*.tar.gz
|
|
*.tar.bz2
|
|
*.dsc
|
|
*.changes
|
|
*.gcda
|
|
*.gcov
|
|
*.gcno
|
|
*.generated.dot
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
*.orig
|
|
*.patch
|
|
!debian/patches/*.patch
|
|
*.rej
|
|
*.rpm
|
|
*.pyc
|
|
ceph.spec
|
|
cscope.*
|
|
gmon.out
|
|
py-compile
|
|
tags
|
|
__pycache__
|
|
|
|
# Files generated by crashed programs
|
|
vgcore.*
|
|
core
|
|
*.core
|
|
|
|
# Files generated by running tests
|
|
*.log
|
|
/src/td
|
|
|
|
# alpine abuild things
|
|
.abuild/
|
|
alpine/APKBUILD
|
|
|
|
# specific local dir files
|
|
/build-doc
|
|
|
|
# where is this from?
|
|
web/*.html
|
|
|
|
# dir from coverity tools
|
|
cov-int/
|
|
|
|
# gtags(1) generated files
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
/examples/librados/.libs/
|
|
/examples/librados/librados_hello_world
|
|
/examples/librados/librados_hello_world_c
|
|
|
|
# common cmake build dir
|
|
/build
|
|
/build.*
|
|
|
|
# editor backup files etc.
|
|
\#*\#
|
|
|
|
.idea
|
|
|
|
# dashboard
|
|
/src/pybind/mgr/dashboard/frontend/.protractor-report
|
|
/src/pybind/mgr/dashboard/frontend/src/environments/environment.ts
|
|
/src/pybind/mgr/dashboard/frontend/src/environments/environment.prod.ts
|