From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 272626EC55; Fri, 16 Jul 2021 18:48:58 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 272626EC55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1626450539; bh=/zZ8//VigPDONu1/7a0qprirddklJ9vzAkkgoCFs/Vw=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=NHKqLGINbDFS0SCN66fHs1/PD01sVfyKkODLD0Vr2JcnjOQiaHpucLw4ywTOcbjUa gWGP0DwMqqjde1x+jPfy3cEwrGifUzBXY6SDO1wylRBdIbDTrZVzKjw64yIAprFfM3 hwg8Ge/9SntlnngxT5PWiCC9WzfI7aLwGwJ4RnLQ= Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id C12056EC55 for ; Fri, 16 Jul 2021 18:48:57 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org C12056EC55 Received: by mail-lf1-f53.google.com with SMTP id f30so16779954lfj.1 for ; Fri, 16 Jul 2021 08:48:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Ba01h7JVtykzDYDeL7pVRiN9p3NTgAqK4JumUziM66M=; b=YanHkY+iCEY1H7CiaZ+TgqLtQxSHhm2MjY4vuTMZQpqNgql6oHSn42dfC4a4v7A+Ui c7tsGPu+g0Fj2jT0SG5bz9kwmAbYvCjZcAAC2fENYF9puI/wZ/JMVF/WpH6K5df+4hlo rVnYQhBqjhVmU9FkzSkNLxYamaJe0k8iRjVmlZcBV4caOWl2iG06dulTEO4VYsJzwUwB FPRm4WqikFLLK/S4F2/fxZ7v4LEl2QrA2wyUe2wKzW+F+sBN/GWhEUIPaojBoptZEj+E SlIeZ2M30KEIJfquykqf+6mi9vln5mRJb6gkQj7JKsL+wmIzBrsKrRPQpcDpPo3qkL5V 9lCg== X-Gm-Message-State: AOAM533cF1nEnFLUW4idLuKW21Miba/9TNzR+PsEjmCMPCNPz73/9xTn yobDkcSopXuevfyonamGhumeq7xmhX9vXg== X-Google-Smtp-Source: ABdhPJya5kFuxty7sIc/KXlyGzIb/h20MEyxHR9MQgn6hyMD+bD6xWR0w97a4yMGW0xXYkG+wYi9RQ== X-Received: by 2002:ac2:58fc:: with SMTP id v28mr8025762lfo.651.1626450536624; Fri, 16 Jul 2021 08:48:56 -0700 (PDT) Received: from grain.localdomain ([5.18.255.97]) by smtp.gmail.com with ESMTPSA id 14sm733137lfq.130.2021.07.16.08.48.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Jul 2021 08:48:55 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 9E2275A001E; Fri, 16 Jul 2021 18:48:54 +0300 (MSK) To: tml Date: Fri, 16 Jul 2021 18:48:53 +0300 Message-Id: <20210716154853.65195-1-gorcunov@gmail.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH] QA: freebasd -- filter out `-notest` X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Cc: Alexander Turenko Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" We use `-notest` postfix when wanna share the code only, without running tests. And for FreeBSD template the snippet has been missed. Add it. Signed-off-by: Cyrill Gorcunov --- .github/workflows/freebsd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 78f10f02c..453fdd335 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -14,8 +14,9 @@ name: freebsd freebsd: # We want to run on external PRs, but not on our own internal PRs # as they'll be run by the push to the branch. - if: github.event_name == 'push' || - github.event.pull_request.head.repo.full_name != github.repository + if: ( github.event_name == 'push' || + github.event.pull_request.head.repo.full_name != github.repository ) && + ! endsWith(github.ref, '-notest') runs-on: freebsd-sh -- 2.31.1