Tarantool development patches archive
 help / color / mirror / Atom feed
From: Alexander Turenko via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: tml <tarantool-patches@dev.tarantool.org>
Subject: Re: [Tarantool-patches] [PATCH] QA: freebasd -- filter out `-notest`
Date: Fri, 16 Jul 2021 21:55:21 +0300	[thread overview]
Message-ID: <20210716185521.6wevztveat3mucce@tkn_work_nb> (raw)
In-Reply-To: <20210716154853.65195-1-gorcunov@gmail.com>

On Fri, Jul 16, 2021 at 06:48:53PM +0300, Cyrill Gorcunov wrote:
> 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 <gorcunov@gmail.com>
> ---
>  .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
> 

Thanks!

Replaced 'QA' prefix with 'github-ci'. Fixed the 'freebsd' typo.

Pushed to master, 2.8, 2.7, 1.10.

WBR, Alexander Turenko.

      parent reply	other threads:[~2021-07-16 18:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-16 15:48 Cyrill Gorcunov via Tarantool-patches
2021-07-16 15:50 ` Cyrill Gorcunov via Tarantool-patches
2021-07-16 18:55 ` Alexander Turenko via Tarantool-patches [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=20210716185521.6wevztveat3mucce@tkn_work_nb \
    --to=tarantool-patches@dev.tarantool.org \
    --cc=alexander.turenko@tarantool.org \
    --cc=gorcunov@gmail.com \
    --subject='Re: [Tarantool-patches] [PATCH] QA: freebasd -- filter out `-notest`' \
    /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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox