nicer names for snap and docker build and test jobs

This commit is contained in:
Erica Portnoy 2026-04-29 12:32:53 -07:00
parent b9c53a90c0
commit 6ae862f749
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ env:
jobs:
docker_build:
name: Docker build ${{ matrix.DOCKER_ARCH }}
name: Build ${{ matrix.DOCKER_ARCH }} docker image
runs-on:
- ${{ matrix.run-on }}
# The default timeout of 60 minutes is a little low for compiling
@ -55,7 +55,7 @@ jobs:
name: docker_${{ matrix.DOCKER_ARCH }}
path: "${{ runner.temp }}"
docker_test:
name: Docker test ${{ matrix.DOCKER_ARCH }}
name: Test ${{ matrix.DOCKER_ARCH }} docker image
needs:
- docker_build
runs-on:

View file

@ -111,7 +111,7 @@ jobs:
*.snap
certbot-dns-*/*.snap
snap_run:
name: snap_run ${{ matrix.arch-name }}
name: Test ${{ matrix.arch-name }} certbot snap
needs:
- gha_build_snap
- launchpad_build_all
@ -169,7 +169,7 @@ jobs:
run: |-
venv/bin/python -m tox run -e integration-external,apacheconftest-external-with-pebble
snap_dns_run:
name: snap_dns_run ${{ matrix.arch-name }}
name: Test ${{ matrix.arch-name }} dns snaps
needs:
- gha_build_dns_snaps
- gha_build_snap