-
Notifications
You must be signed in to change notification settings - Fork 839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Add loki step to CI #7747
Conversation
echo "+++ Running visual regression tests on pull request #${BUILDKITE_PULL_REQUEST}" | ||
echo "https://github.com/elastic/eui/pull/${BUILDKITE_PULL_REQUEST}" | ||
storybook_url="https://eui.elastic.co/pr_${BUILDKITE_PULL_REQUEST}/storybook" | ||
elif [[ "${BUILDKITE_BRANCH}" == "main" ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is technically unused as of now, but will be in the release pipeline when this script is tested
c42807c
to
34769f5
Compare
Will be unblocked and ready for review when https://github.com/elastic/ci-agent-images/pull/691 is merged |
Preview staging links for this PR:
|
💔 Build Failed
Failed CI StepsHistory
cc @tkajtoch |
👋 Hey there. This PR hasn't had any activity for 90 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
❌ We're automatically closing this PR due to lack of activity. Please comment if you feel this was done in error. |
Summary
Resolves #7617.
This PR adds a new buildkite step to run Loki in CI for open pull requests.
QA
QA needs to be done manually after merging this PR. Please make sure the script and configuration look valid.