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

update blktests to fix nvme/049 failure #502

Merged
merged 1 commit into from
Jan 8, 2025
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install and upgrade pip and wheel
run: |
python -m pip install -U pip wheel --user
Expand Down
24 changes: 24 additions & 0 deletions os_tests/data/baseline_log.json
Original file line number Diff line number Diff line change
Expand Up @@ -2385,5 +2385,29 @@
"cases": "",
"addedby": "xiliang@redhat.com",
"addeddate": "20241206"
},
"msg_254": {
"content": ".*VPD access failed.*",
"analyze": "known issue",
"branch": "rhel",
"status": "active",
"link": "https://issues.redhat.com/browse/RHEL-72195",
"path": "",
"trigger": "",
"cases": "",
"addedby": "xiliang@redhat.com",
"addeddate": "20241225"
},
"msg_255": {
"content": ".*Hibernation image not present or could not be loaded.*",
"analyze": "known issue in ec2-hibinit-agent",
"branch": "rhel",
"status": "active",
"link": "https://github.com/aws/amazon-ec2-hibinit-agent/pull/50/files",
"path": "",
"trigger": "",
"cases": "os_tests.tests.test_lifecycle.TestLifeCycle.test_hibernate_resume",
"addedby": "xiliang@redhat.com",
"addeddate": "20250102"
}
}
Binary file modified os_tests/utils/blktests-master.aarch64.rpm
Binary file not shown.
Binary file modified os_tests/utils/blktests-master.x86_64.rpm
Binary file not shown.
Loading