Skip to main content

Default Pipelines

When you add a new project on bitrise.io, we create initial Pipelines and Workflows for you.

You can use these to run your tests or create installable binaries such as IPAs or APKs. Feel free to modify the default Pipelines and Workflows to suit your needs.

Default Pipelines are created for all new iOS and Android projects. These Pipelines consist of automatically created default Workflows.

Table 1. Default Pipelines for iOS

Pipeline ID

Pipeline summary

Workflows within the Pipeline

run_tests

Builds your iOS project, runs your Xcode tests in two parallel shards. The number of shards is specified in the env var $TEST_SHARD_COUNT.

build_for_testing

test_without_building


Table 2. Default Pipelines for Android

Pipeline ID

Pipeline summary

Workflows within the Pipeline

run_tests

Run your Android instrumented tests in two parallel test shards and get a test report. The number of shards is specified in the env var $TEST_SHARD_COUNT.

run_instrumented_tests