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

Rewrite orchestration e2e test in go. #545

Merged
merged 1 commit into from
May 9, 2024

Conversation

ser-io
Copy link
Member

@ser-io ser-io commented May 7, 2024

No description provided.

@ser-io ser-io force-pushed the orch-e2etest-golang branch 3 times, most recently from 5088e88 to 64f28ff Compare May 7, 2024 23:21
@ser-io ser-io requested a review from jemoreira May 7, 2024 23:21
@ser-io ser-io marked this pull request as ready for review May 7, 2024 23:21
@ser-io ser-io force-pushed the orch-e2etest-golang branch 2 times, most recently from 31b54fa to fc41d83 Compare May 8, 2024 00:33
@ser-io ser-io force-pushed the orch-e2etest-golang branch from fc41d83 to a304585 Compare May 8, 2024 18:49
Comment on lines +3 to +10
http_archive(
name = "io_bazel_rules_go",
integrity = "sha256-fHbWI2so/2laoozzX5XeMXqUcv0fsUrHl8m/aE8Js3w=",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
],
)
Copy link
Member

Choose a reason for hiding this comment

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

Can the bazel central registry be used instead of the http_archive approach?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think so, there's support for Go with Bzlmod https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/bzlmod.md, will work on what could be migrated in a following PR.

@ser-io ser-io merged commit 414a1a4 into google:main May 9, 2024
6 checks passed
@ser-io ser-io deleted the orch-e2etest-golang branch May 15, 2024 22:35
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.

2 participants