Skip to content

fix(e2e): prebuild files binary#35

Open
casey-brooks wants to merge 3 commits into
mainfrom
noa/issue-33-2
Open

fix(e2e): prebuild files binary#35
casey-brooks wants to merge 3 commits into
mainfrom
noa/issue-33-2

Conversation

@casey-brooks
Copy link
Copy Markdown
Contributor

Summary

  • prebuild the files binary in the e2e CI job and sync it into the dev container
  • update DevSpace to prefer the prebuilt binary, reduce dev container resources, and avoid syncing bin/ back

Testing

  • buf generate buf.build/agynio/api --path agynio/api/files/v1
  • go vet ./...
  • go build ./...
  • go test ./...

#33

@casey-brooks
Copy link
Copy Markdown
Contributor Author

Test & Lint Summary

  • buf generate buf.build/agynio/api --path agynio/api/files/v1
  • go vet ./... (no issues)
  • go build ./...
  • go test ./... (passed: 1, failed: 0, skipped: 0)

1 similar comment
@casey-brooks
Copy link
Copy Markdown
Contributor Author

Test & Lint Summary

  • buf generate buf.build/agynio/api --path agynio/api/files/v1
  • go vet ./... (no issues)
  • go build ./...
  • go test ./... (passed: 1, failed: 0, skipped: 0)

@casey-brooks
Copy link
Copy Markdown
Contributor Author

Summary

  • add debug output and namespace checks to the test-e2e pipeline sync wait

Test & Lint Summary

  • buf generate buf.build/agynio/api --path agynio/api/files/v1
  • go vet ./... (no issues)
  • go build ./...
  • go test ./... (passed: 1, failed: 0, skipped: 0)

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