Skip to content

Commit

Permalink
Merge pull request #355 from ShahradR/ci/e2e-abandon-v1
Browse files Browse the repository at this point in the history
ci: abandon v1 release support in end-to-end tests
  • Loading branch information
ShahradR authored Jan 1, 2025
2 parents 4b65590 + 538dd29 commit 8b53351
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,60 +66,6 @@ jobs:
update_taskcat: true
update_cfn_lint: true

e2e-v1-default:
name: End-to-end tests - @v1 - default
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ca-central-1
- name: Invoke "taskcat test run"
uses: ShahradR/action-taskcat@v1
with:
commands: test run --lint-disable --project-root ./e2e/resources/default

e2e-v1-update:
name: End-to-end tests - @v1 - update taskcat
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ca-central-1
- name: Invoke "taskcat test run --lint-disable"
uses: ShahradR/action-taskcat@v1
with:
commands: test run --project-root ./e2e/resources/default
update_taskcat: true

e2e-v1-lint-update:
name: End-to-end tests - @v1 - update taskcat
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ca-central-1
- name: Invoke "taskcat test run --lint-disable"
uses: ShahradR/action-taskcat@v1
with:
commands: test run --project-root ./e2e/resources/default
update_taskcat: true
update_cfn_lint: true

e2e-v2-default:
name: End-to-end tests - @v2 - default
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b53351

Please sign in to comment.