From a071e3e89a63831caaed9077fe9b5a4aa81769c7 Mon Sep 17 00:00:00 2001 From: YanxuanLiu Date: Tue, 3 Dec 2024 15:25:12 +0800 Subject: [PATCH 1/3] test Signed-off-by: YanxuanLiu --- jenkins/dependency-check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/dependency-check.sh b/jenkins/dependency-check.sh index 77c79e4c6eb..7ba4d7b3671 100755 --- a/jenkins/dependency-check.sh +++ b/jenkins/dependency-check.sh @@ -1,5 +1,6 @@ #!/bin/bash # + # Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); From 38cc8eabe2c92c5b48fdbb381bf3a2d8e8e5e878 Mon Sep 17 00:00:00 2001 From: YanxuanLiu Date: Wed, 4 Dec 2024 10:27:18 +0800 Subject: [PATCH 2/3] test fail Signed-off-by: YanxuanLiu --- .github/workflows/mvn-verify-check/populate-daily-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mvn-verify-check/populate-daily-cache.sh b/.github/workflows/mvn-verify-check/populate-daily-cache.sh index d4e9b07d1a7..b6ea5f4998b 100755 --- a/.github/workflows/mvn-verify-check/populate-daily-cache.sh +++ b/.github/workflows/mvn-verify-check/populate-daily-cache.sh @@ -25,7 +25,7 @@ fi max_retry=3; delay=30; i=1 while true; do - buildvers=($(python build/get_buildvers.py no_snapshots $pom | tr -d ',')) && + buildvers=($(python build/get_buildvers.py buildvers.no_snapshots $pom | tr -d ',')) && { for buildver in "${buildvers[@]}"; do mvn $COMMON_MVN_FLAGS --file $pom -Dbuildver=$buildver de.qaware.maven:go-offline-maven-plugin:resolve-dependencies From 31ab7791775e706fde506a078b4f014cd335e63c Mon Sep 17 00:00:00 2001 From: YanxuanLiu Date: Wed, 4 Dec 2024 18:51:18 +0800 Subject: [PATCH 3/3] fix bug Signed-off-by: YanxuanLiu --- .github/workflows/mvn-verify-check/populate-daily-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mvn-verify-check/populate-daily-cache.sh b/.github/workflows/mvn-verify-check/populate-daily-cache.sh index b6ea5f4998b..d4e9b07d1a7 100755 --- a/.github/workflows/mvn-verify-check/populate-daily-cache.sh +++ b/.github/workflows/mvn-verify-check/populate-daily-cache.sh @@ -25,7 +25,7 @@ fi max_retry=3; delay=30; i=1 while true; do - buildvers=($(python build/get_buildvers.py buildvers.no_snapshots $pom | tr -d ',')) && + buildvers=($(python build/get_buildvers.py no_snapshots $pom | tr -d ',')) && { for buildver in "${buildvers[@]}"; do mvn $COMMON_MVN_FLAGS --file $pom -Dbuildver=$buildver de.qaware.maven:go-offline-maven-plugin:resolve-dependencies