ci: Temporarily skip building the base variant
The Fedora 40 cloud images are currently limited in disk space in SoftwareFactory. Let's only check for dependencies for now until this is fixed. See: https://pagure.io/fedora-ci/general/issue/488
This commit is contained in:
parent
84c558c67f
commit
a4d4263ee8
1 changed files with 8 additions and 3 deletions
|
@ -86,10 +86,15 @@
|
||||||
# Still run the next step if this one fails
|
# Still run the next step if this one fails
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Compose the base variant
|
- name: Perform dependency resolution for the base variant
|
||||||
ansible.builtin.command:
|
ansible.builtin.shell:
|
||||||
chdir: "{{ zuul.project.src_dir }}"
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
cmd: just compose-image base-atomic
|
cmd: "just compose-dry-run base-atomic"
|
||||||
|
|
||||||
|
# - name: Compose the base variant
|
||||||
|
# ansible.builtin.command:
|
||||||
|
# chdir: "{{ zuul.project.src_dir }}"
|
||||||
|
# cmd: just compose-image base-atomic
|
||||||
|
|
||||||
- name: Check if any previous dependency resolution steps failed
|
- name: Check if any previous dependency resolution steps failed
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
|
Loading…
Reference in a new issue