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

Add jenkins at top level #24

Merged
merged 2 commits into from
Nov 19, 2021
Merged

Add jenkins at top level #24

merged 2 commits into from
Nov 19, 2021

Conversation

elynnwu
Copy link
Collaborator

@elynnwu elynnwu commented Nov 19, 2021

  • Adding .jenkins at the top level for setting up pace level environment

Copy link
Collaborator

@mcgibbon mcgibbon left a comment

Choose a reason for hiding this comment

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

LGTM, let's get those tests passing again!

env_name=venv-${BUILD_NUMBER:-0}
python3 -m venv ${env_name}
. ${env_name}/bin/activate
pip install -r fv3core/requirements/requirements_lint.txt -c constraints.txt
Copy link
Collaborator

Choose a reason for hiding this comment

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

We really should hard-code pip install pre-commit here since that's clearly the one command/package we're using for this action.

@elynnwu elynnwu merged commit 7501581 into main Nov 19, 2021
@elynnwu elynnwu deleted the add-jenkins-folder branch November 19, 2021 01:42
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.

2 participants