Skip to content

Commit

Permalink
Disable Buildkite PR comments (#38554)
Browse files Browse the repository at this point in the history
This commit disables PR comments while the migration is ongoing.

Relates: elastic/ingest-dev#3001 (comment)
  • Loading branch information
dliappis authored Mar 22, 2024
1 parent 5532180 commit 06a11e7
Showing 1 changed file with 47 additions and 29 deletions.
76 changes: 47 additions & 29 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ spec:
cancel_intermediate_builds_branch_filter: "!main !7.* !8.*"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.* !8.*"
# TODO uncomment this environment variable when pipeline definition is updated
# env:
# ELASTIC_PR_COMMENTS_ENABLED: 'true'
env:
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -101,7 +101,8 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.* !8.*"
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
# TODO set to truue once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -147,7 +148,8 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.* !8.*"
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
# TODO set to truue once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -192,8 +194,9 @@ spec:
cancel_intermediate_builds_branch_filter: "!main !7.* !8.*"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.* !8.*"
# env:
# ELASTIC_PR_COMMENTS_ENABLED: "true" TODO: uncomment when pipeline is ready
env:
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -239,7 +242,8 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.* !8.*"
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -284,8 +288,9 @@ spec:
cancel_intermediate_builds_branch_filter: "!main !7.* !8.*"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.* !8.*"
# env:
# ELASTIC_PR_COMMENTS_ENABLED: "true" TODO: uncomment when pipeline is ready
env:
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -331,7 +336,8 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -377,7 +383,8 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -421,8 +428,9 @@ spec:
cancel_intermediate_builds_branch_filter: "!main !7.17 !8.*"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
# env:
# ELASTIC_PR_COMMENTS_ENABLED: "true" TODO: uncomment when pipeline is ready
env:
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -468,7 +476,8 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -514,7 +523,8 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -560,7 +570,8 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -606,7 +617,8 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -652,7 +664,8 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -767,8 +780,9 @@ spec:
cancel_intermediate_builds_branch_filter: "!main !7.17 !8.*"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
# env:
# ELASTIC_PR_COMMENTS_ENABLED: "true" #TODO: uncomment after tests
env:
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -813,8 +827,9 @@ spec:
cancel_intermediate_builds_branch_filter: "!main !7.17 !8.*"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
# env:
# ELASTIC_PR_COMMENTS_ENABLED: "true" #TODO: uncomment after tests
env:
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -859,8 +874,9 @@ spec:
cancel_intermediate_builds_branch_filter: "!main !7.17 !8.*"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
# env:
# ELASTIC_PR_COMMENTS_ENABLED: "true" #TODO: uncomment after tests
env:
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -905,8 +921,9 @@ spec:
cancel_intermediate_builds_branch_filter: "!main !7.17 !8.*"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
# env:
# ELASTIC_PR_COMMENTS_ENABLED: "true" #TODO: uncomment after tests
env:
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -951,8 +968,9 @@ spec:
cancel_intermediate_builds_branch_filter: "!main !7.17 !8.*"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !7.17 !8.*"
# env:
# ELASTIC_PR_COMMENTS_ENABLED: "true" #TODO: uncomment after tests
env:
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down

0 comments on commit 06a11e7

Please sign in to comment.