($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: drew.reed@arm.com
To: meta-arm@lists.yoctoproject.org, Ross.Burton@arm.com
Cc: nd@arm.com, Drew Reed <Drew.Reed@arm.com>
Subject: [PATCH 4/4] ci: Add back testing of firmware only builds
Date: Tue, 20 Feb 2024 15:47:41 +0000	[thread overview]
Message-ID: <20240220154741.66754-5-drew.reed@arm.com> (raw)
In-Reply-To: <20240220154741.66754-1-drew.reed@arm.com>

From: Drew Reed <Drew.Reed@arm.com>

Signed-off-by: Drew Reed <Drew.Reed@arm.com>
---
 .gitlab-ci.yml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1b8dd24..15cf4ecd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -123,14 +123,18 @@ corstone1000-fvp:
   extends: .build
   parallel:
     matrix:
-      - TESTING: [testimage, tftf]
+      - FIRMWARE: corstone1000-firmware-only
+        TESTING: [testimage, tftf]
+      - FIRMWARE: none
+        TESTING: testimage
 
 corstone1000-mps3:
   extends: .build
   parallel:
     matrix:
-      - TESTING: [none, tftf]
-
+      - FIRMWARE: corstone1000-firmware-only
+        TESTING: [none, tftf]
+      - FIRMWARE: none
 
 fvp-base:
   extends: .build
-- 
2.43.0



      parent reply	other threads:[~2024-02-20 15:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20 15:47 [PATCH 0/4] Enable Corstone-1000 multiconfig builds drew.reed
2024-02-20 15:47 ` [PATCH 1/4] meta-arm: Support firmware building under a multiconfig drew.reed
2024-02-20 15:47 ` [PATCH 2/4] bsp,ci: Build Corstone-1000 firmware under multiconfig drew.reed
2024-02-20 15:47 ` [PATCH 3/4] bsp: Restore the ability to build firmware only drew.reed
2024-02-20 15:47 ` drew.reed [this message]

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=20240220154741.66754-5-drew.reed@arm.com \
    --to=drew.reed@arm.com \
    --cc=Ross.Burton@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=nd@arm.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).