Skip to content

Commit

Permalink
Cirrus-CI: move arch and toolchain to beginning of task names
Browse files Browse the repository at this point in the history
This is the key difference between the tasks, so make it the most
prominent.

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
emaste committed May 30, 2023
1 parent 6217c24 commit 98c5211
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@ env:

task:
matrix:
- name: World and kernel amd64 build and boot smoke test
- name: amd64-llvm15 World and kernel build and boot smoke test
env:
TARGET: amd64
TARGET_ARCH: amd64
TOOLCHAIN: llvm15
TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
- name: World and kernel arm64 build and boot smoke test
- name: arm64-llvm15 World and kernel build and boot smoke test
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
trigger_type: manual
env:
TARGET: arm64
TARGET_ARCH: aarch64
TOOLCHAIN: llvm15
TOOLCHAIN_PKG: ${TOOLCHAIN}
- name: World and kernel gcc12 amd64 build and boot smoke test (manual)
- name: amd64-gcc12 World and kernel build and boot smoke test (manual)
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
trigger_type: manual
env:
TARGET: amd64
TARGET_ARCH: amd64
TOOLCHAIN: amd64-gcc12
TOOLCHAIN_PKG: ${TOOLCHAIN}
- name: World and kernel gcc12 amd64 build and boot smoke test (FreeBSD repo)
- name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo)
only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src'
env:
TARGET: amd64
Expand Down

0 comments on commit 98c5211

Please sign in to comment.