You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/dev/upstream_merge/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,9 @@ The script is user configurable and uses `automation_conf.json` to define variou
97
97
-**`build_args`**:
98
98
String of extra arguments to pass to the build process (e.g., `"--org"` for NI corporate network builds).
99
99
100
-
-**`rt_target_IP`**:
101
-
The IP address or hostname of the RT target where images will be installed and tested via SSH.
100
+
-**`ssh_connection`**:
101
+
The SSH connection of the RT target where images will be installed.
102
+
Usage example: [username]@[hostname or IP address]
102
103
103
104
**`Note`**:
104
105
- If the configuration file is `automation_conf.json`, you do not need to specify its path explicitly, as it is set as default. However, if you are using a different configuration file, you must provide its path using the `-c` argument.
0 commit comments