Skip to content

Commit

Permalink
Bump CI ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold committed Sep 5, 2023
1 parent b15a698 commit 51d39c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on: [push, pull_request]
jobs:
collectd-metrics-bridge:
name: "[metrics] transport: socket(sg-bridge); handler: collectd-metrics; application: prometheus"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
QDR_CHANNEL: collectd/metrics
BRIDGE_SOCKET: /tmp/sg-bridge/test-socket
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
#-------------------------------------------------------------------------------
ceilometer-metrics-bridge:
name: "[metrics] transport: socket(sg-bridge); handler: ceilometer-metrics; application: prometheus"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
QDR_CHANNEL: ceilometer/metering.sample
BRIDGE_SOCKET: /tmp/sg-bridge/test-socket
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
#-------------------------------------------------------------------------------
logging:
name: "[logging] handler: logs; application: elasticsearch, loki"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
BRIDGE_SOCKET: /tmp/sg-bridge/test-socket

Expand Down

0 comments on commit 51d39c4

Please sign in to comment.