mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
remove deleted full-test-suite.yml
This commit is contained in:
parent
ad6eaed1eb
commit
741648f96e
1 changed files with 0 additions and 37 deletions
37
.github/workflows/full-test-suite.yml
vendored
37
.github/workflows/full-test-suite.yml
vendored
|
|
@ -1,37 +0,0 @@
|
|||
# Advanced pipeline for running our full test suite on demand.
|
||||
name: Full test suite
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
# When changing these triggers, please ensure the documentation under
|
||||
# "Running tests in CI" is still correct.
|
||||
- test-*
|
||||
workflow_dispatch:
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
# These four jobs could be grouped in a separate workflow, but the github actions UI
|
||||
# is much nicer if they are instead listed explicitly here.
|
||||
standard_tests_jobs:
|
||||
name: Standard tests
|
||||
uses: "./.github/workflows/standard_tests_jobs.yml"
|
||||
extended_tests_jobs:
|
||||
name: Extended tests
|
||||
uses: "./.github/workflows/extended_tests_jobs.yml"
|
||||
secrets: inherit
|
||||
docker_packaging_jobs:
|
||||
name: Docker packaging
|
||||
uses: "./.github/workflows/docker_packaging_jobs.yml"
|
||||
with:
|
||||
# We don't publish our Docker images in this pipeline, but when building them
|
||||
# for testing, let's use the nightly tag.
|
||||
dockerTag: nightly
|
||||
secrets: inherit
|
||||
snap_packaging_jobs:
|
||||
name: Snap packaging
|
||||
uses: "./.github/workflows/snap_packaging_jobs.yml"
|
||||
with:
|
||||
snapBuildTimeout: 5400
|
||||
secrets: inherit
|
||||
|
||||
Loading…
Reference in a new issue