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 817c2fc
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,36 @@ jobs:
permissions:
actions: write # Needed to manage GitHub Actions cache

integration-test:
name: Integration test charm
integration-test-juju3:
name: Integration test charm on Juju 3
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: 3.1.6
juju-snap-channel: "3.1/stable"
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 }}"
}
integration-test-juju2:
name: Integration test charm on Juju 2
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"
juju-snap-channel: "2.9/stable"
libjuju-version-constraint: "2.9.45.0"
secrets:
integration-test: |
{
Expand Down

0 comments on commit 817c2fc

Please sign in to comment.