From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] travis: Split sun8i in to two jobs
Date: Tue, 15 Oct 2019 07:27:14 -0400 [thread overview]
Message-ID: <20191015112715.7995-2-trini@konsulko.com> (raw)
In-Reply-To: <20191015112715.7995-1-trini@konsulko.com>
Split the 32bit and 64bit platforms into separate jobs, to avoid them
taking too long to build overall.
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
.travis.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index b3105fd3f60e..ced44deb1b69 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -234,9 +234,12 @@ matrix:
- name: "buildman sun7i"
env:
- BUILDMAN="sun7i"
- - name: "buildman sun8i"
+ - name: "buildman 64bit sun8i"
env:
- - BUILDMAN="sun8i"
+ - BUILDMAN="sun8i&aarch64"
+ - name: "buildman 32bit sun8i"
+ env:
+ - BUILDMAN="sun8i&armv7"
- name: "buildman sun9i"
env:
- BUILDMAN="sun9i"
--
2.17.1
next prev parent reply other threads:[~2019-10-15 11:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-15 11:27 [U-Boot] [PATCH 1/3] travis: Split i.MX jobs a bit more Tom Rini
2019-10-15 11:27 ` Tom Rini [this message]
2019-10-17 11:25 ` [U-Boot] [PATCH 2/3] travis: Split sun8i in to two jobs Tom Rini
2019-10-15 11:27 ` [U-Boot] [PATCH 3/3] travis: Split and rename xilinx ARM " Tom Rini
2019-10-15 12:14 ` Michal Simek
2019-10-15 12:42 ` Tom Rini
2019-10-15 12:43 ` [U-Boot] [PATCHv2 " Tom Rini
2019-10-15 13:53 ` [U-Boot] [PATCHv3 " Tom Rini
2019-10-15 14:23 ` Michal Simek
2019-10-17 11:25 ` Tom Rini
2019-10-15 11:31 ` [U-Boot] [PATCH 1/3] travis: Split i.MX jobs a bit more Stefano Babic
2019-10-17 11:25 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191015112715.7995-2-trini@konsulko.com \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox