summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2009-08-27 23:02:53 +0200
committerNicolai Haehnle <nhaehnle@gmail.com>2009-08-27 23:02:53 +0200
commit811b78c7273deadc86f7c1e8cc7b94741cd574cc (patch)
tree043c506dccfe0fab8c791f549d90babf622dc15e
parent7b1139101b7595bcba2fc3d1b5dc9bb077c5bc7e (diff)
Piglit runner(s)
-rwxr-xr-xdxo-piglit-run6
-rwxr-xr-xdxo-piglit-run-r30022
2 files changed, 25 insertions, 3 deletions
diff --git a/dxo-piglit-run b/dxo-piglit-run
index 22f012b..44f9a19 100755
--- a/dxo-piglit-run
+++ b/dxo-piglit-run
@@ -8,9 +8,9 @@
piglit=${DXO_PATH}/piglit/repo
resultsdir=${DXO_PATH}/piglit/results
remotedatabase=morningstar:~/web/fdo/piglit-results
-class=R300
-testprofile=${piglit}/tests/r300-limit.tests
-testname=R300ND-`date +%Y-%m-%d-%H-%M`
+class=R500
+testprofile=${piglit}/tests/r500-limit.tests
+testname=RV530-`date +%Y-%m-%d-%H-%M`
${piglit}/piglit-run.py -n ${testname} ${testprofile} ${resultsdir}
diff --git a/dxo-piglit-run-r300 b/dxo-piglit-run-r300
new file mode 100755
index 0000000..22f012b
--- /dev/null
+++ b/dxo-piglit-run-r300
@@ -0,0 +1,22 @@
+#!/bin/bash
+#
+# Execute a full run of Piglit, then submit the summary to morningstar
+#
+# TODO: Automatically determine class
+#
+
+piglit=${DXO_PATH}/piglit/repo
+resultsdir=${DXO_PATH}/piglit/results
+remotedatabase=morningstar:~/web/fdo/piglit-results
+class=R300
+testprofile=${piglit}/tests/r300-limit.tests
+testname=R300ND-`date +%Y-%m-%d-%H-%M`
+
+${piglit}/piglit-run.py -n ${testname} ${testprofile} ${resultsdir}
+
+echo
+echo "Finished the Piglit run; hit enter when ready to upload test summary."
+read
+echo "Copying summary to deadlights"
+scp ${resultsdir}/summary ${remotedatabase}/incoming/${class}/${testname}
+