Skip to content

Commit

Permalink
njs: provide meaningful names to the jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Jul 4, 2024
1 parent c0b9d49 commit b5e3782
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/njs-buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
exit 0
test:
name: ${{ matrix.os }}, ${{ matrix.subarch != '' && matrix.subarch || matrix.arch }}
runs-on: [ "${{ matrix.os }}-${{ matrix.arch }}" ]
needs: check-if-allowed
strategy:
Expand Down Expand Up @@ -264,6 +265,7 @@ jobs:
TEST_NGINX_VERBOSE: 1

asan:
name: ubuntu-22.04, amd64, asan, ${{ matrix.backend }}
runs-on: [ ubuntu-22.04-amd64 ]
needs: check-if-allowed
strategy:
Expand Down Expand Up @@ -345,6 +347,7 @@ jobs:
TEST_NGINX_VERBOSE: 1

msan:
name: ubuntu-22.04, amd64, msan
runs-on: [ ubuntu-22.04-amd64 ]
needs: check-if-allowed
env:
Expand Down Expand Up @@ -415,6 +418,7 @@ jobs:
make clean
print:
name: debian-12, amd64, print
runs-on: [ debian-12-amd64 ]
needs: check-if-allowed

Expand Down

0 comments on commit b5e3782

Please sign in to comment.