ci(jenkins): run quality gate in go container

This commit is contained in:
Brad Stein 2026-04-18 18:03:29 -03:00
parent b22b03d578
commit df6a047727

4
Jenkinsfile vendored
View File

@ -112,11 +112,11 @@ spec:
stage('Quality gate report') { stage('Quality gate report') {
steps { steps {
container('node-tester') { container('go-tester') {
sh ''' sh '''
set -eu set -eu
apt-get update >/dev/null apt-get update >/dev/null
apt-get install -y --no-install-recommends python3 golang-go >/dev/null apt-get install -y --no-install-recommends python3 >/dev/null
set +e set +e
python3 -m testing.pegasus_gate report python3 -m testing.pegasus_gate report
gate_rc=$? gate_rc=$?