Skip to content

Buildkite pipeline for integration tests #1863

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

Merged
merged 2 commits into from
May 5, 2023
Merged

Buildkite pipeline for integration tests #1863

merged 2 commits into from
May 5, 2023

Conversation

JoshMock
Copy link
Member

@JoshMock JoshMock commented May 2, 2023

Adds a Buildkite pipeline to run client integration tests. Will drop the Jenkins job definitions once I've verified this runs as expected.

@JoshMock
Copy link
Member Author

JoshMock commented May 2, 2023

Buildkite keeps failing these new jobs, telling me that the tsc executable is not found on PATH. When I run the same Docker image locally, it finds tsc with no problem. 🤷‍♂️ Will keep poking at it.

@JoshMock JoshMock force-pushed the buildkite branch 2 times, most recently from 48a826c to a5f3780 Compare May 3, 2023 18:51
@JoshMock
Copy link
Member Author

JoshMock commented May 3, 2023

Finally got it: the docker run in run-repository.sh was mapping volumes that overwrote the results of npm install. Doing a COPY of everything into the image instead of mapping volumes works like a charm.

@JoshMock JoshMock merged commit c9f31d2 into main May 5, 2023
@JoshMock JoshMock deleted the buildkite branch May 5, 2023 18:18
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2023

The backport to 8.7 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.7 8.7
# Navigate to the new working tree
cd .worktrees/backport-8.7
# Create a new branch
git switch --create backport-1863-to-8.7
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 c9f31d22fdba2d73f7829f07792acde330ae0e04
# Push it to GitHub
git push --set-upstream origin backport-1863-to-8.7
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.7

Then, create a pull request where the base branch is 8.7 and the compare/head branch is backport-1863-to-8.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant