Skip to content

Commit

Permalink
CI: Remove custom meta-data to ci schedule for dependency analysis
Browse files Browse the repository at this point in the history
This configuration is removed as the goal would be to ultimately use the
'pipeline_file/xyz.yml' metadata key/value instead of this manually set
'scheduled-build/dependency-analysis' meta-data key/value pair.

For more info see: Automattic/buildkite-ci#459
#issuecomment-2199589109
  • Loading branch information
ParaskP7 committed Jul 1, 2024
1 parent 6b9aea4 commit 9b67025
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .buildkite/schedules/dependency-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ agents:

steps:
- label: "dependency analysis"
# The meta-data added is used by Apps Metrics Prometheus collector to find the build.
command: |
buildkite-agent meta-data set "scheduled-build" "dependency-analysis"
echo "--- 📊 Analyzing"
cp gradle.properties-example gradle.properties
./gradlew buildHealth
Expand Down

0 comments on commit 9b67025

Please sign in to comment.