Skip to content

Conversation

mwasilew
Copy link

@mwasilew mwasilew commented Sep 23, 2025

This series fixes the internal inconsistencies in the config files. There are 2 types of issues:

  • script syntax problems (wrong indentation, missing brackets)
  • missing or duplicated variables.

@Biswajee
Copy link
Member

Biswajee commented Sep 25, 2025

Hi @mwasilew,

Thank you for raising the PR with QTAC team. Can you please summarize the commit messages in the PR into the PR description? Please use below pointers:

  1. Impact due to the above configuration fixes
  2. OEM/teams who are affected, requesting the fix

Please review the CONTRIBUTING.md guidelines and retarget the pull request to develop branch.

Regards,
Biswajit Roy

@mwasilew
Copy link
Author

Thanks @Biswajee. I updated the merge message, but I think github doesn't allow to change the target branch. I'll repost it with proper branch.

@Biswajee
Copy link
Member

@mwasilew, you can edit the PR title to get the option to update the target branch.
image

@mwasilew
Copy link
Author

Ah, nice!. Let me rebase on top of develop so there are no conflicts

@mwasilew mwasilew force-pushed the fix_configs branch 2 times, most recently from eaa5139 to 12a1ccb Compare October 3, 2025 09:07
@mwasilew mwasilew changed the base branch from main to develop October 3, 2025 09:07
@mwasilew
Copy link
Author

mwasilew commented Oct 3, 2025

I rebased the patches as described in CONTRIBUTING. The tests passed in my fork: https://github.com/mwasilew/qcom-test-automation-controller/actions/runs/18162492391

@Biswajee
Copy link
Member

Biswajee commented Oct 4, 2025

@mwasilew, per the CONTRIBUTING.md, is it possible that the PR contains only the changes made by you? It appears that this PR includes changes authored by me as well because the base branch for mwasilew:fix_configs was main instead of develop.

image

@mwasilew
Copy link
Author

mwasilew commented Oct 6, 2025

@Biswajee I think you're right. Let me redo the rebasing process, I think I followed the instructions but apparently I did something wrong.

TAC_FTDI_19 uses $fastboot variable in the script. This variable is not
defined in the configuration. This patch adds fastboot variable to the
config file.

Signed-off-by: Milosz Wasilewski <[email protected]>
There were 2 syntax errors in the script:
 - missing brackets after definition of bootToUEFI function
 - wrong indent in the body of the function

Signed-off-by: Milosz Wasilewski <[email protected]>
Variable name in the variables section was "Optional_GPIO_Hold_time". At
the same time script was using variable "Optional_GPIO_Hold_Time". This
patch fixes the variable name in the variables section.

Signed-off-by: Milosz Wasilewski <[email protected]>
@mwasilew
Copy link
Author

mwasilew commented Oct 7, 2025

@Biswajee the branching issue is fixed. I pushed new version

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