Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:

integration-test-lxd-charm:
name: Integration tests for charm deployment (lxd)
needs:
- lint
- unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -43,6 +46,9 @@ jobs:

integration-test-lxd-database-relation:
name: Integration tests for database relation (lxd)
needs:
- lint
- unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -56,6 +62,9 @@ jobs:

integration-test-lxd-db-relation:
name: Integration tests for db relation (lxd)
needs:
- lint
- unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -69,6 +78,9 @@ jobs:

integration-test-lxd-db-admin-relation:
name: Integration tests for db-admin relation (lxd)
needs:
- lint
- unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -82,6 +94,9 @@ jobs:

integration-test-ha-self-healing-rotation:
name: Integration tests for high availability self healing (lxd)
needs:
- lint
- unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -95,6 +110,9 @@ jobs:

integration-test-lxd-password-rotation:
name: Integration tests for password rotation (lxd)
needs:
- lint
- unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -108,6 +126,9 @@ jobs:

integration-test-lxd-tls:
name: Integration tests for TLS (lxd)
needs:
- lint
- unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down