diff mbox series

CI: update to kas 4.3.2

Message ID 20240411130006.65022-1-jon.mason@arm.com
State New
Headers show
Series CI: update to kas 4.3.2 | expand

Commit Message

Jon Mason April 11, 2024, 1 p.m. UTC
The new kas version has fixed the netrc issue.  Update to it and remove
the workaround

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .gitlab-ci.yml    | 2 +-
 ci/check-warnings | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jon Mason April 11, 2024, 6:39 p.m. UTC | #1
On Thu, 11 Apr 2024 09:00:06 -0400, Jon Mason wrote:
> The new kas version has fixed the netrc issue.  Update to it and remove
> the workaround
> 
> 

Applied, thanks!

[1/1] CI: update to kas 4.3.2
      commit: ab4bf2700ff09dd9a15bed6fdd4bd71d5a7b78f9

Best regards,
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d6ac3614701f..cad6875033d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@ 
-image: ${MIRROR_GHCR}/siemens/kas/kas:4.3.1
+image: ${MIRROR_GHCR}/siemens/kas/kas:4.3.2
 
 variables:
   # These are needed as the k8s executor doesn't respect the container
diff --git a/ci/check-warnings b/ci/check-warnings
index cdf84aafb986..89ae955dfe81 100755
--- a/ci/check-warnings
+++ b/ci/check-warnings
@@ -7,7 +7,7 @@  set -e -u
 
 LOGFILE=$1
 
-LINES=$(sed -e "/attempting MIRRORS if available/d" -e "/Error parsing .*netrc:/d" $LOGFILE | wc -l)
+LINES=$(grep --invert-match "attempting MIRRORS if available" $LOGFILE | wc -l)
 if test "$LINES" -ne 0; then
     echo ==============================
     echo The build had warnings/errors: