Update branch name to "main" in CircleCI config (#8726)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/8726 Reviewed By: jay-zhuang Differential Revision: D30675182 Pulled By: ltamasi fbshipit-source-id: d5746931f6d942ed3a9d21325335cfc9e111a7f3
This commit is contained in:
parent
f756448f28
commit
2e09a54c4f
@ -5,9 +5,9 @@ orbs:
|
|||||||
slack: circleci/slack@3.4.2
|
slack: circleci/slack@3.4.2
|
||||||
|
|
||||||
aliases:
|
aliases:
|
||||||
- ¬ify-on-master-failure
|
- ¬ify-on-main-failure
|
||||||
fail_only: true
|
fail_only: true
|
||||||
only_for_branches: master
|
only_for_branches: main
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
install-pyenv-on-macos:
|
install-pyenv-on-macos:
|
||||||
@ -60,7 +60,7 @@ commands:
|
|||||||
|
|
||||||
post-steps:
|
post-steps:
|
||||||
steps:
|
steps:
|
||||||
- slack/status: *notify-on-master-failure
|
- slack/status: *notify-on-main-failure
|
||||||
- store_test_results: # store test result if there's any
|
- store_test_results: # store test result if there's any
|
||||||
path: /tmp/test-results
|
path: /tmp/test-results
|
||||||
- store_artifacts: # store LOG for debugging if there's any
|
- store_artifacts: # store LOG for debugging if there's any
|
||||||
@ -801,7 +801,7 @@ workflows:
|
|||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
- build-format-compatible
|
- build-format-compatible
|
||||||
- build-linux-arm-test-full
|
- build-linux-arm-test-full
|
||||||
|
Loading…
Reference in New Issue
Block a user