secrets and with are not allowed in test jobs

This commit is contained in:
Erica Portnoy
2026-05-12 11:22:26 -07:00
parent 2a404044e5
commit 1759fb29fa
-18
View File
@@ -31,10 +31,6 @@ jobs:
steps: steps:
- run: exit 0 - run: exit 0
shell: bash shell: bash
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 }}"
########################### ###########################
#### packaging jobs ### #### packaging jobs ###
########################### ###########################
@@ -46,8 +42,6 @@ jobs:
steps: steps:
- run: exit 0 - run: exit 0
shell: bash shell: bash
with:
dockerTag: nightly
snap_packaging_jobs: snap_packaging_jobs:
name: Snap packaging name: Snap packaging
permissions: permissions:
@@ -56,10 +50,6 @@ jobs:
steps: steps:
- run: exit 0 - run: exit 0
shell: bash shell: bash
with:
snapBuildTimeout: 19800
secrets:
LAUNCHPAD_CREDENTIALS: "${{ secrets.LAUNCHPAD_CREDENTIALS }}"
create_changelog: create_changelog:
name: Create changelog name: Create changelog
permissions: permissions:
@@ -80,10 +70,6 @@ jobs:
steps: steps:
- run: exit 0 - run: exit 0
shell: bash shell: bash
secrets:
DOCKERHUB_TOKEN: "${{ secrets.DOCKERHUB_TOKEN }}"
with:
dockerTag: nightly
snap_deploy_jobs: snap_deploy_jobs:
name: Deploy snaps name: Deploy snaps
permissions: permissions:
@@ -96,10 +82,6 @@ jobs:
steps: steps:
- run: exit 0 - run: exit 0
shell: bash shell: bash
secrets:
SNAPCRAFTCFG: "${{ secrets.SNAPCRAFTCFG }}"
with:
snapReleaseChannel: edge
############################ ############################
#### rerun job ### #### rerun job ###
############################ ############################