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

fix(report): adjust for relative uri path #852

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

o-andrieiev
Copy link
Collaborator

No description provided.

Copy link

Here is the summarized build result:
5. Executing build steps
5.1. [ 1/8 ] Create virtual environment - Success
5.2. [ 2/8 ] Update Docker images - Success
5.3. [ 3/8 ] Install Universum for tests - Success
5.4. [ 4/8 ] Make - Success
5.5. Collecting artifacts for the 'Make' step - Success
5.6. [ 5/8 ] Make tests - Success
5.7. Collecting artifacts for the 'Make tests' step - Success
5.8. [ 6/8 ] Collect test results - Success
5.9. Collecting artifacts for the 'Collect test results' step - Success
5.10. [ 7/8 ] Run static pylint - Failed
5.11. [ 8/8 ] Run static type checker - Success

Here is the link to Github Actions build: https://github.com/Samsung/Universum/actions/runs/12294862105

if artifact_data.get('uriBaseId'):
# means path is relative, need to make absolute
uri_base_id = artifact_data.get('uriBaseId', '')
root_base_path = root_uri_base_paths.get(uri_base_id, '')
if uri_base_id and not root_base_path:
raise ValueError(f"Unexpected lack of 'originalUriBaseIds' value for {uri_base_id}")
path = str(Path(root_base_path) / path)
uri = str(Path(root_base_path) / uri)
path = urllib.parse.unquote(urllib.parse.urlparse(uri).path)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing-whitespace: Trailing whitespace

Copy link

github-actions bot commented Dec 12, 2024

Test Results

713 tests  ±0   710 ✅ ±0   18m 30s ⏱️ -30s
  1 suites ±0     3 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 72df367. ± Comparison against base commit 7ca9cff.

♻️ This comment has been updated with latest results.

@o-andrieiev o-andrieiev merged commit be9265c into master Dec 12, 2024
5 checks passed
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.

2 participants