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

Changes to use congif file to get needed data #29

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Changes to use congif file to get needed data #29

merged 1 commit into from
Aug 31, 2023

Conversation

vjuntunen
Copy link
Collaborator

Get all needed data from config file about target test device. No hard coded data to Jenkinsfiles.

Get all needed data from config file about target test device.
No hard coded data to Jenkinsfiles.

Signed-off-by: Ville-Pekka Juntunen <ville-pekka.juntunen@unikie.com>
@@ -2,4 +2,4 @@ pyserial==3.5
robotframework-seriallibrary==0.4.2
robotframework-sshlibrary==3.8.0
robotframework==5.0.1
PyP100==0.0.19
Copy link
Collaborator

Choose a reason for hiding this comment

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

on Production side devices work with old version on this lib, so maybe we shouldn't change it in requirements right now


// Check for which agent and which target device
if ("${params.label}" == "tc-agent02"){
if (params.device == "Orin"){
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we should stop using name 'Orin' because now we have two deffirenet Orins: AGX and NX. Let's take it into account now already

Copy link
Collaborator

Choose a reason for hiding this comment

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

decided to make it in different branch

@vjuntunen vjuntunen merged commit f24a2bc into main Aug 31, 2023
1 check passed
@vjuntunen vjuntunen deleted the SP-2782 branch August 31, 2023 11:24
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