Skip to content

Commit

Permalink
Removing agent-version to check if works
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Feb 22, 2024
1 parent 6bb5b33 commit b306eff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
bootstrap-options: "--agent-version 2.9.43"
- name: Run integration tests
run: tox -e integration-charm

Expand All @@ -56,7 +55,6 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
bootstrap-options: "--agent-version 2.9.43"
- name: Run integration tests
run: tox -e integration-relation

Expand All @@ -73,7 +71,6 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
bootstrap-options: "--agent-version 2.9.43"
- name: Run integration tests
run: tox -e integration-relation -- --num-units 1

Expand All @@ -90,7 +87,6 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
bootstrap-options: "--agent-version 2.9.43"
- name: Run integration tests
run: tox -e integration-password

Expand All @@ -107,6 +103,5 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
bootstrap-options: "--agent-version 2.9.29"
- name: Run integration tests
run: tox -e integration-scaling
run: tox -e integration-scaling

0 comments on commit b306eff

Please sign in to comment.