mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
chore(workflows): prefix all jobs with workflow name to help distinguish (#35)
This commit is contained in:
parent
6ed31bc436
commit
3f8c9e7a7c
2
.github/workflows/client.yml
vendored
2
.github/workflows/client.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
TARGET_OS: "${{ matrix.platform.os }}"
|
TARGET_OS: "${{ matrix.platform.os }}"
|
||||||
TARGET_ARCH: "${{ matrix.platform.arch }}"
|
TARGET_ARCH: "${{ matrix.platform.arch }}"
|
||||||
runs-on: "${{ matrix.platform.on }}"
|
runs-on: "${{ matrix.platform.on }}"
|
||||||
name: build ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
|
name: client build ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
2
.github/workflows/kernel.yml
vendored
2
.github/workflows/kernel.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- aarch64
|
- aarch64
|
||||||
env:
|
env:
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
name: build ${{ matrix.arch }}
|
name: kernel build ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- aarch64
|
- aarch64
|
||||||
env:
|
env:
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
name: server ${{ matrix.arch }}
|
name: nightly server ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
TARGET_OS: "${{ matrix.platform.os }}"
|
TARGET_OS: "${{ matrix.platform.os }}"
|
||||||
TARGET_ARCH: "${{ matrix.platform.arch }}"
|
TARGET_ARCH: "${{ matrix.platform.arch }}"
|
||||||
runs-on: "${{ matrix.platform.on }}"
|
runs-on: "${{ matrix.platform.on }}"
|
||||||
name: client ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
|
name: nightly client ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
2
.github/workflows/os.yml
vendored
2
.github/workflows/os.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- aarch64
|
- aarch64
|
||||||
env:
|
env:
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
name: build ${{ matrix.arch }}
|
name: os build ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
4
.github/workflows/release-binaries.yml
vendored
4
.github/workflows/release-binaries.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- aarch64
|
- aarch64
|
||||||
env:
|
env:
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
name: server ${{ matrix.arch }}
|
name: release-binaries server ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
TARGET_OS: "${{ matrix.platform.os }}"
|
TARGET_OS: "${{ matrix.platform.os }}"
|
||||||
TARGET_ARCH: "${{ matrix.platform.arch }}"
|
TARGET_ARCH: "${{ matrix.platform.arch }}"
|
||||||
runs-on: "${{ matrix.platform.on }}"
|
runs-on: "${{ matrix.platform.on }}"
|
||||||
name: client ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
|
name: release-binaries client ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
1
.github/workflows/release-plz.yml
vendored
1
.github/workflows/release-plz.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "${{ github.workflow }}"
|
group: "${{ github.workflow }}"
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
release-plz:
|
release-plz:
|
||||||
name: release-plz
|
name: release-plz
|
||||||
|
8
.github/workflows/server.yml
vendored
8
.github/workflows/server.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- aarch64
|
- aarch64
|
||||||
env:
|
env:
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
name: build ${{ matrix.arch }}
|
name: server build ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
- aarch64
|
- aarch64
|
||||||
env:
|
env:
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
name: test ${{ matrix.arch }}
|
name: server test ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
- aarch64
|
- aarch64
|
||||||
env:
|
env:
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
name: clippy ${{ matrix.arch }}
|
name: server clippy ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
- aarch64
|
- aarch64
|
||||||
env:
|
env:
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
name: initrd ${{ matrix.arch }}
|
name: server initrd ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user