123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- coverage:
- status:
- project: false
- patch:
- frontend:
- informational: true
- branches:
- - master
- flags:
- - frontend
- backend:
-
- only_pulls: true
- informational: true
- target: 50%
- flags:
- - backend
- ignore:
- - src/*/migrations/
- - src/bitfield/
- - src/sentry/debug/
- - src/sentry/runner/
- - src/social_auth/
- - static/app/routes.tsx
- - static/app/**/*.stories.tsx
- - static/app/**/__stories__/
- component_management:
- individual_components:
-
- - component_id: 'profiling_views'
- name: 'Profiling Views'
- paths:
- - 'static/app/views/profiling/**'
- - component_id: 'profiling_components'
- name: 'Profiling Components'
- paths:
- - 'src/sentry/static/sentry/app/components/profiling/**'
- - component_id: 'profiling_utils'
- name: 'Profiling Utils'
- paths:
- - 'src/sentry/static/sentry/app/utils/profiling/**'
- flags:
- frontend:
- paths:
- - 'static/app/'
- carryforward: true
-
-
-
- after_n_builds: 4
- backend:
- paths:
- - '**/*.py'
- carryforward: true
-
-
- after_n_builds: 18
- flag_management:
- individual_flags:
- - name: smart-tests
-
- carryforward: false
-
-
- statuses:
-
- - type: 'patch'
- only_pulls: true
- comment:
-
-
-
-
-
-
- require_bundle_changes: 'bundle_increase'
-
-
-
- after_n_builds: 22
-
- layout: 'diff, condensed_files'
-
- hide_project_coverage: true
-
- behavior: once
-
- require_changes: 'coverage_drop OR uncovered_patch'
- require_base: true
- require_head: true
- bundle_change_threshold: '10Kb'
- cli:
-
-
- plugins:
- pycoverage:
- report_type: 'json'
- compress-pycoverage:
- file_to_compress: '.artifacts/python.coverage.json'
-
-
- delete_uncompressed: true
- runners:
- pytest:
-
-
- collect_tests_options:
- - 'tests'
- - '--ignore=tests/acceptance'
- - '--ignore=tests/apidocs'
- - '--ignore=tests/js'
- - '--ignore=tests/tools'
|