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

Remove ruby e2e tests #5009

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Remove ruby e2e tests #5009

wants to merge 3 commits into from

Conversation

Anviking
Copy link
Member

@Anviking Anviking commented Feb 27, 2025

  • Delete ruby e2e tests
  • Use buildkite-agent to download the testing bundle (not to rely on the ruby code)

Comments

Per #4980 (comment) this should be fine.

Issue Number

#4980

@Anviking Anviking self-assigned this Feb 27, 2025
@Anviking Anviking marked this pull request as draft February 27, 2025 14:17
@Anviking Anviking force-pushed the anviking/4980/delete-ruby-e2e branch 2 times, most recently from 4850e7d to 97e5e8f Compare February 27, 2025 15:47
@Anviking Anviking force-pushed the anviking/4980/delete-ruby-e2e branch 8 times, most recently from 916add5 to 2f9cf81 Compare February 28, 2025 16:03
- 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 ..\..
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- cd windows\tests # tests seem to look for test data relative to ..\..
- cd windows\tests # tests seem to rely on ..\.. being the repo root

Copy link
Member Author

@Anviking Anviking Feb 28, 2025

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.

@Anviking Anviking marked this pull request as ready for review February 28, 2025 16:41
@Anviking Anviking changed the title Delete ruby e2e tests Remove ruby e2e tests Feb 28, 2025
@Anviking
Copy link
Member Author

Appears to be about to pass: https://buildkite.com/cardano-foundation/cardano-wallet/builds/9541#_
Will push the rebase afterwards.

@@ -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
Copy link
Member Author

@Anviking Anviking Feb 28, 2025

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

@Anviking Anviking force-pushed the anviking/4980/delete-ruby-e2e branch from 2f9cf81 to ba3fb27 Compare February 28, 2025 18:13
@Anviking Anviking force-pushed the anviking/4980/delete-ruby-e2e branch from 649e4ac to e409fa2 Compare February 28, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant