All of lore.kernel.org
 help / color / mirror / Atom feed
From: Josh Soref <jsoref@gmail.com>
To: dev@dpdk.org
Cc: Josh Soref <jsoref@gmail.com>
Subject: [PATCH 1/1] ci: restrict concurrency
Date: Wed, 12 Jan 2022 01:50:19 -0500	[thread overview]
Message-ID: <20220112065019.58924-2-jsoref@gmail.com> (raw)
In-Reply-To: <20220112065019.58924-1-jsoref@gmail.com>

Signed-off-by: Josh Soref <jsoref@gmail.com>
---
 .github/workflows/build.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6cf997d6..a171d430 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,6 +12,9 @@ defaults:
 jobs:
   build:
     name: ${{ join(matrix.config.*, '-') }}
+    concurrency:
+      group: build-${{ matrix.config.os }}-${{ matrix.config.compiler }}-${{ matrix.config.library }}-${{ matrix.config.cross }}-${{ matrix.config.mini }}-${{ github.event.pull_request.number || github.ref }}
+      cancel-in-progress: true
     runs-on: ${{ matrix.config.os }}
     env:
       AARCH64: ${{ matrix.config.cross == 'aarch64' }}
-- 
2.32.0 (Apple Git-132)


  reply	other threads:[~2022-01-12  6:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-12  6:50 [PATCH 0/1] ci: restrict concurrency Josh Soref
2022-01-12  6:50 ` Josh Soref [this message]
2022-01-13 11:42   ` [PATCH 1/1] " Thomas Monjalon
2022-01-13 12:41     ` Josh Soref
2022-02-02 14:17       ` Thomas Monjalon
2022-02-03 20:21         ` Aaron Conole
2022-02-03 21:44           ` Thomas Monjalon
2022-06-23  7:59             ` David Marchand

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=20220112065019.58924-2-jsoref@gmail.com \
    --to=jsoref@gmail.com \
    --cc=dev@dpdk.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.