-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update git clone logic in build.xml #4846
Comments
@annaibm can you take a look at this one? Thanks |
annaibm
added a commit
to annaibm/aqa-tests
that referenced
this issue
Nov 28, 2023
- Removes prestaged jck material and reclones it, if git command fails resolves: adoptium#4846
annaibm
added a commit
to annaibm/aqa-tests
that referenced
this issue
Nov 28, 2023
- Removes prestaged jck material and reclones it, if git command fails resolves: adoptium#4846 Signed-off-by: Anna Babu Palathingal <[email protected]>
annaibm
added a commit
to annaibm/aqa-tests
that referenced
this issue
Nov 28, 2023
- Removes prestaged jck material and reclones it, if git command fails resolves: adoptium#4846 Signed-off-by: Anna Babu Palathingal <[email protected]>
Here is the general logic:
|
annaibm
added a commit
to annaibm/aqa-tests
that referenced
this issue
Dec 13, 2023
- Removes prestaged jck material and reclones it, if git command fails resolves: adoptium#4846 Signed-off-by: Anna Babu Palathingal <[email protected]>
annaibm
added a commit
to annaibm/aqa-tests
that referenced
this issue
Jan 9, 2024
- Removes prestaged jck material and reclones it, if git command fails resolves: adoptium#4846 Signed-off-by: Anna Babu Palathingal <[email protected]>
annaibm
added a commit
to annaibm/aqa-tests
that referenced
this issue
Jan 19, 2024
- Removes prestaged jck material and reclones it, if git command fails resolves: adoptium#4846 Signed-off-by: Anna Babu Palathingal <[email protected]>
annaibm
added a commit
to annaibm/aqa-tests
that referenced
this issue
Jan 19, 2024
- Removes prestaged jck material and reclones it, if git command fails resolves: adoptium#4846 Signed-off-by: Anna Babu Palathingal <[email protected]>
annaibm
added a commit
to annaibm/aqa-tests
that referenced
this issue
Jan 19, 2024
- Removes prestaged jck material and reclones it, if git command fails resolves: adoptium#4846 Signed-off-by: Anna Babu Palathingal <[email protected]>
annaibm
added a commit
to annaibm/aqa-tests
that referenced
this issue
Jan 22, 2024
- Removes prestaged jck material and reclones it, if git command fails resolves: adoptium#4846 Signed-off-by: Anna Babu Palathingal <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have encountered lots of test material staging problems (see build.xml). In the build.xml, the logic is complicated as we try to handle lots of different cases.
To make this simple, if git cmd fails, we should remove the pre-staged material and re-clone.
related:
The text was updated successfully, but these errors were encountered: