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

Specify correct encoding with LANG and LC_ALL #2

Merged
merged 1 commit into from Oct 21, 2021

Conversation

jcapiitao
Copy link
Contributor

After building and pushing latest cico-workspace-rdo image
we hitted issue during pip installation in jobs [1].
We implement the workaround proposed in [2].

I reverted the docker image latest tag, it's now
pointing to previous one (i.e 1.0).

[1] https://jenkins-cloudsig-ci.apps.ocp.ci.centos.org/view/puppet-promotion-pipelines/view/Puppet%20Promotion%20Victoria/job/weirdo-generic-packstack-scenario001/853/consoleText
[2] pypa/pip#10219

After building and pushing latest cico-workspace-rdo image
we hitted issue during pip installation in jobs [1].
We implement the workaround proposed in [2].

I reverted the docker image latest tag, it's now
pointing to previous one (i.e 1.0).

[1] https://jenkins-cloudsig-ci.apps.ocp.ci.centos.org/view/puppet-promotion-pipelines/view/Puppet%20Promotion%20Victoria/job/weirdo-generic-packstack-scenario001/853/consoleText
[2] pypa/pip#10219
@jcapiitao
Copy link
Contributor Author

To test it locally

$ docker build -t quay.io/rdoinfra/cico-workspace-rdo:test .
$ docker run -u root -it quay.io/rdoinfra/cico-workspace-rdo:test /bin/bash
# git clone https://github.com/rdo-infra/weirdo
# tox -e ansible-playbook -- -i /tmp/workspace/weirdo-generic-puppet-openstack-scenario003/hosts playbooks/puppet-openstack-scenario003.yml -e ci_environment=ci-centos -e delorean_url=https://trunk.rdoproject.org/centos8-victoria/consistent/delorean.repo -e delorean_deps_url=https://trunk.rdoproject.org/centos8-victoria/delorean-deps.repo -e version=stable/victoria -e openstack_release=victoria -e tempest_from_source=False -e enable_puppet_modules_rpm=False

@amoralej amoralej merged commit 1b9ce25 into amoralej:master Oct 21, 2021
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.

None yet

2 participants