File tree Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/env bash
2
- # CI script for UBI8 job
2
+ # CI script for UBI9 job
3
3
# purpose: spawn sg-core to process messages sent by rsyslog
4
4
5
5
set -ex
6
6
7
7
# enable required repo(s)
8
8
curl -o /etc/yum.repos.d/CentOS-OpsTools.repo $OPSTOOLS_REPO
9
- sed -i ' s/gpgcheck=1/gpgcheck=0/g' /etc/yum.repos.d/CentOS-OpsTools.repo
10
9
11
10
dnf install -y git golang gcc make qpid-proton-c-devel
12
11
13
12
export GOBIN=$GOPATH /bin
14
13
export PATH=$PATH :$GOBIN
15
14
16
- go install golang.org/dl/go1.22@latest
17
- go1.22 download
15
+ go install golang.org/dl/go1.22.0 @latest
16
+ go1.22.0 download
18
17
19
18
# install sg-core and start sg-core
20
19
mkdir -p /usr/lib64/sg-core
21
- PLUGIN_DIR=/usr/lib64/sg-core/ GOCMD=go1.22 BUILD_ARGS=-buildvcs=false ./build.sh
20
+ PLUGIN_DIR=/usr/lib64/sg-core/ GOCMD=go1.22.0 BUILD_ARGS=-buildvcs=false ./build.sh
22
21
23
22
./sg-core -config ./ci/integration/metrics/ceilometer/tcp/sg_config.yaml
Original file line number Diff line number Diff line change 1
1
#! /bin/env bash
2
- # CI script for UBI8 job
2
+ # CI script for UBI9 job
3
3
# purpose: spawn sg-core to process messages sent by rsyslog
4
4
5
5
set -ex
6
6
7
7
# enable required repo(s)
8
8
curl -o /etc/yum.repos.d/CentOS-OpsTools.repo $OPSTOOLS_REPO
9
- sed -i ' s/gpgcheck=1/gpgcheck=0/g' /etc/yum.repos.d/CentOS-OpsTools.repo
10
9
11
10
dnf install -y git golang gcc make qpid-proton-c-devel
12
11
13
12
export GOBIN=$GOPATH /bin
14
13
export PATH=$PATH :$GOBIN
15
14
16
- go install golang.org/dl/go1.22@latest
17
- go1.22 download
15
+ go install golang.org/dl/go1.22.0 @latest
16
+ go1.22.0 download
18
17
19
18
# install sg-core and start sg-core
20
19
mkdir -p /usr/lib64/sg-core
21
- PLUGIN_DIR=/usr/lib64/sg-core/ GOCMD=go1.22 BUILD_ARGS=-buildvcs=false ./build.sh
20
+ PLUGIN_DIR=/usr/lib64/sg-core/ GOCMD=go1.22.0 BUILD_ARGS=-buildvcs=false ./build.sh
22
21
23
22
./sg-core -config ./ci/integration/metrics/collectd/sg_config.yaml
Original file line number Diff line number Diff line change 1
1
#! /bin/env bash
2
- # CI script for UBI8 job
2
+ # CI script for UBI9 job
3
3
# purpose: spawn sg-bridge for message bus connection
4
4
5
5
set -ex
@@ -8,7 +8,6 @@ CHANNEL=$QDR_CHANNEL
8
8
9
9
# enable required repo(s)
10
10
curl -o /etc/yum.repos.d/CentOS-OpsTools.repo $OPSTOOLS_REPO
11
- sed -i ' s/gpgcheck=1/gpgcheck=0/g' /etc/yum.repos.d/CentOS-OpsTools.repo
12
11
13
12
dnf install -y git gcc make qpid-proton-c-devel redhat-rpm-config
14
13
Original file line number Diff line number Diff line change 6
6
7
7
# enable required repo(s)
8
8
curl -o /etc/yum.repos.d/CentOS-OpsTools.repo $OPSTOOLS_REPO
9
- sed -i ' s/gpgcheck=1/gpgcheck=0/g' /etc/yum.repos.d/CentOS-OpsTools.repo
10
9
11
10
# without glibc-langpack-en locale setting in CentOS8 is broken without this package
12
11
yum install -y git golang gcc make glibc-langpack-en qpid-proton-c-devel
You can’t perform that action at this time.
0 commit comments