Skip to content
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

Migrate to GitHub Actions #1104

Merged
merged 15 commits into from Mar 10, 2020
Merged

Migrate to GitHub Actions #1104

merged 15 commits into from Mar 10, 2020

Conversation

Copy link
Member

@delvedor delvedor commented Mar 6, 2020

As titled.

@delvedor delvedor added the tests label Mar 6, 2020
@delvedor
Copy link
Member Author

@delvedor delvedor commented Mar 9, 2020

jenkins test this please

@delvedor delvedor merged commit 94d4ac7 into master Mar 10, 2020
17 checks passed
@delvedor delvedor deleted the add-github-actions branch Mar 10, 2020
@github-actions
Copy link

@github-actions github-actions bot commented Mar 10, 2020

The backport to 5.x failed:

The process '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-5.x 5.x
# Navigate to the new working tree
cd .worktrees/backport-5.x
# Create a new branch
git switch --create backport-1104-to-5.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 94d4ac752576947a9228542bf6b958bb1d3a1907
# Push it to GitHub
git push --set-upstream origin backport-1104-to-5.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-5.x

Then, create a pull request where the base branch is 5.x and the compare/head branch is backport-1104-to-5.x.

@github-actions
Copy link

@github-actions github-actions bot commented Mar 10, 2020

The backport to 6.x failed:

The process '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-6.x 6.x
# Navigate to the new working tree
cd .worktrees/backport-6.x
# Create a new branch
git switch --create backport-1104-to-6.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 94d4ac752576947a9228542bf6b958bb1d3a1907
# Push it to GitHub
git push --set-upstream origin backport-1104-to-6.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-6.x

Then, create a pull request where the base branch is 6.x and the compare/head branch is backport-1104-to-6.x.

@github-actions
Copy link

@github-actions github-actions bot commented Mar 10, 2020

The backport to 7.x failed:

The process '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-7.x 7.x
# Navigate to the new working tree
cd .worktrees/backport-7.x
# Create a new branch
git switch --create backport-1104-to-7.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 94d4ac752576947a9228542bf6b958bb1d3a1907
# Push it to GitHub
git push --set-upstream origin backport-1104-to-7.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.x

Then, create a pull request where the base branch is 7.x and the compare/head branch is backport-1104-to-7.x.

delvedor added a commit that referenced this issue Mar 10, 2020
* Create nodejs.yml

* Run only on push

* Renamed jobs

* Removed .travis.yml

* Split coverage job and cleanup

* Skip flaky test

* Code coverage reporting

* Renamed codecov file

* Added backport action

* Updated integration test configuration

* Removed unused dependencies

* Fixes
delvedor added a commit that referenced this issue Mar 10, 2020
* Create nodejs.yml

* Run only on push

* Renamed jobs

* Removed .travis.yml

* Split coverage job and cleanup

* Skip flaky test

* Code coverage reporting

* Renamed codecov file

* Added backport action

* Updated integration test configuration

* Removed unused dependencies

* Fixes
delvedor added a commit that referenced this issue Mar 10, 2020
* Create nodejs.yml

* Run only on push

* Renamed jobs

* Removed .travis.yml

* Split coverage job and cleanup

* Skip flaky test

* Code coverage reporting

* Renamed codecov file

* Added backport action

* Updated integration test configuration

* Removed unused dependencies

* Fixes
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.

None yet

1 participant