Skip to content

Commit

Permalink
added tmate debug #1
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSys911 committed Apr 6, 2022
1 parent c87c63e commit 68702ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cloudbeat-ci-v2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CloudBeat CI V2
name: CloudBeat-CI-V2

on:
# pull_request_target:
Expand Down Expand Up @@ -144,11 +144,11 @@ jobs:
echo "EOF" >> "$GITHUB_ENV"
exit $result_code
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# if: failure()
# with:
# limit-access-to-actor: true
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: always()
with:
limit-access-to-actor: true

- name: Get Allure history
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions JUSTFILE
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ expose-ports:
TESTS_RELEASE := "cloudbeat-tests"
TIMEOUT := "1200s"

build-test-docker:
build-pytest-docker:
cd tests; docker build -t cloudbeat-test .

load-tests-kind:
kind load docker-image cloudbeat-test:0.0.6 --name kind-mono
load-pytest-kind:
kind load docker-image cloudbeat-test:latest --name kind-mono

deploy-tests-helm:
helm upgrade --wait --timeout={{TIMEOUT}} --install --values tests/deploy/values/ci.yml --namespace kube-system {{TESTS_RELEASE}} tests/deploy/k8s-cloudbeat-tests/
Expand Down

0 comments on commit 68702ef

Please sign in to comment.