--- - job: name: elastic+ansible-beats+master display-name: elastic / ansible-beats - master description: Master branch testing with test kitchen triggers: - timed: H H(02-04) * * * builders: - shell: |- #!/usr/local/bin/runbld set -euo pipefail export RBENV_VERSION='2.5.7' export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)" rbenv local $RBENV_VERSION make setup make verify PATTERN=$TEST_TYPE-$OS publishers: - slack: notify-back-to-normal: True notify-every-failure: True room: infra-release-notify team-domain: elastic auth-token-id: release-slack-integration-token auth-token-credential-id: release-slack-integration-token