mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
consistent shorter test names
This commit is contained in:
@@ -13,7 +13,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker_build:
|
docker_build:
|
||||||
name: Build ${{ matrix.DOCKER_ARCH }} docker image
|
name: Build ${{ matrix.DOCKER_ARCH }}
|
||||||
runs-on:
|
runs-on:
|
||||||
- ${{ matrix.run-on }}
|
- ${{ matrix.run-on }}
|
||||||
# The default timeout of 60 minutes is a little low for compiling
|
# The default timeout of 60 minutes is a little low for compiling
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
name: docker_${{ matrix.DOCKER_ARCH }}
|
name: docker_${{ matrix.DOCKER_ARCH }}
|
||||||
path: "${{ runner.temp }}"
|
path: "${{ runner.temp }}"
|
||||||
docker_test:
|
docker_test:
|
||||||
name: Test ${{ matrix.DOCKER_ARCH }} docker image
|
name: Test ${{ matrix.DOCKER_ARCH }}
|
||||||
needs:
|
needs:
|
||||||
- docker_build
|
- docker_build
|
||||||
runs-on:
|
runs-on:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gha_build_snap:
|
gha_build_snap:
|
||||||
name: Build ${{ matrix.build-for }} certbot snap
|
name: Build certbot ${{ matrix.build-for }}
|
||||||
runs-on: ${{ matrix.build-on }}
|
runs-on: ${{ matrix.build-on }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
DNS_NAMES="$(echo certbot-dns-* | jq -R -s -c 'split(" ")[:-1]')"
|
DNS_NAMES="$(echo certbot-dns-* | jq -R -s -c 'split(" ")[:-1]')"
|
||||||
echo "dns-dirs=$DNS_NAMES" >> "$GITHUB_OUTPUT"
|
echo "dns-dirs=$DNS_NAMES" >> "$GITHUB_OUTPUT"
|
||||||
gha_build_dns_snaps:
|
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
|
needs: generate_dns_list_matrix
|
||||||
runs-on: ${{ matrix.build-on }}
|
runs-on: ${{ matrix.build-on }}
|
||||||
strategy:
|
strategy:
|
||||||
@@ -111,7 +111,7 @@ jobs:
|
|||||||
*.snap
|
*.snap
|
||||||
certbot-dns-*/*.snap
|
certbot-dns-*/*.snap
|
||||||
snap_run:
|
snap_run:
|
||||||
name: Test ${{ matrix.arch-name }} certbot snap
|
name: Test certbot ${{ matrix.arch-name }}
|
||||||
needs:
|
needs:
|
||||||
- gha_build_snap
|
- gha_build_snap
|
||||||
- launchpad_build_all
|
- launchpad_build_all
|
||||||
@@ -169,7 +169,7 @@ jobs:
|
|||||||
run: |-
|
run: |-
|
||||||
venv/bin/python -m tox run -e integration-external,apacheconftest-external-with-pebble
|
venv/bin/python -m tox run -e integration-external,apacheconftest-external-with-pebble
|
||||||
snap_dns_run:
|
snap_dns_run:
|
||||||
name: Test ${{ matrix.arch-name }} dns snaps
|
name: Test DNS ${{ matrix.arch-name }}
|
||||||
needs:
|
needs:
|
||||||
- gha_build_dns_snaps
|
- gha_build_dns_snaps
|
||||||
- gha_build_snap
|
- gha_build_snap
|
||||||
|
|||||||
Reference in New Issue
Block a user