Skip to content

Commit

Permalink
test upgrades every time
Browse files Browse the repository at this point in the history
  • Loading branch information
alephnull committed Jan 23, 2024
1 parent d0c9a08 commit 7d64317
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,6 @@ jobs:
with:
fetch-depth: 1

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
terraform_wrapper: false

- name: Configure AWS credentials for use
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down Expand Up @@ -224,7 +218,6 @@ jobs:
ORG_GH_TOKEN: ${{ secrets.ORG_GH_TOKEN }}

upgrade-deb:
if: startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
needs: goreleaser
strategy:
Expand Down Expand Up @@ -376,37 +369,3 @@ jobs:
cd -
fi
done
# AWS updates only for stable releases
aws-mktplace-byol:
if: ( 'a' == 'b' )
runs-on: ubuntu-latest
needs:
- smoke-tests
strategy:
matrix:
flavour:
- al2
- rhel

steps:
- name: Checkout tyk
uses: actions/checkout@v3
with:
fetch-depth: 1

- uses: actions/download-artifact@v3
with:
name: rpm
path: aws

- name: Packer build
working-directory: ./ci/aws
run: |
export VERSION=${{ needs.goreleaser.outputs.tag }}
packer validate -var-file=${{ matrix.flavour }}.vars.json byol.pkr.hcl
packer build -var-file=${{ matrix.flavour }}.vars.json byol.pkr.hcl

0 comments on commit 7d64317

Please sign in to comment.