Skip to content
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

intermittent CI failures - determine root cause and fix #18

Open
trgill opened this issue Jan 26, 2024 · 1 comment
Open

intermittent CI failures - determine root cause and fix #18

trgill opened this issue Jan 26, 2024 · 1 comment

Comments

@trgill
Copy link
Collaborator

trgill commented Jan 26, 2024

typical log:


TASK [Set flag to indicate system is ostree] ***********************************
task path: /WORKDIR/git-revert_cmd43cwf684/tests/get_unused_disk.yml:10
Friday 26 January 2024  02:07:43 +0000 (0:00:00.118)       0:00:15.871 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__snapshot_is_ostree": false
    },
    "changed": false
}

TASK [Ensure test packages] ****************************************************
task path: /WORKDIR/git-revert_cmd43cwf684/tests/get_unused_disk.yml:14
Friday 26 January 2024  02:07:43 +0000 (0:00:00.015)       0:00:15.886 ******** 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": [
        "util-linux-2.23.2-65.el7_9.1.x86_64 providing util-linux is already installed"
    ]
}

TASK [Find unused disks in the system] *****************************************
task path: /WORKDIR/git-revert_cmd43cwf684/tests/get_unused_disk.yml:28
Friday 26 January 2024  02:07:43 +0000 (0:00:00.385)       0:00:16.271 ******** 
ok: [sut] => {
    "changed": false,
    "disks": "Unable to find unused disk"
}

TASK [Set unused_disks if necessary] *******************************************
task path: /WORKDIR/git-revert_cmd43cwf684/tests/get_unused_disk.yml:36
Friday 26 January 2024  02:07:43 +0000 (0:00:00.197)       0:00:16.469 ******** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Exit playbook when there's not enough unused disks in the system] ********
task path: /WORKDIR/git-revert_cmd43cwf684/tests/get_unused_disk.yml:41
Friday 26 January 2024  02:07:43 +0000 (0:00:00.012)       0:00:16.481 ******** 
fatal: [sut]: FAILED! => {
    "changed": false
}

MSG:

Unable to find enough unused disks. Exiting playbook.

TASK [Clean up storage volumes] ************************************************
task path: /WORKDIR/git-revert_cmd43cwf684/tests/tests_check_no_lv_fail.yml:47
Friday 26 January 2024  02:07:43 +0000 (0:00:00.013)       0:00:16.495 ******** 
@richm
Copy link
Contributor

richm commented Feb 16, 2024

#38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants