From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7119540376087560192 X-Received: by 2002:a05:6870:3292:b0:10c:d1fa:2e70 with SMTP id q18-20020a056870329200b0010cd1fa2e70mr1494602oac.281.1658296357510; Tue, 19 Jul 2022 22:52:37 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6870:1946:b0:10d:1759:743f with SMTP id m6-20020a056870194600b0010d1759743fls87894oak.4.-pod-prod-gmail; Tue, 19 Jul 2022 22:52:37 -0700 (PDT) X-Google-Smtp-Source: AGRyM1umDA8KSv98ydi7vwj/R4I7jn1nyKKqk5zm4VVIOb82Zu24NOV52hiU6hsiA+lVG21JsOvt X-Received: by 2002:a05:6870:582a:b0:fe:436b:d94 with SMTP id r42-20020a056870582a00b000fe436b0d94mr1598630oap.38.1658296357013; Tue, 19 Jul 2022 22:52:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1658296357; cv=none; d=google.com; s=arc-20160816; b=QIvPhhJQiEys41/XtAQ4LYUhSBCtMB5nnLzMlVVDj/F3BoYiHDhJJU/lC1izbq5hos A7/CTe76qljcj4iQEWQ0NKUxLtXzCpFp1+E9WK9RuQlrmJ0sfcrhrft5J42Q9eWX+71I XinpmsUMnof1/lUC8wD/B1HrM8DJlFKaci5/6/YQJSK2unXazmz70/3ftiU++VPwkucv xm5uA97E/wid0HR4g6hL8Y31dWFFqR0CgTxF0b42/pStC9o3WKzP3dS+SplZ1eUEv27S xUtJ+uOIeEFGOejrjv5GjNNJTpgIOyWGrVSpCexudufEJZhMD3U6GvgRqxfa6pXRYFnE a3WQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id; bh=tRxrFETmmMUHTFPIT2SBsgrISQWfIyNqMJupOImwUF0=; b=M12OIQ21hUxBq/datbxezzK9tLir5GFqsRnFGm8IYvk0so4Z6Zh1vD+yEL6AQdeCLm ctfDVON+3w6IQEcNT7lJMpQj4Pz/191VWWtRJ5pIWP6Uf1nhuBVR+FOjx2BFBlbGUcE1 WzVmTfCR5tL20WWWRCZB9ZG30KiZhMalY96tQ72u1jDXNvDjamhpxRgqBT8sY/k1f4Qx rGs/ZA3QM13dzc8DcHwZJlMrl+3bpgYWp7DDvzcaQUPAz7DP2wpLk0mdLO9yakxt4oa3 tB1wtHe0v1NtGHvz3lfu/oZWHroZtwes8KxDSUwsCzyADx41P+7o52CV1yRblQOngBmk JyUA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id fo13-20020a0568709a0d00b00108c292109esi1561319oab.2.2022.07.19.22.52.36 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 19 Jul 2022 22:52:36 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [127.0.0.1] (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 26K5qXOa018923 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 20 Jul 2022 07:52:34 +0200 Message-ID: Date: Wed, 20 Jul 2022 08:52:33 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH 0/2] Adopt CI to Avocado 97.0 Content-Language: en-US To: isar-users References: <20220712173237.23949-1-amikan@ilbers.de> From: Anton Mikanovich In-Reply-To: <20220712173237.23949-1-amikan@ilbers.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: IbL8mpEgaLsb 12.07.2022 20:32, Anton Mikanovich wrote: > Avocado package version was fixed due to dropped support of legacy > runner in the newest version. Move to the new runner to be able to use > the latest Avocado version. > > Anton Mikanovich (2): > CI: switch to the new runner > Revert "scripts/ci_build.sh: Set avocado-framework version to 96.0" > > scripts/ci_build.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Patch p1 applied to next, p2 rejected.