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

OS-specific composite actions #576

Merged
merged 42 commits into from
Feb 27, 2024
Merged

Conversation

EnricoMi
Copy link
Owner

@EnricoMi EnricoMi commented Feb 22, 2024

Provide

EnricoMi/publish-unit-test-result-action/composite
EnricoMi/publish-unit-test-result-action/linux
EnricoMi/publish-unit-test-result-action/macos
EnricoMi/publish-unit-test-result-action/windows
EnricoMi/publish-unit-test-result-action/windows/bash

That use the default shells bash (linux, macos) and power shell (windows).

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Dockerfile)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Test File)

97 tests  ±0   80 ✅ ±0   3m 25s ⏱️ ±0s
 1 suites ±0   17 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Docker Image amd64)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Test Files)

  214 files  ±0     86 errors  731 suites  ±0   2h 12m 36s ⏱️ ±0s
1 811 tests ±0  1 518 ✅ ±0   73 💤 ±0  209 ❌ ±0  11 🔥 ±0 
4 109 runs  ±0  3 424 ✅ ±0  214 💤 ±0  450 ❌ ±0  21 🔥 ±0 

For more details on these parsing errors, failures and errors, see this check.

Results for commit dff220b. ± Comparison against base commit 8d1d324.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Docker Image arm64)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi force-pushed the branch-composite-os-actions-2 branch 2 times, most recently from 7a7c270 to 31dd261 Compare February 22, 2024 17:04
Copy link

github-actions bot commented Feb 22, 2024

Test Results (macOS python venv)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (macOS python 3.8)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (macOS python installed)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (macOS 13 python installed)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (macOS 11 python installed)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (macOS 14 python installed)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi force-pushed the branch-composite-os-actions-2 branch 2 times, most recently from d4df406 to 0b1a511 Compare February 22, 2024 17:17
Copy link

github-actions bot commented Feb 22, 2024

Test Results (Linux python 3.8)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Linux python venv)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Linux python installed)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Linux 20.04 python installed)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Windows python installed)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Windows python venv)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Windows 2019 python installed)

   147 files  ±  0     147 suites  ±0   42m 12s ⏱️ -25s
   438 tests +  4     438 ✅ +  4      0 💤 ±0  0 ❌ ±0 
64 386 runs  +588  62 874 ✅ +588  1 512 💤 ±0  0 ❌ ±0 

Results for commit dff220b. ± Comparison against base commit 8d1d324.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
python.test.test_action_yml.TestActionYml ‑ test_composite_inputs
python.test.test_action_yml.TestActionYml ‑ test_linux_action
python.test.test_action_yml.TestActionYml ‑ test_macos_action
python.test.test_action_yml.TestActionYml ‑ test_proxy_action
python.test.test_action_yml.TestActionYml ‑ test_windows_action
python.test.test_action_yml.TestActionYml ‑ test_windows_bash_action

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi force-pushed the branch-composite-os-actions-2 branch from 0b1a511 to ded28bd Compare February 22, 2024 18:51
Copy link

github-actions bot commented Feb 22, 2024

Test Results (macOS composite python installed)

   147 files     147 suites   42m 32s ⏱️
   438 tests    438 ✅     0 💤 0 ❌
64 386 runs  62 874 ✅ 1 512 💤 0 ❌

Results for commit 20929ed.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Linux composite python installed)

   147 files     147 suites   42m 32s ⏱️
   438 tests    438 ✅     0 💤 0 ❌
64 386 runs  62 874 ✅ 1 512 💤 0 ❌

Results for commit 20929ed.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Windows composite python installed)

   147 files     147 suites   42m 32s ⏱️
   438 tests    438 ✅     0 💤 0 ❌
64 386 runs  62 874 ✅ 1 512 💤 0 ❌

Results for commit 20929ed.

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi force-pushed the branch-composite-os-actions-2 branch from cb41fc5 to 7c6ba87 Compare February 22, 2024 21:13
Copy link

github-actions bot commented Feb 22, 2024

Test Results (Windows bash python installed)

   147 files     147 suites   42m 12s ⏱️
   438 tests    438 ✅     0 💤 0 ❌
64 386 runs  62 874 ✅ 1 512 💤 0 ❌

Results for commit dff220b.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 22, 2024

Test Results (Windows bash python venv)

   147 files     147 suites   42m 12s ⏱️
   438 tests    438 ✅     0 💤 0 ❌
64 386 runs  62 874 ✅ 1 512 💤 0 ❌

Results for commit dff220b.

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi force-pushed the branch-composite-os-actions-2 branch 2 times, most recently from c15a376 to 37f66ad Compare February 23, 2024 16:15
@EnricoMi EnricoMi force-pushed the branch-composite-os-actions-2 branch from 37f66ad to e2238b9 Compare February 23, 2024 20:00
@EnricoMi EnricoMi force-pushed the branch-composite-os-actions-2 branch from e2238b9 to 20ee7c9 Compare February 23, 2024 20:31
Copy link

github-actions bot commented Feb 24, 2024

Test Results (macOS composite python )

   147 files     147 suites   42m 12s ⏱️
   438 tests    438 ✅     0 💤 0 ❌
64 386 runs  62 874 ✅ 1 512 💤 0 ❌

Results for commit dff220b.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 24, 2024

Test Results (Linux composite python )

   147 files     147 suites   42m 12s ⏱️
   438 tests    438 ✅     0 💤 0 ❌
64 386 runs  62 874 ✅ 1 512 💤 0 ❌

Results for commit dff220b.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 24, 2024

Test Results (Windows composite python )

   147 files     147 suites   42m 12s ⏱️
   438 tests    438 ✅     0 💤 0 ❌
64 386 runs  62 874 ✅ 1 512 💤 0 ❌

Results for commit dff220b.

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi force-pushed the branch-composite-os-actions-2 branch from f65eb57 to c7c174c Compare February 24, 2024 14:56
@EnricoMi EnricoMi force-pushed the branch-composite-os-actions-2 branch from c7c174c to c1155fe Compare February 24, 2024 14:57
@EnricoMi EnricoMi merged commit fe2d5fc into master Feb 27, 2024
102 checks passed
@EnricoMi EnricoMi deleted the branch-composite-os-actions-2 branch February 27, 2024 08:58
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

Successfully merging this pull request may close these issues.

1 participant