From 7ac160d2d65aa1c71e71513a18ca5f900d25b8b1 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 23 Mar 2026 18:01:35 -0700 Subject: [PATCH] only run test farm tests --- .github/workflows/extended_tests_jobs.yml | 54 ++++++++++---------- .github/workflows/test_and_package_stage.yml | 28 +++++----- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/.github/workflows/extended_tests_jobs.yml b/.github/workflows/extended_tests_jobs.yml index 808028100..43d53093b 100644 --- a/.github/workflows/extended_tests_jobs.yml +++ b/.github/workflows/extended_tests_jobs.yml @@ -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: diff --git a/.github/workflows/test_and_package_stage.yml b/.github/workflows/test_and_package_stage.yml index 1e74eceb5..cfe447fc3 100644 --- a/.github/workflows/test_and_package_stage.yml +++ b/.github/workflows/test_and_package_stage.yml @@ -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