Skip to content

Commit

Permalink
[Test]update e2e test for rocky8
Browse files Browse the repository at this point in the history
Signed-off-by: panyintian.fu <[email protected]>
  • Loading branch information
panyintian.fu committed Sep 13, 2024
1 parent d0b1f37 commit e329d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hack/resouce_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ set -o pipefail
#####################################
source "${REPO_ROOT}"/hack/util.sh

RELEASE_FILE_LIST_PARTNAME=( "files-amd64" "images-amd64" "files-arm64" "images-arm64" "os-pkgs-centos7" "os-pkgs-kylin-v10sp2" "os-pkgs-kylin-v10sp3" "os-pkgs-redhat8" "os-pkgs-redhat7" )
KUBEAN_ARTIFACTS_USED_FILE_LIST_PARANAME=("files-amd64" "images-amd64" "os-pkgs-centos7")
RELEASE_FILE_LIST_PARTNAME=( "files-amd64" "images-amd64" "files-arm64" "images-arm64" "os-pkgs-rocky8" "os-pkgs-kylin-v10sp2" "os-pkgs-kylin-v10sp3" "os-pkgs-redhat8" "os-pkgs-redhat7" )
KUBEAN_ARTIFACTS_USED_FILE_LIST_PARANAME=("files-amd64" "images-amd64" "os-pkgs-rocky8")
BASE_URL="https://files.m.daocloud.io/github.com/kubean-io/kubean/releases/download"

#####################################
Expand Down
2 changes: 1 addition & 1 deletion test/offline-common/kubeanClusterOps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- actionType: playbook
action: enable-repo.yml
extraArgs: |
-e "{repo_list: ['{offline_minio_url}/kubean/centos/\$releasever/os/\$basearch','{offline_minio_url}/kubean/centos-iso/\$releasever/os/\$basearch']}"
-e "{repo_list: ['{offline_minio_url}/kubean/rocky/\$releasever/os/\$basearch','{offline_minio_url}/kubean/rocky-iso/\$releasever/os/\$basearch']}"
- actionType: playbook
action: disable-firewalld.yml
Expand Down

0 comments on commit e329d6e

Please sign in to comment.