Skip to content

Commit

Permalink
Fix integration CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold committed Sep 6, 2023
1 parent 348c946 commit 9efc382
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,6 @@ jobs:
- name: Debug output
run: |
sleep 360
echo "=========================== qdr =========================" && \
docker exec qdr qdstat -b 127.0.0.1:5666 -a
docker logs qdr
echo "========================= sg-core =======================" && \
docker logs sgcore
echo "========================= ceilometer ====================" && \
Expand Down
2 changes: 1 addition & 1 deletion ci/integration/metrics/ceilometer/bridge/run_sg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ go1.19 download
mkdir -p /usr/lib64/sg-core
PLUGIN_DIR=/usr/lib64/sg-core/ GOCMD=go1.19 BUILD_ARGS=-buildvcs=false ./build.sh

./sg-core -config ./ci/integration/metrics/sg_config_bridge.yaml
./sg-core -config ./ci/integration/metrics/ceilometer/bridge/sg_config.yaml
2 changes: 1 addition & 1 deletion ci/integration/metrics/ceilometer/tcp/run_sg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ go1.19 download
mkdir -p /usr/lib64/sg-core
PLUGIN_DIR=/usr/lib64/sg-core/ GOCMD=go1.19 BUILD_ARGS=-buildvcs=false ./build.sh

./sg-core -config ./ci/integration/metrics/sg_config_tcp.yaml
./sg-core -config ./ci/integration/metrics/ceilometer/tcp/sg_config.yaml
2 changes: 1 addition & 1 deletion ci/integration/metrics/collectd/run_sg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ go1.19 download
mkdir -p /usr/lib64/sg-core
PLUGIN_DIR=/usr/lib64/sg-core/ GOCMD=go1.19 BUILD_ARGS=-buildvcs=false ./build.sh

./sg-core -config ./ci/integration/metrics/sg_config_collectd_bridge.yaml
./sg-core -config ./ci/integration/metrics/collectd/sg_config.yaml

0 comments on commit 9efc382

Please sign in to comment.