Skip to content

Commit

Permalink
FIX reactivate tests and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Jan 16, 2025
1 parent 1afb98c commit 479c7ab
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 113 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
#
name: "CodeQL Advanced"

# on:
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
# schedule:
# - cron: '33 5 * * 1'
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '33 5 * * 1'

jobs:
analyze:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Compliance Tests

#on:
# push:
# branches:
# - master
# pull_request:
# branches:
# - master
# - '!checkvalgrind**'
on:
push:
branches:
- master
pull_request:
branches:
- master
- '!checkvalgrind**'

jobs:
compliance:
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/example.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/example2.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/example3.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
strategy:
matrix:
payload:
- { name: 'batch debug - cache', range: '-e FT_FROM_IX=662 -e FT_TO_IX=669' }
- { name: 'batch 1 - cache', range: '-e FT_FROM_IX=0 -e FT_TO_IX=300' }
- { name: 'batch 2 - cache', range: '-e FT_FROM_IX=301 -e FT_TO_IX=600' }
- { name: 'batch 3 - cache', range: '-e FT_FROM_IX=601 -e FT_TO_IX=900' }
Expand All @@ -61,7 +60,3 @@ jobs:
- name: Run functional test
run: |
docker run --network host -t --rm -e REPO_ACCESS_TOKEN=${{ secrets.REPO_ACCESS_TOKEN }} ${{ matrix.payload.range }} -v $(pwd):/opt/fiware-orion ${{ env.TEST_IMAGE_NAME }} build -miqts functional
- name: Log after running test
run: |
docker logs mosquitto
16 changes: 8 additions & 8 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Unit Tests

#on:
# push:
# branches:
# - master
# pull_request:
# branches:
# - master
# - '!checkvalgrind**'
on:
push:
branches:
- master
pull_request:
branches:
- master
- '!checkvalgrind**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 479c7ab

Please sign in to comment.