summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorZygmunt Krynicki <zygmunt.krynicki@canonical.com>2015-03-31 15:24:07 +0200
committerZygmunt Krynicki <zygmunt.krynicki@canonical.com>2015-03-31 15:24:07 +0200
commit2f18116ffab2c503765c689dfec885d1dbaf5955 (patch)
tree8f73f5bf5cfe622a29a5d46bc10bb9757ec36563 /jobs
parentc1ce92589ee9a9e96ba1df237c36653fdbdedd30 (diff)
providers:checkbox: remove old piglit jobs
This patch removes all of the old piglit jobs (__local__, piglit/*) and extra executables which are now present in the dedicated piglit provider. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
Diffstat (limited to 'jobs')
-rw-r--r--jobs/local.txt.in7
-rw-r--r--jobs/piglit.txt.in81
2 files changed, 0 insertions, 88 deletions
diff --git a/jobs/local.txt.in b/jobs/local.txt.in
index 9bd5934..d713860 100644
--- a/jobs/local.txt.in
+++ b/jobs/local.txt.in
@@ -229,13 +229,6 @@ command:
shopt -s extglob
cat $PLAINBOX_PROVIDER_DATA/../jobs/peripheral.txt?(.in)
-id: __piglit__
-plugin: local
-_description: Piglit tests
-command:
- shopt -s extglob
- cat $PLAINBOX_PROVIDER_DATA/../jobs/piglit.txt?(.in)
-
id: __power-management__
plugin: local
_description: Power Management tests
diff --git a/jobs/piglit.txt.in b/jobs/piglit.txt.in
deleted file mode 100644
index 445ef73..0000000
--- a/jobs/piglit.txt.in
+++ /dev/null
@@ -1,81 +0,0 @@
-plugin: shell
-id: piglit/fbo
-requires:
- package.name == 'piglit'
-command: piglit_test -t ^spec/EXT_framebuffer_object -n fbo
-estimated_duration: 28.000
-_description:
- Runs piglit tests for checking support for framebuffer object operations, depth buffer and stencil buffer
-
-plugin: shell
-id: piglit/gl-2.1
-requires:
- package.name == 'piglit'
-command: piglit_test -t spec/'!OpenGL 2.1'/ -n gl-2.1
-estimated_duration: 2.500
-_description:
- Runs piglit tests for checking OpenGL 2.1 support
-
-plugin: shell
-id: piglit/vbo
-requires:
- package.name == 'piglit'
-command: piglit_test -t spec/ARB_vertex_buffer_object/ -n vbo
-estimated_duration: 0.430
-_description:
- Runs piglit tests for checking support for vertex buffer object operations
-
-plugin: shell
-id: piglit/glsl-fragment-shader
-requires:
- package.name == 'piglit'
-command: piglit_test -t ^shaders/glsl-arb-fragment -n glsl-fragment-shader
-estimated_duration: 2.700
-_description:
- Runs piglit tests for checking support for GLSL fragment shader operations
-
-plugin: shell
-id: piglit/glsl-vertex-shader
-requires:
- package.name == 'piglit'
-command: piglit_test -t ^shaders/glsl-clamp-vertex-color -t ^shaders/glsl-max-vertex-attrib -t ^shaders/glsl-novertexdata -n glsl-vertex-shader
-estimated_duration: 3.200
-_description:
- Runs piglit tests for checking support for GLSL vertex shader operations
-
-plugin: shell
-id: piglit/glx-tfp
-requires:
- package.name == 'piglit'
-command: piglit_test -t glx-tfp -n glx-tfp
-estimated_duration: 2.600
-_description:
- Runs piglit tests for checking support for texture from pixmap
-
-plugin: shell
-id: piglit/stencil_buffer
-requires:
- package.name == 'piglit'
-command: piglit_test -t glx-visuals-stencil -t readpixels-24_8 -n stencil_buffer
-estimated_duration: 30.000
-_description:
- Runs piglit_tests for checking support for stencil buffer operations
-
-plugin: shell
-id: piglit/summarize_results
-requires:
- package.name == 'piglit'
-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/"
-estimated_duration: 1.380
-_description:
- Runs the piglit results summarizing tool
-
-plugin: shell
-id: piglit/tarball
-requires:
- package.name == 'piglit'
-depends: piglit/summarize_results
-command: [ -e $PLAINBOX_SESSION_SHARE/piglit-summary ] && tar cfz $PLAINBOX_SESSION_SHARE/piglit-results.tar.gz $PLAINBOX_SESSION_SHARE/piglit-summary/
-_description:
- Archives the piglit-summary directory into the piglit-results.tar.gz.
-