Skip to content

Commit

Permalink
enh(ci): update collect nightly triggers (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret authored Feb 4, 2025
1 parent a73575c commit ceccd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
for target in "${NIGHTLY_TARGETS[@]}"; do
echo "[INFO] - Dispatching nightly run to $target branch."
gh workflow run centreon-collect.yml -r "$target" -f nightly_manual_trigger=true
if [[ "$target" != "dev-24.10.x" ]]; then
if [[ "$target" == "dev-22.10.x" ]]; then
gh workflow run robot-nightly.yml -r "$target"
fi
done
Expand Down

3 comments on commit ceccd6b

@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
19 1 0 20 95.00 14m21.808121999s

Failed Tests

Name Message ⏱️ Duration Suite
BDBU1 Central Broker not correctly stopped (coredump generated) 97.528 s Sql

@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 20m26.946326s

Failed Tests

Name Message ⏱️ Duration Suite
not12 The second notification of U2 is not sent 82.350 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
1 1 0 2 50.00 1m43.080218s

Failed Tests

Name Message ⏱️ Duration Suite
EBNSVC1 OSError: [Errno 26] Text file busy: '/tmp/var/lib/centreon-engine/check.pl' 32.268 s Services-Increased

Please sign in to comment.