Skip to content

build: Add loki step to CI#7747

Closed
tkajtoch wants to merge 10 commits intoelastic:mainfrom
tkajtoch:build/loki-ci
Closed

build: Add loki step to CI#7747
tkajtoch wants to merge 10 commits intoelastic:mainfrom
tkajtoch:build/loki-ci

Conversation

@tkajtoch
Copy link
Copy Markdown
Member

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.

@tkajtoch tkajtoch added skip-changelog Use on PRs to skip changelog requirement (Don't delete - used for automation) infrastructure labels May 13, 2024
@tkajtoch tkajtoch self-assigned this May 13, 2024
@tkajtoch tkajtoch requested a review from a team as a code owner May 13, 2024 11:07
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
Copy link
Copy Markdown
Member Author

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

@tkajtoch tkajtoch marked this pull request as draft May 13, 2024 12:28
@tkajtoch tkajtoch force-pushed the build/loki-ci branch 5 times, most recently from c42807c to 34769f5 Compare May 13, 2024 17:58
@tkajtoch
Copy link
Copy Markdown
Member Author

Will be unblocked and ready for review when https://github.com/elastic/ci-agent-images/pull/691 is merged

@kibanamachine
Copy link
Copy Markdown

Preview staging links for this PR:

@elasticmachine
Copy link
Copy Markdown
Collaborator

elasticmachine commented May 28, 2024

💔 Build Failed

Failed CI Steps

History

cc @tkajtoch

@github-actions
Copy link
Copy Markdown

👋 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.

@github-actions github-actions bot added the stale-pr (Don't delete - used for automation) label Aug 26, 2024
@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 3, 2024

❌ We're automatically closing this PR due to lack of activity. Please comment if you feel this was done in error.

@github-actions github-actions bot added the stale-pr-closed (Don't delete - used for automation) label Sep 3, 2024
@github-actions github-actions bot closed this Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure skip-changelog Use on PRs to skip changelog requirement (Don't delete - used for automation) stale-pr (Don't delete - used for automation) stale-pr-closed (Don't delete - used for automation)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure Loki to test open PRs in CI

3 participants