-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
area/ciarea/testMarks an issue as improving or extending the tests of the projectMarks an issue as improving or extending the tests of the projectblockedTasks blocked for external reasonsTasks blocked for external reasonskind/taskpossibly-outdatedFor github issues over a year oldFor github issues over a year old
Description
@jessesimpson36 what we can do now is allowing to test MT via GH labels so we don't change the default behavior yet we allow users to test MT if they want.
we can add a multiTenancy key in the tests and make it conditional like we have here:
| if: ${{ github.event.pull_request.number || contains(inputs.platforms, 'rosa') }} |
Using that var to load an extra val file in the actual tests via TEST_HELM_EXTRA_ARGS.
Originally posted by @aabouzaid in #963 (comment)
aabouzaid
Metadata
Metadata
Assignees
Labels
area/ciarea/testMarks an issue as improving or extending the tests of the projectMarks an issue as improving or extending the tests of the projectblockedTasks blocked for external reasonsTasks blocked for external reasonskind/taskpossibly-outdatedFor github issues over a year oldFor github issues over a year old