Skip to content

Commit

Permalink
Debugging integration actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Aug 16, 2024
1 parent 5ecc5ef commit 5a77cac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
sudo python -m pip install --upgrade pip
sudo python -m pip install --upgrade virtualenv
- name: Install devstack
if: false
run: |
SOURCE=$(pwd)
git clone http://github.com/openstack/devstack /opt/stack/devstack
Expand All @@ -62,6 +63,8 @@ jobs:
id: bridge_branch
continue-on-error: true
run: |
echo GITHUB_HEAD_REF
echo GITHUB_REF
echo "${refs/heads/GITHUB_HEAD_REF}"
git ls-remote --exit-code --heads https://github.com/infrawatch/sg-bridge.git "$(echo ${refs/heads/GITHUB_HEAD_REF})"
- name: Start sg-bridge from container image
Expand Down Expand Up @@ -113,6 +116,7 @@ jobs:
$TEST_IMAGE bash $PROJECT_ROOT/ci/integration/metrics/collectd/run_validation.sh
#-------------------------------------------------------------------------------
ceilometer-metrics-bridge:
if: false
name: "[metrics] transport: socket(sg-bridge); handler: ceilometer-metrics; application: prometheus"
runs-on: ubuntu-22.04
env:
Expand Down Expand Up @@ -215,6 +219,7 @@ jobs:
$TEST_IMAGE bash $PROJECT_ROOT/ci/integration/metrics/ceilometer/run_validation.sh
#-------------------------------------------------------------------------------
ceilometer-metrics-tcp:
if: false
name: "[metrics] transport: socket(tcp); handler: ceilometer-metrics; application: prometheus"
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit 5a77cac

Please sign in to comment.