Skip to content

refactor: Remove support for the deprecated digital-ocean infrastructure in E2E test framework #1869

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

Open
wants to merge 1 commit into
base: v0.38.x-celestia
Choose a base branch
from

Conversation

Himess
Copy link

@Himess Himess commented May 20, 2025

Closes #1613

This PR removes support for the "digital-ocean" infrastructure type from the E2E test framework, aligning with the project's current direction to maintain only "docker" as the supported backend.

🔨 Changes made:

  • Removed digitalocean/ provider code under test/e2e/pkg/infra/
  • Removed related conditional logic in runner/main.go
  • Removed InfrastructureDataFromFile(...) function
  • Updated e2e_test.go to use only the Docker-based setup
  • Deleted unused GitHub workflow: .github/workflows/e2e-manual.yml
  • Cleaned up CLI flags and help text references to "digital-ocean"
  • Removed "digital-ocean" logic from test cases
  • Simplified run-multiple.sh comments by removing "nightly" mention
  • Verified with go build ./... and go test ./... (only unrelated failures)

PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

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.

Remove unused code from the e2e test
1 participant