Skip to content

Commit

Permalink
Fix integration CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold committed Jun 12, 2024
1 parent 0ed124d commit 83ea55c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
docker logs qdr
echo "========================= sg-core =======================" && \
docker logs sgcore
echo "========================= sg-bridge =======================" && \
docker logs sgbridge
echo "======================== prometheus =====================" && \
docker logs prometheus
- name: Validate metrics processing
Expand Down Expand Up @@ -200,6 +202,8 @@ jobs:
docker logs qdr
echo "========================= sg-core =======================" && \
docker logs sgcore
echo "========================= sg-bridge =======================" && \
docker logs sgbridge
echo "========================= ceilometer ====================" && \
sudo journalctl -xu [email protected]
echo "======================== prometheus =====================" && \
Expand Down
2 changes: 1 addition & 1 deletion ci/integration/logging/run_bridge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ git checkout $BRANCH || true
make

touch $BRIDGE_SOCKET
./bridge --amqp_url amqp://localhost:5666/rsyslog/logs --gw_unix=$BRIDGE_SOCKET
./bridge --amqp_url amqp://localhost:5666/rsyslog/logs --gw_unix=$BRIDGE_SOCKET --stat_period 1
2 changes: 1 addition & 1 deletion ci/integration/metrics/run_bridge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ git checkout $BRANCH || true
make

touch $BRIDGE_SOCKET
./bridge --amqp_url amqp://localhost:5666/$CHANNEL --gw_unix=$BRIDGE_SOCKET
./bridge --amqp_url amqp://localhost:5666/$CHANNEL --gw_unix=$BRIDGE_SOCKET --stat_period 1

0 comments on commit 83ea55c

Please sign in to comment.