Skip to content

Commit

Permalink
Merge branch 'backport-4164' into release-2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Coduz committed Jan 23, 2025
2 parents 7784a60 + 54724e6 commit 609b0d7
Show file tree
Hide file tree
Showing 29 changed files with 1,213 additions and 5,044 deletions.
85 changes: 4 additions & 81 deletions .github/workflows/kapua-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobs or @scheduler'
tag: '(@job or @scheduler) and not @it'
needs-docker-images: 'false'
test-jobService:
test-job-IT:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
Expand All @@ -176,7 +176,7 @@ jobs:
with:
tag: '@job and @it'
needs-docker-images: 'true'
test-jobEngineOperations:
test-jobEngine-IT:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
Expand All @@ -185,7 +185,7 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineOperations'
tag: '@jobEngine'
needs-docker-images: 'true'
test-jobsIntegration:
needs: build
Expand All @@ -209,83 +209,6 @@ jobs:
with:
tag: '@account or @translator'
needs-docker-images: 'false'
test-jobEngineStepDefinitions:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineStepDefinitions'
needs-docker-images: 'true'
test-jobEngineStartOfflineDevice:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineStartOfflineDevice'
needs-docker-images: 'true'
test-jobEngineStartOnlineDevice:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineStartOnlineDevice'
needs-docker-images: 'true'
test-jobEngineRestartOfflineDevice:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineRestartOfflineDevice'
needs-docker-images: 'true'
test-jobEngineRestartOnlineDevice:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineRestartOnlineDevice'
needs-docker-images: 'true'
test-jobEngineRestartOnlineDeviceSecondPart:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineRestartOnlineDeviceSecondPart'
needs-docker-images: 'true'
test-jobEngineServiceStop:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineServiceStop'
needs-docker-images: 'true'
test-RoleAndGroup:
needs: build
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 609b0d7

Please sign in to comment.