-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[QA][Stack Integration Tests] Support defining the tests list in the Integration Test Repo #83363
Conversation
…Integration Test repo or Kibana Support both in the config. Update fromNullable to include an empty string predicate.
x-pack/test/stack_functional_integration/configs/build_state.js
Outdated
Show resolved
Hide resolved
…list-in-both-repos
…Integration Test repo or Kibana Support both in the config. Update fromNullable to include an empty string predicate.
…Integration Test repo or Kibana Split external test list into an array.
@elasticmachine merge upstream |
…Integration Test repo Drop build_state and use consume_state in order to easily signify that we are using state that's generated elsewhere.
…kibana into support-test-list-in-both-repos
…list-in-both-repos
…Integration Test repo Revert no-longer-needed change.
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
@LeeDr where does this need to be backported to? |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
…Integration Test Repo (elastic#83363) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Support both in the config.Consume the state of the TESTS_LIST directly from the state file.
This pr depends on https://github.com/elastic/integration-test/pull/409