Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Dec 16, 2024
2 parents f210197 + 25b9de2 commit 8d9f0a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ jobs:
include:
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64

name: deliver ${{ matrix.distrib }}

Expand Down Expand Up @@ -517,7 +515,7 @@ jobs:
runs-on: [self-hosted, common]
strategy:
matrix:
distrib: [el8, el9, bookworm, jammy]
distrib: [el8, el9, bookworm]

steps:
- name: Checkout sources
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/libzmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ jobs:
include:
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64

name: deliver ${{ matrix.distrib }} ${{ matrix.arch }}

Expand Down Expand Up @@ -224,7 +222,7 @@ jobs:
runs-on: [self-hosted, common]
strategy:
matrix:
distrib: [el8, el9, bookworm, jammy]
distrib: [el8, el9, bookworm]

steps:
- name: Checkout sources
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lua-curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ jobs:
include:
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64

name: deliver ${{ matrix.distrib }} ${{ matrix.arch }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion agent/installer/silent.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -479,4 +479,4 @@ Function un.silent_verify_admin
SetErrorLevel 1
Quit
${EndIf}
FunctionEnd
FunctionEnd

3 comments on commit 8d9f0a9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
23 1 0 24 95.83 20m6.870578s

Failed Tests

Name Message ⏱️ Duration Suite
not12 The second notification of U2 is not sent 82.352 s Notifications

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
6 1 0 7 85.71 3m34.782469s

Failed Tests

Name Message ⏱️ Duration Suite
EBNHGU4_BBDO2 The hostgroup 1 still exists 95.410 s Hostgroups

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
44 2 0 46 95.65 17m47.58265s

Failed Tests

Name Message ⏱️ Duration Suite
ANO_DT4 dependent service mustn t be in downtime 81.598 s Anomaly-Detection
BEHOSTCHECK last_check column in resources table not updated. 36.780 s External-Commands2

Please sign in to comment.