Skip to content

github-ci: add simple CI based on GitHub actions #156

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 1 commit into from
Nov 18, 2021

Conversation

ylobankov
Copy link
Contributor

@ylobankov ylobankov commented Nov 18, 2021

  • Add new .github/workflows/fast_testing.yml file
  • Delete old .travis.yml file
  • Delete old Jenkinsfile script
  • Delete old test.sh script

In the provided workflow we install tarantool (1.10, 2.8, 2.9)
and just run tests from the module against it.

Closes #150

@ylobankov ylobankov force-pushed the ylobankov/add-simple-gha-ci branch from 3a7a19d to 7e84126 Compare November 18, 2021 13:34
@ylobankov ylobankov force-pushed the ylobankov/add-simple-gha-ci branch from 7e84126 to a34745a Compare November 18, 2021 14:49
Copy link
Contributor

@LeonidVas LeonidVas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link

@VitaliyaIoffe VitaliyaIoffe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM,

Maybe it is good idea to add some more details to the commit message. fast_testing doesn't sound easily to understand that in the workflow we install tarantool packages and execute some checks from queue with those tarantool versions.

- Add new .github/workflows/fast_testing.yml file
- Delete old .travis.yml file
- Delete old Jenkinsfile script
- Delete old test.sh script

In the provided workflow we install tarantool (1.10, 2.8, 2.9)
and just run tests from the module against it.

Closes #150
@ylobankov ylobankov force-pushed the ylobankov/add-simple-gha-ci branch from a34745a to bcb4f5e Compare November 18, 2021 18:20
@LeonidVas LeonidVas merged commit 7d05b6d into master Nov 18, 2021
@LeonidVas LeonidVas deleted the ylobankov/add-simple-gha-ci branch November 18, 2021 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move CI from Travis to Github
3 participants