Skip to content
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

windows ci: Use Actions checkout #800

Closed
nerdvegas opened this issue Nov 12, 2019 · 1 comment
Closed

windows ci: Use Actions checkout #800

nerdvegas opened this issue Nov 12, 2019 · 1 comment
Labels
os:windows Windows-specific topic:CI

Comments

@nerdvegas
Copy link
Contributor

nerdvegas commented Nov 12, 2019

Currently, the Windows docker image entrypoint performs a rez repo checkout in order to run the tests, even though this has already been done by the 'Checkout' task in the GH workflow.

Sometimes an error occurs related to this (I think this may be happening on forked PRs, since they will result in a reference to a commit that doesn't exist on the nerdvegas repo yet):

Cloning into 'rez'...
14
fatal: reference is not a tree: 6b63c81dbb54a78b49b7bafb19e02b50e185def8
15
##[error]Process completed with exit code 1.

Instead of checking out the rez repo, the docker image should instead bind mount the already checked out clone.

@nerdvegas
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os:windows Windows-specific topic:CI
Projects
None yet
Development

No branches or pull requests

1 participant