All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ross Burton <ross.burton@arm.com>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH 8/8] CI: build a proper TC0 image on x86-64
Date: Mon,  4 Oct 2021 20:56:12 +0100	[thread overview]
Message-ID: <20211004195612.188487-8-ross.burton@arm.com> (raw)
In-Reply-To: <20211004195612.188487-1-ross.burton@arm.com>

Change-Id: Id3da3b6efd620c2052ef59dc731e4b159830e805
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 4 ++++
 ci/tc0.yml     | 4 ++++
 ci/tc1.yml     | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f25dd410..48308c5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -186,9 +186,13 @@ sgi575:
 
 tc0:
   extends: .build
+  tags:
+    - x86_64
 
 tc1:
   extends: .build
+  tags:
+    - x86_64
 
 toolchains:
   extends: .build
diff --git a/ci/tc0.yml b/ci/tc0.yml
index 47f95af3..d8fccf7b 100644
--- a/ci/tc0.yml
+++ b/ci/tc0.yml
@@ -4,3 +4,7 @@ header:
     - base.yml
 
 machine: tc0
+
+target:
+  - tc-artifacts-image
+  - perf
diff --git a/ci/tc1.yml b/ci/tc1.yml
index 137041d6..f4f1ad08 100644
--- a/ci/tc1.yml
+++ b/ci/tc1.yml
@@ -4,3 +4,7 @@ header:
     - base.yml
 
 machine: tc1
+
+target:
+  - tc-artifacts-image
+  - perf
-- 
2.25.1



      parent reply	other threads:[~2021-10-04 19:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-04 19:56 [PATCH 1/8] arm/hafnium: add missing pkg-config dependency Ross Burton
2021-10-04 19:56 ` [PATCH 2/8] arm/hafnium: remove python symlink workaround Ross Burton
2021-10-04 19:56 ` [PATCH 3/8] arm/hafnium: do out-of-tree builds Ross Burton
2021-10-04 19:56 ` [PATCH 4/8] arm/hafnium: clean up install Ross Burton
2021-10-04 19:56 ` [PATCH 5/8] arm/hafnium: package the ELF in hafnium-dbg Ross Burton
2021-10-04 19:56 ` [PATCH 6/8] arm: add recipe for gn Ross Burton
2021-10-04 19:56 ` [PATCH 7/8] arm/hafnium: use our gn/ninja/dtc Ross Burton
2021-10-04 19:56 ` Ross Burton [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=20211004195612.188487-8-ross.burton@arm.com \
    --to=ross.burton@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.