Fix Github Actions (#18)

* Fix config for Github Actions

* Fix paths

* Add CentOS Latest and AlmaLinux 8.5 to RPM action

* Fix ID

* Reduce min Go version to 1.16 and use time.Unix in gpfsMetric
This commit is contained in:
Thomas Gruber
2022-01-30 14:54:36 +01:00
committed by GitHub
parent e4a2927b96
commit 6abbc5f77e
6 changed files with 81 additions and 52 deletions

22
.github/ci-router.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"add_tags" : [
{
"key" : "cluster",
"value" : "testcluster",
"if" : "*"
},
{
"key" : "test",
"value" : "testing",
"if" : "name == 'temp_package_id_0'"
}
],
"delete_tags" : [
{
"key" : "unit",
"value" : "*",
"if" : "*"
}
],
"interval_timestamp" : true
}