Overview

After selecting a time frame from the dropdown menu on the top right, you can search for batches of CI jobs by clicking on the CI Batches event type in the Synthetic Monitoring & Testing Results Explorer.

CI batches in the Synthetic Monitoring & Testing Results Explorer

You can use facets to accomplish the following actions:

  • Observe the latest batches of tests running in a CI pipeline.
  • Aggregate CI batches and identify test IDs to add into your CI pipeline.
  • Compare the number of failing test runs by their blocking status.

Explore facets

The facets panel on the left lists several facets you can use to search through your batches. To start customizing the search query, click through the list of facets starting with Batch.

Batch attributes

Batch facets allow you to filter on your batches’ attributes.

FacetDescription
Summary StatusThe status of the batch: Passed, Failed, and In Progress.
DurationThe overall duration of the batch.
IDThe batch ID.

CI attributes

CI facets allow you to filter on your batches’ CI-related attributes.

FacetDescription
CI ProviderThe CI provider associated with the batch.
Job NameThe job name associated with the batch.
Job URLThe job URL associated with the batch.
Pipeline IDThe pipeline ID associated with the batch.
Pipeline NameThe pipeline or repository name associated with the batch.
Pipeline NumberThe pipeline or build number associated with the batch.
Pipeline URLThe pipeline URL associated with the batch.
Stage NameThe stage name associated with the batch.

Test result attributes

Test result facets allow you to filter on your executed test results’ attributes.

FacetDescription
Execution RuleThe execution rule associated with the test result of the batch: Blocking, Non Blocking, and Skipped.
Fast RetriesThe number of fast retries associated with the test result of the batch.
LocationThe location associated with the test result of the batch.
Test IDThe test ID associated with the test result of the batch.
Test NameThe test name associated with the test result of the batch.

Git attributes

Git facets allow you to filter on your batches’ Git-related attributes.

FacetDescription
Author EmailThe email address of the commit author.
BranchThe branch associated with the batch.
Commit SHAThe commit SHA associated with the batch.
Repository URLThe URL of the Git repository associated with the batch.
TagThe Git tag associated with the batch.

To filter on batches of CI jobs run over the past day, create a search query such as @ci.provider.name:github and set the time range to 1d.

For more information about searching for CI batches, see Search Syntax.

Further reading

Additional helpful documentation, links, and articles: