-
Notifications
You must be signed in to change notification settings - Fork 221
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
Remove ruby e2e tests #5009
base: master
Are you sure you want to change the base?
Remove ruby e2e tests #5009
Conversation
4850e7d
to
97e5e8f
Compare
916add5
to
2f9cf81
Compare
.buildkite/pipeline.yml
Outdated
- buildkite-agent artifact download "windows-tests.zip" . | ||
- mkdir -p windows\tests | ||
- tar -xf windows-tests.zip -C windows\tests | ||
- cd windows\tests # tests seem to look for test data relative to ..\.. |
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.
- cd windows\tests # tests seem to look for test data relative to ..\.. | |
- cd windows\tests # tests seem to rely on ..\.. being the repo root |
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.
Also it would have made sense to factor out the "download artifact >> mkdir >> tar xf >> cd" to some common download-windows-tests.sh
— but with this difference in path I'm not sure it's worth it.
Could have windows\tests
be the directory in all the cases I suppose.
I think it's fine to keep duplicated though.
Appears to be about to pass: https://buildkite.com/cardano-foundation/cardano-wallet/builds/9541#_ |
@@ -580,7 +583,10 @@ steps: | |||
- trigger-windows-e2e-tests | |||
commands: | |||
- diff -r configs/cardano/preprod lib/integration/configs/cardano/preprod # ensure the configs don't diverge despite being duplicated | |||
- ./scripts/buildkite/main/windows-e2e.bat |
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.
Turns out we don't need the .bat file any longer
2f9cf81
to
ba3fb27
Compare
649e4ac
to
e409fa2
Compare
Comments
Per #4980 (comment) this should be fine.
Issue Number
#4980