mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
nicer names for snap and docker build and test jobs
This commit is contained in:
parent
b9c53a90c0
commit
6ae862f749
2 changed files with 4 additions and 4 deletions
4
.github/workflows/docker_packaging_jobs.yml
vendored
4
.github/workflows/docker_packaging_jobs.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
4
.github/workflows/snap_packaging_jobs.yml
vendored
4
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue