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
The deploy.py script can pull together PRs for a particular target branch, such as main for staging.kernelci.org and chromeos for chromeos.kernelci.org. It would be good to add an option to also pull PRs that have some particular label(s), for example to have a single PR deployed both on staging and chromeos instances. That way, the code would be directly available on both and there won't be a need to first have it merged on chromeos and then port it to main or first merge it on main and then rebase chromeos.
The text was updated successfully, but these errors were encountered:
The
deploy.py
script can pull together PRs for a particular target branch, such asmain
forstaging.kernelci.org
andchromeos
forchromeos.kernelci.org
. It would be good to add an option to also pull PRs that have some particular label(s), for example to have a single PR deployed both on staging and chromeos instances. That way, the code would be directly available on both and there won't be a need to first have it merged onchromeos
and then port it tomain
or first merge it onmain
and then rebasechromeos
.The text was updated successfully, but these errors were encountered: