You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <da...@brondsema.net> on 2023/03/29 16:39:45 UTC

[allura:tickets] #8505 python 3.11 - jenkins setup



---

** [tickets:#8505] python 3.11 - jenkins setup**

**Status:** open
**Milestone:** unreleased
**Created:** Wed Mar 29, 2023 04:39 PM UTC by Dave Brondsema
**Last Updated:** Wed Mar 29, 2023 04:39 PM UTC
**Owner:** nobody


Update Apache jenkins (https://builds.apache.org/job/Allura/) and add a build for py3.11.  It currently has a build for 3.7 only.  (Probably can skip all those in-between right?)

The docker/compose setup supports passing in which version you want already, like: `--build-arg PY_VERSION=3.8`

See `allura/scripts/jenkins-python3.7.sh` for current setup

Update Allura docs where it mentions 3.7 to say 3.7 through 3.11 are supported.  Make a release next? Update default version sometime?


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #8505 python 3.11 - jenkins setup

Posted by Dillon Walls <di...@slashdotmedia.com.INVALID>.
* You can now specify whichever python version you want with a docker setup. 
* Example Jenkins job:
```
#!/bin/bash
PY_VERSION=3.11 ./scripts/jenkins-run.sh
exit $?
```
* Example docker-compose CLI run without jenkins:
```
$ docker-compose build --build-arg PY_VERSION=3.11
```
* The current configuration defaults to Python 3.7 if no `PY_VERSION` environment variable is provided.


---

** [tickets:#8505] python 3.11 - jenkins setup**

**Status:** open
**Milestone:** unreleased
**Created:** Wed Mar 29, 2023 04:39 PM UTC by Dave Brondsema
**Last Updated:** Wed Mar 29, 2023 04:39 PM UTC
**Owner:** nobody


Update Apache jenkins (https://builds.apache.org/job/Allura/) and add a build for py3.11.  It currently has a build for 3.7 only.  (Probably can skip all those in-between right?)

The docker/compose setup supports passing in which version you want already, like: `--build-arg PY_VERSION=3.8`

See `allura/scripts/jenkins-python3.7.sh` for current setup

Update Allura docs where it mentions 3.7 to say 3.7 through 3.11 are supported.  Make a release next? Update default version sometime?


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #8505 python 3.11 - jenkins setup

Posted by Dave Brondsema <da...@brondsema.net>.
- **status**: review --> closed
- **assigned_to**: Dillon Walls



---

** [tickets:#8505] python 3.11 - jenkins setup**

**Status:** closed
**Milestone:** unreleased
**Created:** Wed Mar 29, 2023 04:39 PM UTC by Dave Brondsema
**Last Updated:** Fri Apr 21, 2023 09:50 PM UTC
**Owner:** Dillon Walls


Update Apache jenkins (https://builds.apache.org/job/Allura/) and add a build for py3.11.  It currently has a build for 3.7 only.  (Probably can skip all those in-between right?)

The docker/compose setup supports passing in which version you want already, like: `--build-arg PY_VERSION=3.8`

See `allura/scripts/jenkins-python3.7.sh` for current setup

Update Allura docs where it mentions 3.7 to say 3.7 through 3.11 are supported.  Make a release next? Update default version sometime?


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #8505 python 3.11 - jenkins setup

Posted by Dillon Walls <di...@slashdotmedia.com.INVALID>.
- **status**: open --> review



---

** [tickets:#8505] python 3.11 - jenkins setup**

**Status:** review
**Milestone:** unreleased
**Created:** Wed Mar 29, 2023 04:39 PM UTC by Dave Brondsema
**Last Updated:** Fri Apr 21, 2023 09:49 PM UTC
**Owner:** nobody


Update Apache jenkins (https://builds.apache.org/job/Allura/) and add a build for py3.11.  It currently has a build for 3.7 only.  (Probably can skip all those in-between right?)

The docker/compose setup supports passing in which version you want already, like: `--build-arg PY_VERSION=3.8`

See `allura/scripts/jenkins-python3.7.sh` for current setup

Update Allura docs where it mentions 3.7 to say 3.7 through 3.11 are supported.  Make a release next? Update default version sometime?


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.