You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create and document a process to replace the flaky test testing method from matrix jobs (editing jobs.yml and duplicating the same ciGroup over and over).
Possibilities
Create a separate job driven by a separate Jenkinsfile
Move shared functionality between the Jenkinsfiles to a separate groovy file
Job can be triggered by a comment in a PR, then no editing of files in PR is required
Separate CI status will make sure that PRs don't get merged until they're tested by the default job too
The text was updated successfully, but these errors were encountered:
There's a problem with how the shared library in the Kibana repo is getting loaded. The fetch command shows that its timing out after 10 minutes, which doesn't happen when running the same job on my sandbox Jenkins.
Create and document a process to replace the flaky test testing method from matrix jobs (editing jobs.yml and duplicating the same ciGroup over and over).
Possibilities
The text was updated successfully, but these errors were encountered: