Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ periodics:
preset-docker-mirror-proxy: "true"
preset-kubevirtci-quay-credential: "true"
preset-shared-images: "true"
name: periodic-kubevirt-cluster-sync-test-ARM
name: periodic-kubevirt-cluster-sync-test-ARM64
reporter_config:
slack:
job_states_to_report: []
Expand All @@ -1134,6 +1134,10 @@ periodics:
curl -Lo ./yq https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64
chmod +x ./yq && mv ./yq /usr/local/bin/yq

# get kubectl
curl -L "https://dl.k8s.io/release/v1.19.7/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl
Comment thread
zhlhahaha marked this conversation as resolved.
chmod +x /usr/local/bin/kubectl

# get kubeconfig
source ../project-infra/hack/manage-secrets.sh
decrypt_secrets
Expand All @@ -1160,7 +1164,7 @@ periodics:
- name: BUILD_ARCH
value: crossbuild-aarch64
- name: KUBEVIRT_E2E_FOCUS
value: test_id:1464
value: arm64
- name: GIT_ASKPASS
value: ../project-infra/hack/git-askpass.sh
image: quay.io/kubevirtci/bootstrap:v20210906-994b913
Expand Down Expand Up @@ -1543,4 +1547,4 @@ periodics:
securityContext:
privileged: true
nodeSelector:
type: bare-metal-external
type: bare-metal-external