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

Improve integration testing #124

Open
johnstcn opened this issue Feb 10, 2025 · 0 comments
Open

Improve integration testing #124

johnstcn opened this issue Feb 10, 2025 · 0 comments

Comments

@johnstcn
Copy link
Member

johnstcn commented Feb 10, 2025

Problem

  1. Our current integration tests for Envbox test with the following images:
  • gcr.io/coder-dev-1/sreya/enterprise-base:ubuntu
  • gcr.io/coder-dev-1/sreya/hello-world
  • gcr.io/coder-dev-1/sreya/ubuntu-coder

These images are manually vendored in GCR and will need to be moved elsewhere when it is discontinued (March 18, 2025).

  1. We do not run integration tests with RedHat UBI9 (registry.redhat.io/ubi9/ubi:9.5). This is a widely used based image and is sufficiently different to warrant testing on its own.

  2. We do not run integration tests for GPU support. Automated integration tests for GPU support will be difficult, but we can at least have a test that can be run manually if the required dependencies are present.

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

No branches or pull requests

1 participant