Skip to content

Commit

Permalink
Merge 98da90b into sapling-pr-archive-ktf
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jul 21, 2024
2 parents 9a241b4 + 98da90b commit c6cceca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
include:
- el_version: el7
container: centos:7
alibuild_tag: v1.17.7
alibuild_tag: v1.17.10
- el_version: el8
container: almalinux:8
alibuild_tag: v1.17.7
alibuild_tag: v1.17.10
- el_version: el9
container: almalinux:9
alibuild_tag: v1.17.7
Expand Down
2 changes: 1 addition & 1 deletion jenkins/daily-tags
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ try {

stage "Wait pull requests"
if ("$WAIT_PR" == "true") {
node ("slc7_x86-64-light") {
node ("slc9_x86-64-light") {
timeout (240) {
withEnv(["ALIBOT_SLUG=${ALIBOT_SLUG}",
"WAIT_PR_LIMIT=${WAIT_PR_LIMIT}",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# The 7.* series removed support for Python 3.6.
'setuptools_scm<7.0.0' if sys.version_info < (3, 7) else
'setuptools_scm'
],
] + ['packaging<=23'] if sys.version_info <(3, 7) else [],

description='ALICE Multipurpose bot',
long_description=long_description,
Expand Down
37 changes: 0 additions & 37 deletions test/test_githubCachedRequest.py

This file was deleted.

0 comments on commit c6cceca

Please sign in to comment.