Skip to content

Commit

Permalink
ci: 🎡 fix infra and e2e workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Jun 9, 2022
1 parent f756665 commit 5273a8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ on:
push:
paths:
- 'e2e/**'
- '.github/workflows/e2e.yml'
- 'infra/charts/datasets-server/docker-images.yaml'
- '.github/workflows/_e2e_tests.yml'
- '.github/workflows/_quality-python.yml'
- '.github/workflows/e2e.yml'
jobs:
quality:
uses: ./.github/workflows/_quality-python.yml
with:
working-directory: e2e
e2e-tests:
uses: ./.github/workflows/_e2e_tests.yml
with:
config-file: infra/charts/datasets-server/docker-images.yaml
secrets:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8 changes: 0 additions & 8 deletions .github/workflows/infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
paths:
- 'infra/charts/datasets-server/**'
- '.github/workflows/infra.yml'
- '.github/workflows/_e2e_tests.yml'
jobs:
code-quality-helm:
runs-on: ubuntu-20.04
Expand All @@ -15,10 +14,3 @@ jobs:
- name: Lint chart
run: helm lint
working-directory: infra/charts/datasets-server
e2e-tests:
uses: ./.github/workflows/_e2e_tests.yml
with:
config-file: infra/charts/datasets-server/docker-images.yaml
secrets:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 5273a8a

Please sign in to comment.