Skip to content

NO-ISSUE: Debug failing nvidia and amd CI tests #66404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
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 @@ -1344,6 +1344,12 @@ tests:
OLM_OPERATORS=authorino,node-feature-discovery,nvidia-gpu,odf,openshift-ai,pipelines,serverless,servicemesh
OPENSHIFT_VERSION=4.19
NVIDIA_REQUIRE_GPU=false
MASTER_MEMORY=18700
MASTER_CPU=10
MASTER_DISK_COUNT=2
WORKER_CPU=20
WORKER_MEMORY=16384
WORKER_DISK_COUNT=2
CLUSTERTYPE: assisted_large_el9
workflow: assisted-ofcir-baremetal
- as: e2e-metal-assisted-ai-amd-4-19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cat > gather_logs.yaml <<-EOF
args:
chdir: /home/assisted
when: kubeconfig.stat.exists

- name: Extract capi logs
ansible.builtin.shell: |
source /root/config.sh
Expand Down Expand Up @@ -153,6 +153,7 @@ cat > gather_logs.yaml <<-EOF
dest: "{{ lookup('env', 'ARTIFACT_DIR') }}"
mode: pull
ignore_errors: yes

EOF

export ANSIBLE_CONFIG="${SHARED_DIR}/ansible.cfg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ workflow:
- ref: assisted-common-gather
- ref: ofcir-gather
- ref: ofcir-release
- ref: wait
env:
TEST_TYPE: minimal
CLUSTERTYPE: "assisted_medium_el9"
Expand Down