Skip to content

Commit

Permalink
CI: configure ci_set_analyzer
Browse files Browse the repository at this point in the history
 #do_not_test
  • Loading branch information
maxknv committed Feb 29, 2024
1 parent 0ad0344 commit 0df8db5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitmessage
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#ci_set_reduced
#ci_set_arm
#ci_set_integration
#ci_set_analyzer

## To run specified job in CI:
#job_<JOB NAME>
Expand Down
11 changes: 11 additions & 0 deletions tests/ci/ci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Labels(metaclass=WithIter):
CI_SET_REDUCED = "ci_set_reduced"
CI_SET_ARM = "ci_set_arm"
CI_SET_INTEGRATION = "ci_set_integration"
CI_SET_ANALYZER = "ci_set_analyzer"

libFuzzer = "libFuzzer"

Expand Down Expand Up @@ -647,6 +648,16 @@ def validate(self) -> None:
JobNames.INTEGRATION_TEST,
]
),
Labels.CI_SET_ANALYZER: LabelConfig(
run_jobs=[
JobNames.STYLE_CHECK,
JobNames.FAST_TEST,
Build.PACKAGE_RELEASE,
Build.PACKAGE_ASAN,
JobNames.STATELESS_TEST_ANALYZER_S3_REPLICATED_RELEASE,
JobNames.INTEGRATION_TEST_ASAN_ANALYZER,
]
),
Labels.CI_SET_REDUCED: LabelConfig(
run_jobs=[
job
Expand Down

0 comments on commit 0df8db5

Please sign in to comment.