aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-09-23 16:39:40 -0700
committerAndersBroman <a.broman58@gmail.com>2021-09-27 04:17:01 +0000
commitf1ee29fc61a1bcfd0642291d9ce3608a3681a12c (patch)
treed14b575434d7d8461e79c1c479435502367f8d04 /.gitlab-ci.yml
parent7b82110092a105eedd5209e4ed75416098161d1f (diff)
GitLab CI: Don't refresh our openSUSE repository.
The openSUSE 15.2 RPM Test step occasionally fails when trying to retrieve repository metadata. Add "--no-remote" to the zypper install command in the openSUSE 15.2 RPM Test to match the offline behavior of our other RPM tests.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d065fbbd18..a4eeff7c5b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -258,7 +258,7 @@ openSUSE 15.2 RPM Test:
extends: .test-rpm
image: wireshark/wireshark-opensuse-15.2-dev
script:
- - zypper --no-gpg-checks install -y build/packaging/rpm/RPMS/x86_64/*.rpm
+ - zypper --no-gpg-checks --no-remote install -y build/packaging/rpm/RPMS/x86_64/*.rpm
- tshark --version
needs: [ 'openSUSE 15.2 RPM Package' ]
@@ -568,7 +568,7 @@ Code Checks + Clang Warnings:
- ../tools/validate-clang-check.sh -c $CLANG_VERSION 2> >(tee ../tmp_clang_analyzer_check.txt)
- ansi2txt < ../tmp_clang_analyzer_check.txt > ../clang_analyzer_check.txt
- ansi2html < ../tmp_clang_analyzer_check.txt > ../html/clang_analyzer_check.html
- - ninja checkAPI
+ - ninja checkAPI
artifacts:
paths:
- clang_report.txt