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
In order to support Reproducible Tests , our test pipeline should accept STF sha from STF repo. The user/upstream should be able to set STF sha. The test pipeline will use STF sha if it is provided. If not, the branch will be used.
In order to avoid parameter explosion, we should reuse STF_OWNER_BRANCH, so it can be <owner>:<branch>, <owner>:<tag>, or <owner>:<sha>. SImilar to PR #2829 (get.sh change)
In order to support Reproducible Tests , our test pipeline should accept STF sha from STF repo. The user/upstream should be able to set STF sha. The test pipeline will use STF sha if it is provided. If not, the branch will be used.
In order to avoid parameter explosion, we should reuse
STF_OWNER_BRANCH
, so it can be<owner>:<branch>
,<owner>:<tag>
, or<owner>:<sha>
. SImilar to PR #2829 (get.sh change)In this case, code needs to be updated in ant:
https://github.com/adoptium/aqa-tests/blob/master/system/common.xml#L51
Please make sure to test both in local and Grinder.
The text was updated successfully, but these errors were encountered: