Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Buildkite step label
  • Loading branch information
mrodm committed Jan 31, 2025
commit dfed69a109db6c89890fb841d72cec70a185f5b8
2 changes: 1 addition & 1 deletion .buildkite/pipeline.trigger.integration.tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ echo " - build/test-coverage/coverage-*.xml" # these files should not b
# Add steps to test validation method mappings
while IFS= read -r -d '' package ; do
package_name=$(basename "${package}")
echo " - label: \":go: Integration test: ${package_name} (just validate mappings)\""
echo " - label: \":go: Integration test: ${package_name} (validate mappings)\""
echo " key: \"integration-parallel-${package_name}-agent-validate-mappings\""
echo " command: ./.buildkite/scripts/integration_tests.sh -t test-check-packages-parallel -p ${package_name}"
echo " env:"
Expand Down