Message ID | 1405511105-12896-1-git-send-email-ian.campbell@citrix.com |
---|---|
State | New |
Headers | show |
Ian Campbell writes ("[PATCH OSSTEST] make-flight: Enable qemu tests for 4.5 onwards"): > Stefano is about to enable qemu support on ARM, we should test it. > > standalone-generate-dump-flight-runvars verifies that the affect of this change > is to add armhf jobs/runvars to qemu-mainline and qemu-upstream-unstable as > desired. > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> > Cc: Stefano.Stabellini@eu.citrix.com Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> I'm about to push this. Ian.
diff --git a/make-flight b/make-flight index fbda440..96821ba 100755 --- a/make-flight +++ b/make-flight @@ -102,7 +102,9 @@ test_matrix_branch_filter_callback () { linux-3.4) return 1;; linux-mingo-tip-master) return 1;; linux-*) ;; - qemu-*) return 1;; + qemu-upstream-4.2-testing) return 1;; + qemu-upstream-4.3-testing) return 1;; + qemu-upstream-4.4-testing) return 1;; esac ;; i386|amd64) diff --git a/mfi-common b/mfi-common index 2055bab..3512fdb 100644 --- a/mfi-common +++ b/mfi-common @@ -61,7 +61,9 @@ create_build_jobs () { linux-3.4) continue;; linux-mingo-tip-master) continue;; linux-*) ;; - qemu-*) continue;; + qemu-upstream-4.2-testing) continue;; + qemu-upstream-4.3-testing) continue;; + qemu-upstream-4.4-testing) continue;; rumpuserxen) continue;; seabios) continue;; esac
Stefano is about to enable qemu support on ARM, we should test it. standalone-generate-dump-flight-runvars verifies that the affect of this change is to add armhf jobs/runvars to qemu-mainline and qemu-upstream-unstable as desired. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: Stefano.Stabellini@eu.citrix.com --- make-flight | 4 +++- mfi-common | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-)