forked from DataDog/dd-sdk-android
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
26 lines (22 loc) · 762 Bytes
/
.gitlab-ci.yml
File metadata and controls
26 lines (22 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
variables:
CURRENT_CI_IMAGE: "23"
CI_IMAGE_DOCKER: registry.ddbuild.io/ci/dd-sdk-android:$CURRENT_CI_IMAGE
GIT_DEPTH: 5
DD_SERVICE: "dd-sdk-android"
DD_ENV_TESTS: "ci"
DD_CIVISIBILITY_ENABLED: "true"
DD_INSIDE_CI: "true"
DD_COMMON_AGENT_CONFIG: "dd.env=ci,dd.trace.enabled=false,dd.jmx.fetch.enabled=false"
KUBERNETES_MEMORY_REQUEST: "8Gi"
KUBERNETES_MEMORY_LIMIT: "13Gi"
EMULATOR_NAME: "android_emulator"
ANDROID_ARCH: "arm64-v8a"
ANDROID_API: "36"
ANDROID_SDK_VERSION: "commandlinetools-mac-13114758_latest"
include:
- local: 'ci/pipelines/default-pipeline.yml'
rules:
- if: '$CI_PIPELINE_KEY == null'
- local: 'ci/pipelines/check-release-pipeline.yml'
rules:
- if: '$CI_PIPELINE_KEY == "check-release"'