Skip to content

Commit 60ec77a

Browse files
committed
[skip ci] Debug DOCA repositories
1 parent ceff70a commit 60ec77a

3 files changed

Lines changed: 22 additions & 5 deletions

File tree

.github/workflows/package-build-ofed.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,15 @@ jobs:
238238
env:
239239
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
240240

241+
- name: Display DNF repositories
242+
run: |
243+
source venvs/kayobe/bin/activate &&
244+
source src/kayobe-config/kayobe-env --environment ci-doca-builder &&
245+
kayobe playbook run src/kayobe-config/etc/kayobe/ansible/tools/growroot.yml
246+
env:
247+
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
248+
if: always()
249+
241250
- name: Destroy
242251
run: terraform destroy -auto-approve
243252
working-directory: ${{ github.workspace }}/src/kayobe-config/terraform/aio

etc/kayobe/ansible/tools/growroot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@
2929
growroot_ignore_lvm_check: false
3030

3131
tasks:
32+
- name: Display DNF repositories
33+
command: dnf repoinfo
34+
register: repoinfo
35+
become: true
36+
37+
- debug:
38+
var: repoinfo.stdout
39+
40+
- debug:
41+
var: repoinfo.stderr
42+
3243
- name: Check LVM status
3344
ansible.builtin.shell:
3445
executable: "/bin/bash"

etc/kayobe/environments/ci-doca-builder/stackhpc-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
###############################################################################
33
# StackHPC configuration.
44

5-
# Enable StackHPC Ark repositories for DOCA builds
6-
stackhpc_repos_enabled: true
7-
enable_docker_repo: false
8-
dnf_install_doca: true
9-
dnf_enable_doca_modules: false
5+
# Disable Pulp auth proxy (deployed to late for DOCA DNF repository setup).
6+
stackhpc_repo_mirror_auth_proxy_enabled: false

0 commit comments

Comments
 (0)