mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
consistent shorter test names
This commit is contained in:
parent
40d6660f50
commit
ef73091f8e
2 changed files with 6 additions and 6 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: Build ${{ matrix.DOCKER_ARCH }} docker image
|
||||
name: Build ${{ matrix.DOCKER_ARCH }}
|
||||
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: Test ${{ matrix.DOCKER_ARCH }} docker image
|
||||
name: Test ${{ matrix.DOCKER_ARCH }}
|
||||
needs:
|
||||
- docker_build
|
||||
runs-on:
|
||||
|
|
|
|||
8
.github/workflows/snap_packaging_jobs.yml
vendored
8
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -13,7 +13,7 @@ env:
|
|||
|
||||
jobs:
|
||||
gha_build_snap:
|
||||
name: Build ${{ matrix.build-for }} certbot snap
|
||||
name: Build certbot ${{ matrix.build-for }}
|
||||
runs-on: ${{ matrix.build-on }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
DNS_NAMES="$(echo certbot-dns-* | jq -R -s -c 'split(" ")[:-1]')"
|
||||
echo "dns-dirs=$DNS_NAMES" >> "$GITHUB_OUTPUT"
|
||||
gha_build_dns_snaps:
|
||||
name: Build ${{ matrix.dns-dir }} ${{ matrix.build-for }} snap
|
||||
name: Build ${{ matrix.dns-dir }} ${{ matrix.build-for }}
|
||||
needs: generate_dns_list_matrix
|
||||
runs-on: ${{ matrix.build-on }}
|
||||
strategy:
|
||||
|
|
@ -111,7 +111,7 @@ jobs:
|
|||
*.snap
|
||||
certbot-dns-*/*.snap
|
||||
snap_run:
|
||||
name: Test ${{ matrix.arch-name }} certbot snap
|
||||
name: Test certbot ${{ matrix.arch-name }}
|
||||
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: Test ${{ matrix.arch-name }} dns snaps
|
||||
name: Test DNS ${{ matrix.arch-name }}
|
||||
needs:
|
||||
- gha_build_dns_snaps
|
||||
- gha_build_snap
|
||||
|
|
|
|||
Loading…
Reference in a new issue