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

refactor makefile #2052

Merged
merged 15 commits into from
Jan 29, 2020
Merged

refactor makefile #2052

merged 15 commits into from
Jan 29, 2020

Conversation

anmyachev
Copy link
Contributor

@anmyachev anmyachev commented Jan 23, 2020

  • rewrite linux.yml for using make
  • added possibility to do make init with concrete service
  • added possibility to run tests for separate backend via make test BACKENDS=omniscidb

Copy link
Contributor

@xmnlab xmnlab left a comment

Choose a reason for hiding this comment

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

@anmyachev LGTM! could you add a release note pls? thanks!

@xmnlab
Copy link
Contributor

xmnlab commented Jan 24, 2020

hey @jreback if you have time, could you also take a look into this PR pls?

@jreback
Copy link
Contributor

jreback commented Jan 24, 2020

yes

@jreback jreback added the ci Continuous Integration issues or PRs label Jan 24, 2020
@jreback jreback added this to the Next Feature Release milestone Jan 24, 2020
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

looks pretty good, some comments.

Makefile Show resolved Hide resolved
Makefile Show resolved Hide resolved
ci/backends-markers.sh Show resolved Hide resolved
@jreback
Copy link
Contributor

jreback commented Jan 24, 2020

@icexelloss if you can try out and see

@jreback jreback changed the title refactore makefile refactor makefile Jan 24, 2020
@anmyachev
Copy link
Contributor Author

@jreback

  • problem with lint fixed
  • some comments added in Makefile
  • documentation was update

@xmnlab xmnlab assigned jreback and unassigned xmnlab Jan 24, 2020
@anmyachev
Copy link
Contributor Author

@jreback the PR is ready for review

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

a question.

Makefile Outdated Show resolved Hide resolved
@anmyachev
Copy link
Contributor Author

@jreback the PR is ready for review

@@ -2,14 +2,61 @@

SHELL := /bin/bash
MAKEFILE_DIR = $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST)))))

# from PYTHON_VERSION depends which `./ci/requirements-$PYTHON_VERSION-dev` file
# will be used for creating ibis image (see for additional info: `./ci/Dockerfile.dev`
Copy link
Contributor

Choose a reason for hiding this comment

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

so these comments are fine, but maybe my question wasn't clear. we use the PYTHON variable inside Dockerfile.dev and NOT PYTHON_VERSION. I think we should simply fix this or is there a reason that is not obvious?

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

lgtm. ping on green.

@anmyachev
Copy link
Contributor Author

@jreback ping on green

@xmnlab @jreback thanks for reviewing!

@jreback jreback merged commit a68c873 into ibis-project:master Jan 29, 2020
@jreback
Copy link
Contributor

jreback commented Jan 29, 2020

thanks @anmyachev

@anmyachev anmyachev deleted the impove_usability branch February 1, 2020 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration issues or PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants