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
Problem description: if a commit change anything in rally-ovs, the rally Dockerfile can not receive the new update. This is because rally Dockerfile clones the repo form upstream.
Then a following PR is needed to fix this issue, e.g., #53 .
One possible solution is to generate Dockerfile dynamically, using jinja2 tempate.
The text was updated successfully, but these errors were encountered:
@mestery Yes, this is because rally Dockerfile contains the link to this ovn-scale-test repo. We should fix this later.
But, lets keep this as an open issue so it will not get lost. Thanks.
Problem description: if a commit change anything in rally-ovs, the rally Dockerfile can not receive the new update. This is because rally Dockerfile clones the repo form upstream.
Then a following PR is needed to fix this issue, e.g., #53 .
One possible solution is to generate Dockerfile dynamically, using jinja2 tempate.
The text was updated successfully, but these errors were encountered: