mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-08 14:35:55 +02:00
add installation og ganglia to runonce
This commit is contained in:
parent
21a4a93666
commit
ffd2d6f149
6
.github/workflows/runonce.yml
vendored
6
.github/workflows/runonce.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '^1.17.6'
|
go-version: '^1.17.6'
|
||||||
|
|
||||||
|
- name: Setup Ganglia
|
||||||
|
run: apt install gmond ganglia-monitor
|
||||||
|
|
||||||
- name: Build MetricCollector
|
- name: Build MetricCollector
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
@ -33,6 +36,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '^1.16.7' # The version AlmaLinux 8.5 uses
|
go-version: '^1.16.7' # The version AlmaLinux 8.5 uses
|
||||||
|
|
||||||
|
- name: Setup Ganglia
|
||||||
|
run: apt install gmond ganglia-monitor
|
||||||
|
|
||||||
- name: Build MetricCollector
|
- name: Build MetricCollector
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user