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

Test command versions on master branch #143

Merged
merged 18 commits into from
Oct 19, 2020
Merged

Conversation

humitos
Copy link
Member

@humitos humitos commented Oct 14, 2020

Add tests to check the versions that are running inside the docker image are the ones that we expect for all the versions 5.x, 6.x, 7.x and master.

Once all tests pass on this branch (master) and this PR gets merged, we need to backport this PR into releases/x.y branches so they are ran on those docker images as well.

Closes #142

@humitos humitos marked this pull request as ready for review October 14, 2020 15:57
@humitos humitos marked this pull request as draft October 14, 2020 15:58
@humitos humitos force-pushed the humitos/test-command-versions branch 2 times, most recently from beeed10 to a56f923 Compare October 15, 2020 08:38
@humitos humitos force-pushed the humitos/test-command-versions branch from 57dc520 to fbedc03 Compare October 15, 2020 09:24
@humitos humitos changed the base branch from releases/6.x to master October 15, 2020 09:24
@humitos humitos marked this pull request as ready for review October 15, 2020 09:27
@humitos humitos requested a review from a team October 15, 2020 09:39
@humitos humitos closed this Oct 15, 2020
@humitos humitos reopened this Oct 15, 2020
@humitos humitos changed the title Test command versions Test command versions on master branch Oct 15, 2020
@humitos
Copy link
Member Author

humitos commented Oct 19, 2020

I'm merging this branch since it's working properly on master. We can adapt what we need later on each releases/x.y branches to make the tests pass there.

@humitos humitos merged commit 8924a5e into master Oct 19, 2020
@humitos humitos deleted the humitos/test-command-versions branch October 19, 2020 14:20
install:
- pipenv install
script:
- pipenv run pytest --suppress-no-test-exit-code
- docker build .
- docker build --cache-from readthedocs/build:master -t readthedocs/build:master .
Copy link
Member

Choose a reason for hiding this comment

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

looks like we don't the context, you can pass the dockerfile as - < Dockerfile

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.

Test command versions are the expected ones on images
2 participants