-
Notifications
You must be signed in to change notification settings - Fork 206
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
Use TestContainer Cloud on CI for windows tests that can not host the requested images #2139
Conversation
5d9ce17
to
22e022c
Compare
@Mpdreamz It seems like we are ready to move forward with windows tests using testcontainers cloud. |
Signed-off-by: Adrien Mannocci <adrien.mannocci@elastic.co>
Signed-off-by: Adrien Mannocci <adrien.mannocci@elastic.co>
3d2244b
to
24fe6aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amannocci pinged me about this, PR looks ok to me. @stevejgordon could you please also look at this, before we merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, will merge once all test changes pass.
@gregkalapos mind giving this a LGTM? since i amended this commit we need another person to sign off 😄
- name: Setup Testcontainers Cloud Client | ||
uses: atomicjar/testcontainers-cloud-setup-action@v1 | ||
with: | ||
token: ${{ secrets.TC_CLOUD_TOKEN }} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm afraid this won't work for forked PRs. Shall this be changed by enabling only when working on the upstream rather than on forked-PRs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would be great @v1v 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, I'll code something. Then likely, I might need your help with skipping those tests for forked PRs.
No description provided.