-
Notifications
You must be signed in to change notification settings - Fork 33
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
chore: cicd, CKAN 2.9.x #105
Conversation
Tests are failing because of compatibility problems with |
810bb4b
to
63dbc41
Compare
name: CKAN ${{ matrix.ckan-version }} | ||
runs-on: ubuntu-latest | ||
container: | ||
image: openknowledge/ckan-dev:${{ matrix.ckan-version }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this use ckan/ckan-dev
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm getting a 2.9 cut to pypi then we will be moving to ckan/ckan-dev which has test failure.
pip install -r dev-requirements.txt | ||
echo "no-warn-conflicts install of jinja2 and markupsafe" | ||
pip install --no-warn-conflicts jinja2==2.10.1 | ||
pip install --no-warn-conflicts markupsafe==2.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be combined with the previous line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is how it was previously, just leaving it alone until we do the 2.10+ uplift.
|
||
test: | ||
needs: lint | ||
strategy: | ||
matrix: | ||
ckan-version: [2.9] | ||
include: #ckan-image see https://github.com/ckan/ckan-docker-base, ckan-version controls other image tags | ||
# - ckan-version: "2.11" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not uncomment these since they are marked experimental?
Get a release out that supports CKAN 2.9.x prior to dropping support.
#103 will look after the uplift (as well as incorporating parts of qld-gov-au downstream fork where needed)