Skip to content

Commit

Permalink
Juju2 job
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Nov 10, 2023
1 parent d7afbbc commit b137a40
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
permissions:
actions: write # Needed to manage GitHub Actions cache

integration-test:
integration-test-juju3:
name: Integration test charm
needs:
- build
Expand All @@ -63,3 +63,23 @@ jobs:
"GCP_ACCESS_KEY": "${{ secrets.GCP_ACCESS_KEY }}",
"GCP_SECRET_KEY": "${{ secrets.GCP_SECRET_KEY }}"
}
integration-test-juju2:
name: Integration test charm
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@test-large
with:
artifact-name: ${{ needs.build.outputs.artifact-name }}
cloud: lxd
juju-agent-version: "2.9.45"
channel: "2.9/stable"
libjuju-version-constraint: "2.9.45.0"
secrets:
integration-test: |
{
"AWS_ACCESS_KEY": "${{ secrets.AWS_ACCESS_KEY }}",
"AWS_SECRET_KEY": "${{ secrets.AWS_SECRET_KEY }}",
"GCP_ACCESS_KEY": "${{ secrets.GCP_ACCESS_KEY }}",
"GCP_SECRET_KEY": "${{ secrets.GCP_SECRET_KEY }}"
}

0 comments on commit b137a40

Please sign in to comment.