only do snap packaging

This commit is contained in:
Erica Portnoy
2026-06-10 17:47:21 -07:00
parent 36c3674f6f
commit fc8c933f28
+17 -17
View File
@@ -13,23 +13,23 @@ permissions:
jobs: jobs:
# These four jobs could be grouped in a separate workflow, but the github actions UI # 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. # is much nicer if they are instead listed explicitly here.
standard_tests_jobs: # standard_tests_jobs:
name: Standard tests # name: Standard tests
uses: "./.github/workflows/standard_tests_jobs.yml" # uses: "./.github/workflows/standard_tests_jobs.yml"
extended_tests_jobs: # extended_tests_jobs:
name: Extended tests # name: Extended tests
uses: "./.github/workflows/extended_tests_jobs.yml" # uses: "./.github/workflows/extended_tests_jobs.yml"
secrets: # secrets:
AWS_TEST_FARM_PEM: "${{ secrets.AWS_TEST_FARM_PEM }}" # AWS_TEST_FARM_PEM: "${{ secrets.AWS_TEST_FARM_PEM }}"
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}" # AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}" # AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
docker_packaging_jobs: # docker_packaging_jobs:
name: Docker packaging # name: Docker packaging
uses: "./.github/workflows/docker_packaging_jobs.yml" # uses: "./.github/workflows/docker_packaging_jobs.yml"
with: # with:
# We don't publish our Docker images in this pipeline, but when building them # # We don't publish our Docker images in this pipeline, but when building them
# for testing, let's use the nightly tag. # # for testing, let's use the nightly tag.
dockerTag: nightly # dockerTag: nightly
snap_packaging_jobs: snap_packaging_jobs:
name: Snap packaging name: Snap packaging
uses: "./.github/workflows/snap_packaging_jobs.yml" uses: "./.github/workflows/snap_packaging_jobs.yml"