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

fix(IDX): don't run system tests with 'local' by default #4227

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nmattia
Copy link
Contributor

@nmattia nmattia commented Mar 4, 2025

This ensures that -- by default -- system tests are not with run the local strategy. When run locally, system tests don't seem to get cached across server restarts.

The select() which was evaluated as a boolean was truthy meaning the local tag was always added. Instead, the local strategy is specified as a CLI arg in the k8s CI job.

@github-actions github-actions bot added the fix label Mar 4, 2025
@nmattia nmattia force-pushed the nm-no-local branch 6 times, most recently from 363e326 to 7996f74 Compare March 4, 2025 16:22
This ensures that -- by default -- system tests are not with run the `local` strategy. When run `local`ly, system tests don't seem to get cached across server restarts.

The `select()` which was evaluated as a boolean was truthy meaning the `local` tag was always added. Instead, the `local` strategy is specified as a CLI arg in the k8s CI job.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant