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

Release v2.2.0 #229

Merged
merged 28 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
423d76e
scripts/generate-changelog.sh: Fix arguments
PLangowski Dec 18, 2024
035a86b
meta-dts-distro: packagegroup-dts: Add msr-tools and bc
PLangowski Dec 18, 2024
9a6f178
README.md: update docs.dasharo links
m-iwanicki Jan 2, 2025
cb96f18
distro: dts: dts-scripts: fix DPP message typo
DaniilKl Jan 7, 2025
09ca7d3
Merge pull request #217 from Dasharo/fix-typo
DaniilKl Jan 7, 2025
e76d5fd
Merge pull request #214 from Dasharo/fix-dasharo-docs-links
m-iwanicki Jan 8, 2025
5c858b6
README.md: update old information
m-iwanicki Dec 4, 2024
e1c9e08
Merge pull request #218 from Dasharo/fix-dts-command
m-iwanicki Jan 10, 2025
f3815db
dts-scripts: enhanced logging also fixes Dasharo/dasharo-issues#1165
m-iwanicki Jan 10, 2025
f3520df
workflow: test.yml: use line buffering with grep
m-iwanicki Jan 12, 2025
757e463
distro: dts-scripts: fix DTS Extensions messages
DaniilKl Jan 14, 2025
8fb1343
Merge pull request #222 from Dasharo/fix-DPP-messages
DaniilKl Jan 14, 2025
1fa0b6f
distro: dts-scripts: mock sound card in HCL report
DaniilKl Jan 15, 2025
50bc554
Merge pull request #221 from Dasharo/workflow-line-buffered-grep
m-iwanicki Jan 15, 2025
e541f0c
Merge pull request #223 from Dasharo/optimize-hcl-report
DaniilKl Jan 15, 2025
b1a0365
distro: dts-scripts: HCL should not exit on error
DaniilKl Jan 15, 2025
f796ed1
CHANGELOG.md: Fix change notes
PLangowski Jan 17, 2025
4c84bf6
Remove links from changelog
PLangowski Jan 17, 2025
91c9f00
Merge pull request #225 from Dasharo/changelog-fix
PLangowski Jan 17, 2025
e939e3a
Merge pull request #207 from Dasharo/generate-changelog-fix
PLangowski Jan 21, 2025
8535832
dts-scripts: Change FW access warning to less alarming message
PLangowski Jan 27, 2025
683a640
Merge pull request #228 from Dasharo/heads-warning
PLangowski Jan 27, 2025
55eb090
dts-scripts: add V560TU Heads support
m-iwanicki Dec 3, 2024
5b084eb
Merge pull request #209 from Dasharo/fuse-state
PLangowski Jan 28, 2025
43cf519
distro: dts-scripts: fix DPP access message
DaniilKl Jan 28, 2025
409500f
Merge pull request #230 from Dasharo/fix-dpp-access-message
DaniilKl Jan 28, 2025
21482bc
distro: bump to 2.2.0
DaniilKl Jan 30, 2025
eeefbfc
CHANGELOG: add changelog for v2.2.0
DaniilKl Jan 30, 2025
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
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ jobs:
echo "::add-mask::$DPP_PASSWORD"

RTE_IP="127.0.0.1" CONFIG="qemu" ./scripts/run.sh dts/dts-e2e.robot -- \
-L TRACE \
-v snipeit:no \
-v dpp_password:$DPP_PASSWORD \
-v dpp_download_key:${{matrix.dpp_download_key}} \
-v dpp_logs_key:"${{matrix.dpp_logs_key}}" \
-v boot_dts_from_ipxe_shell:True \
-v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe \
-i ${{ matrix.test }} 2>&1 \
| tee ${{ env.LOG_DIR }}/${{ matrix.log_file }} | grep "| PASS |\|| FAIL |"
-L TRACE \
-v snipeit:no \
-v dpp_password:$DPP_PASSWORD \
-v dpp_download_key:${{matrix.dpp_download_key}} \
-v dpp_logs_key:"${{matrix.dpp_logs_key}}" \
-v boot_dts_from_ipxe_shell:True \
-v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe \
-i ${{ matrix.test }} 2>&1 \
| tee ${{ env.LOG_DIR }}/${{ matrix.log_file }} | grep --line-buffered "| PASS |\|| FAIL |"

- name: Copy log
shell: bash
Expand Down
Loading
Loading