Skip to content

Remove e2e test workflow#376

Closed
elezar wants to merge 1 commit intoNVIDIA:mainfrom
elezar:disable-e2e-tests
Closed

Remove e2e test workflow#376
elezar wants to merge 1 commit intoNVIDIA:mainfrom
elezar:disable-e2e-tests

Conversation

@elezar
Copy link
Copy Markdown
Member

@elezar elezar commented Mar 19, 2025

Removing the e2e test workflow since this does not provide a reasonable signal of health.

The e2e tests always fail (https://github.com/NVIDIA/k8s-nim-operator/actions/workflows/e2e.yml) and do not provide a reasonable signal of health. If these are readded, they should be configured so as to run per PR.

Removing the e2e test workflow since this does not provide a reasonable
signal of health.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
Comment thread .github/workflows/e2e.yml
jobs:
e2e-tests:
runs-on: linux-amd64-cpu4
if: ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.event.workflow_run.event == 'push' }}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

if: false # TODO: Disabled until e2e tests is made stable

Can you instead comment this line and replace with the above?

@shivamerla
Copy link
Copy Markdown
Collaborator

thanks @elezar we didn't get to check the errors with EC2 provisioning. @ArangoGutierrez any idea why apt update is failing during provisioning using Holodeck? https://github.com/NVIDIA/k8s-nim-operator/actions/runs/13848216533/job/38750735288

@shivamerla
Copy link
Copy Markdown
Collaborator

closing this as this is disabled with #411

@shivamerla shivamerla closed this Apr 4, 2025
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.

3 participants