~ubuntu-branches/ubuntu/trusty/plainbox-provider-checkbox/trusty

« back to all changes in this revision

Viewing changes to provider_jobs/rendercheck.txt.in

  • Committer: Package Import Robot
  • Author(s): Sylvain Pineau
  • Date: 2014-01-22 00:58:42 UTC
  • Revision ID: package-import@ubuntu.com-20140122005842-20pcic4y0ys439ry
Tags: upstream-0.3
ImportĀ upstreamĀ versionĀ 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: shell
 
2
name: rendercheck/tests
 
3
requires:
 
4
 package.name == 'x11-apps'
 
5
command: ( rendercheck_test -b repeat -b gradients -d -o $CHECKBOX_DATA/rendercheck-results && echo "Rendercheck tests completed successfully" ) || ( echo "Error running rendercheck. Please see the log $CHECKBOX_DATA/rendercheck-results for details" >&2 && false )
 
6
_description:
 
7
 Runs all of the rendercheck test suites. This test can take a few minutes.
 
8
 
 
9
plugin: attachment
 
10
name: rendercheck/tarball
 
11
depends: rendercheck/tests
 
12
command: [ -e $CHECKBOX_DATA/rendercheck-results ] && tar cvfz $CHECKBOX_DATA/rendercheck-results.tar.gz $CHECKBOX_DATA/rendercheck-results && cat $CHECKBOX_DATA/rendercheck-results.tar.gz
 
13
_description: Attach log from rendercheck tests