-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'trunk' into dependabot/gradle/gradle.ext.kotlinVersion-…
…2.0.0
- Loading branch information
Showing
146 changed files
with
3,785 additions
and
3,407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
# Nodes with values to reuse in the pipeline. | ||
common_params: | ||
# Common plugin settings to use with the `plugins` key. | ||
- &common_plugins | ||
- automattic/a8c-ci-toolkit#3.4.2 | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json | ||
--- | ||
|
||
|
||
steps: | ||
- label: "Code Freeze" | ||
plugins: *common_plugins | ||
plugins: [$CI_TOOLKIT] | ||
command: | | ||
.buildkite/commands/configure-git-for-release-management.sh | ||
echo '--- :robot_face: Use bot for git operations' | ||
source use-bot-for-git | ||
echo '--- :ruby: Setup Ruby Tools' | ||
install_gems | ||
echo '--- :snowflake: Start Code Freeze' | ||
bundle exec fastlane code_freeze skip_confirm:true | ||
agents: | ||
queue: "tumblr-metal" |
10 changes: 0 additions & 10 deletions
10
.buildkite/commands/configure-git-for-release-management.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# Nodes with values to reuse in the pipeline. | ||
common_params: | ||
# Common plugin settings to use with the `plugins` key. | ||
- &common_plugins | ||
- automattic/a8c-ci-toolkit#3.4.2 | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json | ||
--- | ||
|
||
|
||
steps: | ||
- label: "Complete Code Freeze" | ||
plugins: *common_plugins | ||
plugins: [$CI_TOOLKIT] | ||
command: | | ||
.buildkite/commands/configure-git-for-release-management.sh | ||
echo '--- :robot_face: Use bot for git operations' | ||
source use-bot-for-git | ||
echo '--- :git: Checkout Release Branch' | ||
.buildkite/commands/checkout-release-branch.sh | ||
echo '--- :ruby: Setup Ruby Tools' | ||
install_gems | ||
echo '--- :snowflake: Complete Code Freeze' | ||
bundle exec fastlane complete_code_freeze skip_confirm:true | ||
agents: | ||
queue: "tumblr-metal" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
# Nodes with values to reuse in the pipeline. | ||
common_params: | ||
# Common plugin settings to use with the `plugins` key. | ||
- &common_plugins | ||
- automattic/a8c-ci-toolkit#3.4.2 | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json | ||
--- | ||
|
||
|
||
steps: | ||
- label: "Finalize release" | ||
plugins: *common_plugins | ||
plugins: [$CI_TOOLKIT] | ||
command: | | ||
.buildkite/commands/configure-git-for-release-management.sh | ||
echo '--- :robot_face: Use bot for git operations' | ||
source use-bot-for-git | ||
echo '--- :git: Checkout Release Branch' | ||
.buildkite/commands/checkout-release-branch.sh | ||
echo '--- :ruby: Setup Ruby Tools' | ||
install_gems | ||
cp gradle.properties-example gradle.properties | ||
echo '--- :shipit: Finalize Release' | ||
bundle exec fastlane finalize_release skip_confirm:true | ||
agents: | ||
queue: "tumblr-metal" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
# Nodes with values to reuse in the pipeline. | ||
common_params: | ||
# Common plugin settings to use with the `plugins` key. | ||
- &common_plugins | ||
- automattic/a8c-ci-toolkit#3.4.2 | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json | ||
--- | ||
|
||
|
||
steps: | ||
- label: "New Beta Release" | ||
plugins: *common_plugins | ||
plugins: [$CI_TOOLKIT] | ||
command: | | ||
.buildkite/commands/configure-git-for-release-management.sh | ||
echo '--- :robot_face: Use bot for git operations' | ||
source use-bot-for-git | ||
echo '--- :ruby: Setup Ruby Tools' | ||
install_gems | ||
cp gradle.properties-example gradle.properties | ||
echo '--- :shipit: New Beta Release' | ||
bundle exec fastlane new_beta_release skip_confirm:true | ||
agents: | ||
queue: "tumblr-metal" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json | ||
--- | ||
|
||
agents: | ||
queue: "android" | ||
|
||
steps: | ||
- label: "dependency analysis" | ||
command: | | ||
echo "--- 📊 Analyzing" | ||
cp gradle.properties-example gradle.properties | ||
./gradlew buildHealth | ||
plugins: [$CI_TOOLKIT] | ||
artifact_paths: | ||
- "build/reports/dependency-analysis/build-health-report.*" | ||
notify: | ||
- slack: "#android-core-notifs" | ||
if: build.state == "failed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/sh | ||
|
||
# This file is `source`'d before calling `buildkite-agent pipeline upload`, and can be used | ||
# to set up some variables that will be interpolated in the `.yml` pipeline before uploading it. | ||
|
||
export CI_TOOLKIT="automattic/a8c-ci-toolkit#3.4.2" | ||
export TEST_COLLECTOR="test-collector#v1.10.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# Nodes with values to reuse in the pipeline. | ||
common_params: | ||
# Common plugin settings to use with the `plugins` key. | ||
- &common_plugins | ||
- automattic/a8c-ci-toolkit#3.4.2 | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json | ||
--- | ||
|
||
|
||
steps: | ||
- label: "Update release notes" | ||
plugins: *common_plugins | ||
plugins: [$CI_TOOLKIT] | ||
command: | | ||
.buildkite/commands/configure-git-for-release-management.sh | ||
echo '--- :robot_face: Use bot for git operations' | ||
source use-bot-for-git | ||
echo '--- :git: Checkout Editorial Branch' | ||
.buildkite/commands/checkout-editorial-branch.sh | ||
echo '--- :ruby: Setup Ruby Tools' | ||
install_gems | ||
echo '--- :memo: Update Release Notes' | ||
bundle exec fastlane update_appstore_strings version:${RELEASE_VERSION} | ||
agents: | ||
queue: "tumblr-metal" |
Oops, something went wrong.