Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 7, 2025
1 parent d2cc67c commit aa29b60
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 59 deletions.
1 change: 0 additions & 1 deletion .buildkite/pipeline-utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ export * from './agent_images';
export * from './buildkite';
export * as CiStats from './ci-stats';
export * from './github';
export * as Slack from './slack';
export * as TestFailures from './test-failures';
export * from './utils';
10 changes: 0 additions & 10 deletions .buildkite/pipeline-utils/slack/index.ts

This file was deleted.

24 changes: 0 additions & 24 deletions .buildkite/pipeline-utils/slack/slack.ts

This file was deleted.

23 changes: 0 additions & 23 deletions .buildkite/scripts/lifecycle/ping_slack.ts

This file was deleted.

2 changes: 1 addition & 1 deletion .buildkite/scripts/lifecycle/post_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ fi
if [[ $BUILDKITE_COMMAND_EXIT_STATUS -ne 0 ]]; then
# If the slack team environment variable is set, ping the team in slack
if [ -n "${PING_SLACK_TEAM:-}" ]; then
ts-node .buildkite/scripts/lifecycle/ping_slack.ts
buildkite-agent meta-data set 'slack:ping_team:body' "${PING_SLACK_TEAM}, can you please take a look at the test failures?"
fi
fi

0 comments on commit aa29b60

Please sign in to comment.