($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: ross.burton@arm.com
To: meta-arm@lists.yoctoproject.org
Cc: nd@arm.com
Subject: [PATCH 1/2] CI: remove redundant variables in testimage.yml
Date: Mon, 18 Sep 2023 12:16:21 +0100	[thread overview]
Message-ID: <20230918111622.650459-1-ross.burton@arm.com> (raw)

From: Ross Burton <ross.burton@arm.com>

QEMU_USE_SLIRP is no longer needed[1] as adding slirp to
TEST_RUNQEMUPARAMS is sufficient, so remove that.

Setting TEST_SERVER_IP also isn't needed as there's a default value now,
and we disable the package management tests that would use the server
IP.  When they work the correct IP can be set.

[1] As of oe-core f4e8650

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/testimage.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ci/testimage.yml b/ci/testimage.yml
index f496ec1c..a0e90250 100644
--- a/ci/testimage.yml
+++ b/ci/testimage.yml
@@ -11,8 +11,6 @@ local_conf_header:
     QEMU_USE_KVM = ""
   slirp: |
     TEST_RUNQEMUPARAMS = "slirp"
-    TEST_SERVER_IP = "127.0.0.1"
-    QEMU_USE_SLIRP = "1"
   sshd: |
     IMAGE_FEATURES:append = " ssh-server-dropbear"
   sshkeys: |
-- 
2.34.1



             reply	other threads:[~2023-09-18 11:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18 11:16 ross.burton [this message]
2023-09-18 11:16 ` [PATCH 2/2] arm-bsp: change port mapping for SSH to port 2222 ross.burton
2023-09-19 12:45 ` [PATCH 1/2] CI: remove redundant variables in testimage.yml Jon Mason
2023-09-22 18:20 ` Jon Mason

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=20230918111622.650459-1-ross.burton@arm.com \
    --to=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).