Skip to content

Update pull test_tools#63

Merged
dvalinrh merged 5 commits intomainfrom
rerun
Apr 10, 2026
Merged

Update pull test_tools#63
dvalinrh merged 5 commits intomainfrom
rerun

Conversation

@dvalinrh
Copy link
Copy Markdown
Contributor

Description

Update how we are pulling test_tools

Before/After Comparison

Before: We only used git, if git was not present, we would fail.
After: We now try git, curl and wget.

Clerical Stuff

This closes #62

Mention the JIRA ticket of the issue, this helps keep
everything together so we can find this PR easily.

Relates to JIRA: RPOPC-880

Testing done
Ran the following scenario file
global:
ssh_key_file: replace_your_ssh_key
terminate_cloud: 1
os_vendor: rhel
results_prefix: streams_res
os_vendor: rhel
system_type: aws
cloud_os_id: ami-035032ea878eca201
systems:
system1:
tests: "streams"
host_config: "m5.xlarge"

csv file generated
Array_sizes,36608k,73216k,146432k,292864k,Start_Date,End_Date
Copy,8687,9375,9745,10197,2026-03-14T14:54:55Z,2026-03-14T15:10:51Z
Scale,9728,10054,11000,11448,2026-03-14T14:54:55Z,2026-03-14T15:10:51Z
Add,10738,10902,11986,11962,2026-03-14T14:54:55Z,2026-03-14T15:10:51Z
Triad,10689,11284,11996,12009,2026-03-14T14:54:55Z,2026-03-14T15:10:51Z

@github-actions
Copy link
Copy Markdown

This relates to RPOPC-880

@dvalinrh dvalinrh requested a review from grdumas March 17, 2026 09:14
@grdumas grdumas added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Mar 25, 2026
Copy link
Copy Markdown
Contributor

@grdumas grdumas left a comment

Choose a reason for hiding this comment

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

Based on the order of code execution exit_out() is undefined and will lead to unintended behavior.

Code redundancy could be reduced by refactoring attempt_tools_wget and attempt_tools_curl but not a breaker.

Comment thread streams/streams_run Outdated
Comment thread streams/streams_run Outdated
Comment thread streams/streams_run Outdated
@dvalinrh dvalinrh requested a review from grdumas March 25, 2026 09:25
Copy link
Copy Markdown
Contributor

@grdumas grdumas left a comment

Choose a reason for hiding this comment

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

The exit command does not appear to be working correctly, see comment.

Comment thread streams/streams_run Outdated
@grdumas grdumas added the bug Something isn't working label Mar 26, 2026
@dvalinrh dvalinrh requested a review from grdumas March 26, 2026 21:27
Comment thread streams/streams_run Outdated
@dvalinrh dvalinrh requested a review from grdumas March 27, 2026 08:52
Copy link
Copy Markdown
Contributor

@grdumas grdumas left a comment

Choose a reason for hiding this comment

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

LGTM

@grdumas grdumas added the group_review_lgtm Indicates approval after a group review meeting label Apr 10, 2026
@dvalinrh dvalinrh merged commit bf038a7 into main Apr 10, 2026
3 checks passed
@dvalinrh dvalinrh deleted the rerun branch April 10, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working group_review_lgtm Indicates approval after a group review meeting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to be more specifc on rtcs and use new test_tools_upload

2 participants