From 7953629940413ade2d9d708f9afb1d7e1f910720 Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Mon, 24 Jan 2022 15:55:15 +0100 Subject: [PATCH] Update GitHub actions --- .github/ci-config.json | 23 +++++++++++++---------- .github/workflows/runonce.yml | 5 ++++- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/ci-config.json b/.github/ci-config.json index b3fbff1..402388d 100644 --- a/.github/ci-config.json +++ b/.github/ci-config.json @@ -21,7 +21,10 @@ "topprocs", "nvidia", "diskstat", - "ipmistat" + "ipmistat", + "gpfs", + "cpufreq", + "cpufreq_cpuinfo" ], "default_tags": { "cluster": "testcluster" @@ -30,20 +33,20 @@ "type": "none" }, "collect_config": { - "topprocs" : { + "topprocs": { "num_procs": 2 - }, + }, "tempstat": { "tag_override": { - "hwmon0" : { - "type" : "socket", - "type-id" : "0" + "hwmon0": { + "type": "socket", + "type-id": "0" }, - "hwmon1" : { - "type" : "socket", - "type-id" : "1" + "hwmon1": { + "type": "socket", + "type-id": "1" } } } } -} +} \ No newline at end of file diff --git a/.github/workflows/runonce.yml b/.github/workflows/runonce.yml index 8efc70a..194710f 100644 --- a/.github/workflows/runonce.yml +++ b/.github/workflows/runonce.yml @@ -7,8 +7,11 @@ jobs: steps: - uses: actions/checkout@v2 + # See: https://github.com/marketplace/actions/setup-go-environment - name: Setup Golang - uses: actions/setup-go@v2.1.4 + uses: actions/setup-go@v2.1.5 + with: + go-version: '^1.17.6' - name: Build MetricCollector run: make