Skip to content

Commit

Permalink
♻️ [Test] Removed old test cases and reviewed Kapua CI github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <[email protected]>
  • Loading branch information
Coduz committed Dec 23, 2024
1 parent 0bf42a0 commit 44e2cc3
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 4,649 deletions.
83 changes: 3 additions & 80 deletions .github/workflows/kapua-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,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 Service IT:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
Expand All @@ -173,7 +173,7 @@ jobs:
with:
tag: '@job and @it'
needs-docker-images: 'true'
test-jobEngineOperations:
Test - Job Engine IT:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
Expand Down Expand Up @@ -206,83 +206,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

This file was deleted.

This file was deleted.

Loading

0 comments on commit 44e2cc3

Please sign in to comment.