From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2734D43B5A; Wed, 21 Feb 2024 04:40:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BB30C402B9; Wed, 21 Feb 2024 04:40:34 +0100 (CET) Received: from mail-oo1-f45.google.com (mail-oo1-f45.google.com [209.85.161.45]) by mails.dpdk.org (Postfix) with ESMTP id E0B7B4014F for ; Wed, 21 Feb 2024 04:40:32 +0100 (CET) Received: by mail-oo1-f45.google.com with SMTP id 006d021491bc7-58e256505f7so4199502eaf.3 for ; Tue, 20 Feb 2024 19:40:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1708486832; x=1709091632; darn=dpdk.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=sb/8pknMbVjO3ERixB2lwngfZjxsqFo62cCdi6akvFs=; b=NarAMi0hkVY8XQmq3K5K1/EQxo8UH5ZtZJep1XeX3tyOIfRxq5/YyWKzAdJa5j0uVF YtHCxyhcyBiYE3I8HKA+sRyfiIwGl4obMravoeTVISIBYAzPBQRlK+g8kWdjgAkyRZD0 hD4OymBEbtv3mJ4a1b8fFxdVg1Y7vOGyofct0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708486832; x=1709091632; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=sb/8pknMbVjO3ERixB2lwngfZjxsqFo62cCdi6akvFs=; b=DQyfQ/7mpGtVo8reGW7asLAzo04GSzhmNQuvN30yF1YGMvEYNrRnan/UdgUMD6qjyK Xt2x7SjnhUAiAIST1xmVn6BWVdfXAwY4c/eDQdq9UgVBRcNuZ+AH4lSi9pCYeogA9bfJ qCrooa45EGeVarBJ6Lr8ZGMhJtYWzuWPOfWUbRot+mS2PoN31VSsP22DNgiuYL6BTu5l HAR65IWKcTSBtZDDnPROGv28jtS0JhNyAv7xcE4EKzZ21o/TxEguCrVtL8C+dse/Iec4 WR+PLICnzeao2Ye6wo5H0J24OPqQwx1Ky8RnunZvl8TcQnxFtTCWKBH1OSqSYX2jiXpc LHFw== X-Forwarded-Encrypted: i=1; AJvYcCXvtV/Di++yuTNjziB+Hr2Np82ss/2N9iah+MIhBOEQ5ybvawABpLsmJjGdBx4cymOwZqq3EU9+NDZFZj0= X-Gm-Message-State: AOJu0YwxeNjk+C9KIpmAyK/ZjPZ+0nEk85PId11uNQoUX2bs6OAzayar 1e7NRFgcTpnp181uP2e09ueD3esjD5zQrbTNds3P1C/leQqu3JxTKxZICYKJuQwmcLZCycgJsWv 3YsopTCMQ0cJ7QU/w27OUa18s/pqHuXjKFulYLg== X-Google-Smtp-Source: AGHT+IGR+buzQazxUgOIfFDTMWMNa6mYxhL1wLoN9fobwGKmT0KzwKBYA4WLuNaW7o8JfmkbpUKqZLr6jFLMwwLIgpU= X-Received: by 2002:a4a:9c46:0:b0:59f:fc2d:8179 with SMTP id c6-20020a4a9c46000000b0059ffc2d8179mr3802835ook.9.1708486832115; Tue, 20 Feb 2024 19:40:32 -0800 (PST) MIME-Version: 1.0 References: <20240111222608.13239-1-jspewock@iol.unh.edu> <20240116191814.31316-1-jspewock@iol.unh.edu> In-Reply-To: <20240116191814.31316-1-jspewock@iol.unh.edu> From: Patrick Robb Date: Tue, 20 Feb 2024 22:40:21 -0500 Message-ID: Subject: Re: [PATCH v4] dts: add Dockerfile To: jspewock@iol.unh.edu Cc: Honnappa.Nagarahalli@arm.com, juraj.linkes@pantheon.tech, thomas@monjalon.net, wathsala.vithanage@arm.com, paul.szczepanek@arm.com, yoan.picchi@foss.arm.com, dev@dpdk.org Content-Type: multipart/alternative; boundary="000000000000bb6c610611dc165e" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --000000000000bb6c610611dc165e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Tested-by: Patrick Robb The approach for mounting in ssh keys and managing the test engine environment has been agreed upon by the CI group, and this patch has been tested by a few people at the Community Lab. I believe it is ready to be merged. On Tue, Jan 16, 2024 at 2:18=E2=80=AFPM wrote: > From: Juraj Linke=C5=A1 > > The Dockerfile defines development and CI runner images. > > Signed-off-by: Juraj Linke=C5=A1 > Signed-off-by: Jeremy Spewock > > > --000000000000bb6c610611dc165e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Tested-by: Patrick Robb <probb@iol.unh.edu>

The approach= for mounting in ssh keys and managing the test engine environment has been= agreed upon by the CI group, and this patch has been tested by a few peopl= e at the Community Lab. I believe it is ready to be merged.

On Tue, Jan 16, = 2024 at 2:18=E2=80=AFPM <jspewoc= k@iol.unh.edu> wrote:
From: Juraj Linke=C5=A1 <juraj.linkes@pantheon.tech>

The Dockerfile defines development and CI runner images.

Signed-off-by: Juraj Linke=C5=A1 <juraj.linkes@pantheon.tech>
Signed-off-by: Jeremy Spewock <jspewock@iol.unh.edu>



--000000000000bb6c610611dc165e--