Dario Faggioli
2015-02-04 15:26:59 UTC
We aren't doing any cpupools smoke testing as of now. So, do some. :-)
As suggested by Juergen, I adjusted things such that we are now generating test
jobs for ARM too. In fact, here is the list of jobs, and for each jobs the
runvars, being introduced by this series:
***@hoopak:~/osstest.git$ diff -Nru runvars.orig runvars.patched
--- runvars.orig 2015-02-04 15:15:35.214928000 +0000
+++ runvars.patched 2015-02-04 15:11:30.529748000 +0000
@@ -0,0 +1,18 @@
+test-amd64-amd64-xl-cpupools all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
+test-amd64-amd64-xl-cpupools arch amd64
+test-amd64-amd64-xl-cpupools buildjob build-amd64
+test-amd64-amd64-xl-cpupools debian_arch amd64
+test-amd64-amd64-xl-cpupools debian_kernkind pvops
+test-amd64-amd64-xl-cpupools kernbuildjob build-amd64-pvops
+test-amd64-amd64-xl-cpupools kernkind pvops
+test-amd64-amd64-xl-cpupools toolstack xl
+test-amd64-amd64-xl-cpupools xenbuildjob build-amd64
+test-armhf-armhf-xl-cpupools all_hostflags arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test
+test-armhf-armhf-xl-cpupools arch armhf
+test-armhf-armhf-xl-cpupools buildjob build-armhf
+test-armhf-armhf-xl-cpupools debian_arch armhf
+test-armhf-armhf-xl-cpupools debian_kernkind pvops
+test-armhf-armhf-xl-cpupools kernbuildjob build-armhf-pvops
+test-armhf-armhf-xl-cpupools kernkind pvops
+test-armhf-armhf-xl-cpupools toolstack xl
+test-armhf-armhf-xl-cpupools xenbuildjob build-armhf
Regards,
Dario
---
Dario Faggioli (2):
ts-cpupools: new test script
Testing cpupools: recipe for it and job definition
make-flight | 12 ++++++
sg-run-job | 7 +++
ts-cpupools | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 143 insertions(+)
create mode 100755 ts-cpupools
--
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)
As suggested by Juergen, I adjusted things such that we are now generating test
jobs for ARM too. In fact, here is the list of jobs, and for each jobs the
runvars, being introduced by this series:
***@hoopak:~/osstest.git$ diff -Nru runvars.orig runvars.patched
--- runvars.orig 2015-02-04 15:15:35.214928000 +0000
+++ runvars.patched 2015-02-04 15:11:30.529748000 +0000
@@ -0,0 +1,18 @@
+test-amd64-amd64-xl-cpupools all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
+test-amd64-amd64-xl-cpupools arch amd64
+test-amd64-amd64-xl-cpupools buildjob build-amd64
+test-amd64-amd64-xl-cpupools debian_arch amd64
+test-amd64-amd64-xl-cpupools debian_kernkind pvops
+test-amd64-amd64-xl-cpupools kernbuildjob build-amd64-pvops
+test-amd64-amd64-xl-cpupools kernkind pvops
+test-amd64-amd64-xl-cpupools toolstack xl
+test-amd64-amd64-xl-cpupools xenbuildjob build-amd64
+test-armhf-armhf-xl-cpupools all_hostflags arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test
+test-armhf-armhf-xl-cpupools arch armhf
+test-armhf-armhf-xl-cpupools buildjob build-armhf
+test-armhf-armhf-xl-cpupools debian_arch armhf
+test-armhf-armhf-xl-cpupools debian_kernkind pvops
+test-armhf-armhf-xl-cpupools kernbuildjob build-armhf-pvops
+test-armhf-armhf-xl-cpupools kernkind pvops
+test-armhf-armhf-xl-cpupools toolstack xl
+test-armhf-armhf-xl-cpupools xenbuildjob build-armhf
Regards,
Dario
---
Dario Faggioli (2):
ts-cpupools: new test script
Testing cpupools: recipe for it and job definition
make-flight | 12 ++++++
sg-run-job | 7 +++
ts-cpupools | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 143 insertions(+)
create mode 100755 ts-cpupools
--
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)