-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
name: End-to-End tests | ||
|
||
on: | ||
pull_request: | ||
# TODO: debug | ||
workflow_dispatch: | ||
# pull_request: | ||
|
||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Manual test env | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
manual-test-env: | ||
name: manual-test-env | ||
runs-on: ["self-hosted", "stg-private-endpoint", "x64"] | ||
steps: | ||
- run: sudo apt update -yq | ||
- run: sudo apt install pipx -yq | ||
- run: pipx ensurepath | ||
- run: pipx install tox | ||
- uses: actions/checkout@v4 | ||
- uses: charmed-kubernetes/actions-operator@main | ||
- run: sudo snap install charmcraft --classic | ||
- run: lxd init --auto | ||
- run: charmcraft pack | ||
- name: Tmate debugging session (self-hosted) | ||
uses: canonical/action-tmate@main | ||
timeout-minutes: 300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters