mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
only run test farm tests
This commit is contained in:
parent
da3ffa2041
commit
7ac160d2d6
2 changed files with 41 additions and 41 deletions
54
.github/workflows/extended_tests_jobs.yml
vendored
54
.github/workflows/extended_tests_jobs.yml
vendored
|
|
@ -15,34 +15,34 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
PYTHON_VERSION: ['3.14']
|
||||
TOXENV:
|
||||
- isolated-acme,isolated-certbot,isolated-apache,isolated-cloudflare,isolated-digitalocean,isolated-dnsimple,isolated-dnsmadeeasy,isolated-gehirn,isolated-google,isolated-linode,isolated-luadns,isolated-nsone,isolated-ovh,isolated-rfc2136,isolated-route53,isolated-sakuracloud,isolated-nginx
|
||||
- nginx_compat
|
||||
- modification
|
||||
# PYTHON_VERSION: ['3.14']
|
||||
# TOXENV:
|
||||
# - isolated-acme,isolated-certbot,isolated-apache,isolated-cloudflare,isolated-digitalocean,isolated-dnsimple,isolated-dnsmadeeasy,isolated-gehirn,isolated-google,isolated-linode,isolated-luadns,isolated-nsone,isolated-ovh,isolated-rfc2136,isolated-route53,isolated-sakuracloud,isolated-nginx
|
||||
# - nginx_compat
|
||||
# - modification
|
||||
include:
|
||||
- PYTHON_VERSION: '3.11'
|
||||
TOXENV: py311
|
||||
- PYTHON_VERSION: '3.12'
|
||||
TOXENV: py312
|
||||
- PYTHON_VERSION: '3.13'
|
||||
TOXENV: py313
|
||||
- PYTHON_VERSION: '3.10'
|
||||
TOXENV: integration-certbot-oldest
|
||||
- PYTHON_VERSION: '3.10'
|
||||
TOXENV: integration-nginx-oldest
|
||||
- PYTHON_VERSION: '3.10'
|
||||
TOXENV: integration
|
||||
- PYTHON_VERSION: '3.11'
|
||||
TOXENV: integration
|
||||
- PYTHON_VERSION: '3.12'
|
||||
TOXENV: integration
|
||||
- PYTHON_VERSION: '3.13'
|
||||
TOXENV: integration
|
||||
# python 3.14 integration tests are not run here because they're run as
|
||||
# part of the standard test suite
|
||||
- PYTHON_VERSION: '3.12'
|
||||
TOXENV: integration-dns-rfc2136
|
||||
# - PYTHON_VERSION: '3.11'
|
||||
# TOXENV: py311
|
||||
# - PYTHON_VERSION: '3.12'
|
||||
# TOXENV: py312
|
||||
# - PYTHON_VERSION: '3.13'
|
||||
# TOXENV: py313
|
||||
# - PYTHON_VERSION: '3.10'
|
||||
# TOXENV: integration-certbot-oldest
|
||||
# - PYTHON_VERSION: '3.10'
|
||||
# TOXENV: integration-nginx-oldest
|
||||
# - PYTHON_VERSION: '3.10'
|
||||
# TOXENV: integration
|
||||
# - PYTHON_VERSION: '3.11'
|
||||
# TOXENV: integration
|
||||
# - PYTHON_VERSION: '3.12'
|
||||
# TOXENV: integration
|
||||
# - PYTHON_VERSION: '3.13'
|
||||
# TOXENV: integration
|
||||
# # python 3.14 integration tests are not run here because they're run as
|
||||
# # part of the standard test suite
|
||||
# - PYTHON_VERSION: '3.12'
|
||||
# TOXENV: integration-dns-rfc2136
|
||||
- PYTHON_VERSION: '3.12'
|
||||
TOXENV: test-farm-apache2
|
||||
steps:
|
||||
|
|
|
|||
28
.github/workflows/test_and_package_stage.yml
vendored
28
.github/workflows/test_and_package_stage.yml
vendored
|
|
@ -11,23 +11,23 @@ on:
|
|||
type: number
|
||||
|
||||
jobs:
|
||||
standard_tests_jobs:
|
||||
name: standard_tests_jobs
|
||||
uses: "./.github/workflows/standard_tests_jobs.yml"
|
||||
permissions:
|
||||
contents: read
|
||||
# standard_tests_jobs:
|
||||
# name: standard_tests_jobs
|
||||
# uses: "./.github/workflows/standard_tests_jobs.yml"
|
||||
# permissions:
|
||||
# contents: read
|
||||
extended_tests_jobs:
|
||||
name: extended_tests_jobs
|
||||
uses: "./.github/workflows/extended_tests_jobs.yml"
|
||||
permissions:
|
||||
contents: read
|
||||
secrets: inherit
|
||||
packaging_jobs:
|
||||
name: packaging_jobs
|
||||
uses: "./.github/workflows/packaging_jobs.yml"
|
||||
permissions:
|
||||
contents: read
|
||||
with:
|
||||
dockerTag: ${{ inputs.dockerTag }}
|
||||
snapBuildTimeout: ${{ inputs.snapBuildTimeout }}
|
||||
secrets: inherit
|
||||
# packaging_jobs:
|
||||
# name: packaging_jobs
|
||||
# uses: "./.github/workflows/packaging_jobs.yml"
|
||||
# permissions:
|
||||
# contents: read
|
||||
# with:
|
||||
# dockerTag: ${{ inputs.dockerTag }}
|
||||
# snapBuildTimeout: ${{ inputs.snapBuildTimeout }}
|
||||
# secrets: inherit
|
||||
|
|
|
|||
Loading…
Reference in a new issue