Skip to content

CI: add concurrency support to zfs-arm#18608

Open
chrislongros wants to merge 1 commit into
openzfs:masterfrom
chrislongros:ci/zfs-arm-concurrency
Open

CI: add concurrency support to zfs-arm#18608
chrislongros wants to merge 1 commit into
openzfs:masterfrom
chrislongros:ci/zfs-arm-concurrency

Conversation

@chrislongros
Copy link
Copy Markdown
Contributor

@chrislongros chrislongros commented May 31, 2026

Motivation and Context

The zfs-arm workflow was the only build/test workflow without a concurrency block. zfs-qemu, zfs-qemu-packages, zloop, codeql, smatch, and checkstyle all define one; zfs-arm did not, so superseded runs on a branch were not cancelled when a new commit was pushed.

Description

Add the same concurrency block the other workflows use, so a new push to a branch cancels the in-progress ARM run instead of leaving both to finish:

concurrency:
  group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
  cancel-in-progress: true

How Has This Been Tested?

Workflow-only change. CI will tell.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Quality assurance (non-breaking change which makes the code more robust against bugs)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • Documentation (a change to man pages or other documentation)

Checklist

  • My code follows the OpenZFS code style requirements.
  • I have updated the documentation accordingly.
  • I have read the contributing document.
  • I have added tests to cover my changes. (N/A — CI config)
  • I have run the ZFS Test Suite with this change applied. (N/A — CI config)
  • All commit messages are properly formatted and contain Signed-off-by.

The zfs-arm workflow was the only build/test workflow without a
concurrency block, so superseded runs were not cancelled.

Signed-off-by: Christos Longros <chris.longros@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant