From 4754f646692aff14af269442e78f9a99bc449162 Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Wed, 7 Aug 2024 14:48:22 +0000 Subject: [PATCH 1/3] DO NOT MERGE test dpw jhack timeout fix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c0e67d90..eff443988 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -102,7 +102,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@jhack-fix with: artifact-prefix: packed-charm-cache-true cloud: lxd From 93ba914d9b443f8a59e7615e591ebc070fd8ea53 Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Wed, 7 Aug 2024 14:49:16 +0000 Subject: [PATCH 2/3] test output --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eff443988..2f60b72ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: Tests concurrency: - group: "${{ github.workflow }}-${{ github.ref }}" + group: "${{ github.workflow }}-${{ github.ref }}-1" cancel-in-progress: true on: From 89b1d6f40e8309454ee64c1a0a20a074a8af9d2d Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Fri, 9 Aug 2024 12:25:17 +0000 Subject: [PATCH 3/3] test with tee --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5dd201fd6..6954fb907 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: Tests concurrency: - group: "${{ github.workflow }}-${{ github.ref }}-1" + group: "${{ github.workflow }}-${{ github.ref }}-2" cancel-in-progress: true on: