~sylvain-pineau/checkbox/jinja2_deb_req

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-checkbox/jobs/piglit.txt.in

  • Committer: Daniel Manrique
  • Author(s): Zygmunt Krynicki
  • Date: 2015-03-31 15:47:06 UTC
  • mfrom: (3633.3.6 launchpad/remove-old-piglit)
  • Revision ID: daniel_manrique-20150331154706-tliudpnkc3uqhaf7
"automatic merge of lp:~zyga/checkbox/remove-old-piglit/ by tarmac [r=sylvain-pineau][bug=][author=zyga]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
plugin: shell
2
 
id: piglit/fbo
3
 
requires:
4
 
 package.name == 'piglit'
5
 
command: piglit_test -t ^spec/EXT_framebuffer_object -n fbo
6
 
estimated_duration: 28.000
7
 
_description:
8
 
 Runs piglit tests for checking support for framebuffer object operations, depth buffer and stencil buffer
9
 
 
10
 
plugin: shell
11
 
id: piglit/gl-2.1
12
 
requires:
13
 
 package.name == 'piglit'
14
 
command: piglit_test -t spec/'!OpenGL 2.1'/ -n gl-2.1
15
 
estimated_duration: 2.500
16
 
_description:
17
 
 Runs piglit tests for checking OpenGL 2.1 support
18
 
 
19
 
plugin: shell
20
 
id: piglit/vbo
21
 
requires:
22
 
 package.name == 'piglit'
23
 
command: piglit_test -t spec/ARB_vertex_buffer_object/ -n vbo
24
 
estimated_duration: 0.430
25
 
_description:
26
 
 Runs piglit tests for checking support for vertex buffer object operations
27
 
 
28
 
plugin: shell
29
 
id: piglit/glsl-fragment-shader
30
 
requires:
31
 
 package.name == 'piglit'
32
 
command: piglit_test -t ^shaders/glsl-arb-fragment -n glsl-fragment-shader
33
 
estimated_duration: 2.700
34
 
_description:
35
 
 Runs piglit tests for checking support for GLSL fragment shader operations
36
 
 
37
 
plugin: shell
38
 
id: piglit/glsl-vertex-shader
39
 
requires:
40
 
 package.name == 'piglit'
41
 
command: piglit_test -t ^shaders/glsl-clamp-vertex-color -t ^shaders/glsl-max-vertex-attrib -t ^shaders/glsl-novertexdata -n glsl-vertex-shader
42
 
estimated_duration: 3.200
43
 
_description:
44
 
 Runs piglit tests for checking support for GLSL vertex shader operations
45
 
 
46
 
plugin: shell
47
 
id: piglit/glx-tfp
48
 
requires:
49
 
 package.name == 'piglit'
50
 
command: piglit_test -t glx-tfp -n glx-tfp
51
 
estimated_duration: 2.600
52
 
_description:
53
 
 Runs piglit tests for checking support for texture from pixmap
54
 
 
55
 
plugin: shell
56
 
id: piglit/stencil_buffer
57
 
requires:
58
 
 package.name == 'piglit'
59
 
command: piglit_test -t glx-visuals-stencil -t readpixels-24_8 -n stencil_buffer
60
 
estimated_duration: 30.000
61
 
_description:
62
 
 Runs piglit_tests for checking support for stencil buffer operations
63
 
 
64
 
plugin: shell
65
 
id: piglit/summarize_results
66
 
requires:
67
 
 package.name == 'piglit'
68
 
command: [ -e $PLAINBOX_SESSION_SHARE/piglit-results ] && piglit-summary-html.py $PLAINBOX_SESSION_SHARE/piglit-summary/ `find $PLAINBOX_SESSION_SHARE/piglit-results/ -name main` && echo "Successfully summarized piglit results. They are available in $PLAINBOX_SESSION_SHARE/piglit-sumary/"
69
 
estimated_duration: 1.380
70
 
_description:
71
 
 Runs the piglit results summarizing tool
72
 
 
73
 
plugin: shell
74
 
id: piglit/tarball
75
 
requires:
76
 
 package.name == 'piglit'
77
 
depends: piglit/summarize_results
78
 
command: [ -e $PLAINBOX_SESSION_SHARE/piglit-summary ] && tar cfz $PLAINBOX_SESSION_SHARE/piglit-results.tar.gz $PLAINBOX_SESSION_SHARE/piglit-summary/
79
 
_description:
80
 
 Archives the piglit-summary directory into the piglit-results.tar.gz.
81