From fc8c933f2819eff88b51a7ab0d0726e440d0da46 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 10 Jun 2026 17:35:32 -0700 Subject: [PATCH] only do snap packaging --- .github/workflows/full_test_suite.yml | 34 +++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/full_test_suite.yml b/.github/workflows/full_test_suite.yml index a2e35d173..85d42afff 100644 --- a/.github/workflows/full_test_suite.yml +++ b/.github/workflows/full_test_suite.yml @@ -13,23 +13,23 @@ permissions: 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: - AWS_TEST_FARM_PEM: "${{ secrets.AWS_TEST_FARM_PEM }}" - AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}" - AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}" - 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 + # 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: + # AWS_TEST_FARM_PEM: "${{ secrets.AWS_TEST_FARM_PEM }}" + # AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}" + # AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}" + # 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 snap_packaging_jobs: name: Snap packaging uses: "./.github/workflows/snap_packaging_jobs.yml"