Skip to content

Commit

Permalink
Merge branch 'V23_7_1-branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed May 16, 2024
2 parents 2f01966 + 585ec16 commit 4781daa
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
5 changes: 3 additions & 2 deletions build/packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
condor (23.7.1-0.1) stable; urgency=medium
condor (23.7.2-0.1) stable; urgency=medium

* Warns about deprecated multiple queue statements in a submit file
* The semantics of 'skip_if_dataflow' have been improved
Expand All @@ -7,8 +7,9 @@ condor (23.7.1-0.1) stable; urgency=medium
* Local universe jobs can now specify a container image
* File transfer plugins can now advertise extra attributes
* DAGMan can rescue and abort if pending jobs are missing from the job queue
* Fix so 'condor_submit -interactive' works on cgroup v2 execution points

-- Tim Theisen <tim@cs.wisc.edu> Thu, 09 May 2024 12:35:00 -0500
-- Tim Theisen <tim@cs.wisc.edu> Thu, 16 May 2024 11:32:00 -0500

condor (23.0.10-1) stable; urgency=medium

Expand Down
3 changes: 2 additions & 1 deletion build/packaging/rpm/condor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1432,14 +1432,15 @@ fi
/bin/systemctl try-restart condor.service >/dev/null 2>&1 || :

%changelog
* Thu May 09 2024 Tim Theisen <tim@cs.wisc.edu> - 23.7.1-0.1
* Thu May 16 2024 Tim Theisen <tim@cs.wisc.edu> - 23.7.2-0.1
- Warns about deprecated multiple queue statements in a submit file
- The semantics of 'skip_if_dataflow' have been improved
- Removing large DAGs is now non-blocking, preserving schedd performance
- Periodic policy expressions are now checked during input file transfer
- Local universe jobs can now specify a container image
- File transfer plugins can now advertise extra attributes
- DAGMan can rescue and abort if pending jobs are missing from the job queue
- Fix so 'condor_submit -interactive' works on cgroup v2 execution points

* Thu May 09 2024 Tim Theisen <tim@cs.wisc.edu> - 23.0.10-1
- Preliminary support for Ubuntu 22.04 (Noble Numbat)
Expand Down
14 changes: 7 additions & 7 deletions docs/version-history/feature-versions-23-x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ Bugs Fixed:
cgroup v2 system.
:jira:`2438`

Version 23.7.1
Version 23.7.2
--------------

Release Notes:

- HTCondor version 23.7.1 released on May 9, 2024.
- HTCondor version 23.7.2 released on May 16, 2024.

- This version includes all the updates from :ref:`lts-version-history-23010`.

Expand All @@ -114,7 +114,7 @@ Release Notes:
more sense. The restrictions have been :ref:`documented <dataflow>`.
:jira:`1899`

- HTCondor tarballs now contain `Pelican 7.7.4 <https://github.com/PelicanPlatform/pelican/releases/tag/v7.4.4>`_
- HTCondor tarballs now contain `Pelican 7.8.2 <https://github.com/PelicanPlatform/pelican/releases/tag/v7.8.2>`_
:jira:`2399`

- When removing a large dag, the schedd now removes any existing child
Expand Down Expand Up @@ -189,6 +189,10 @@ New Features:

Bugs Fixed:

- Fixed a bug where :tool:`condor_submit` -i did not work on a
cgroup v2 system.
:jira:`2438`

- Fixed bug on cgroup v2 systems where a race condition could cause a job to run
in the wrong cgroup v2 for a very short amount of time. If this job spawned a sub-job,
the child job would forever live in the wrong cgroup.
Expand All @@ -198,10 +202,6 @@ Bugs Fixed:
directories on the access point.
:jira:`2353`

- Fixed a bug where :tool:`condor_submit` -i did not work on a
cgroup v2 system.
:jira:`2438`

Version 23.6.2
--------------

Expand Down
30 changes: 15 additions & 15 deletions nmi_tools/nmi-build-platforms
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# One platform per line. Comments (starting with #) and blank lines are ignored.

# Officially supported platforms
docker://htcondor/nmi-build:aarch64_AlmaLinux8-23070100
docker://htcondor/nmi-build:aarch64_AlmaLinux9-23070100
docker://htcondor/nmi-build:ppc64le_AlmaLinux8-23070100
docker://htcondor/nmi-build:ppc64le_Ubuntu20-23070100
docker://htcondor/nmi-build:x86_64_AlmaLinux8-23070100
docker://htcondor/nmi-build:x86_64_AlmaLinux9-23070100
docker://htcondor/nmi-build:x86_64_AmazonLinux2023-23070100
docker://htcondor/nmi-build:x86_64_CentOS7-23070100
docker://htcondor/nmi-build:x86_64_Debian11-23070100
docker://htcondor/nmi-build:x86_64_Debian12-23070100
docker://htcondor/nmi-build:x86_64_openSUSE15-23070100
docker://htcondor/nmi-build:x86_64_Ubuntu20-23070100
docker://htcondor/nmi-build:x86_64_Ubuntu22-23070100
docker://htcondor/nmi-build:x86_64_Ubuntu24-23070100
docker://htcondor/nmi-build:aarch64_AlmaLinux8-23070101
docker://htcondor/nmi-build:aarch64_AlmaLinux9-23070101
docker://htcondor/nmi-build:ppc64le_AlmaLinux8-23070101
docker://htcondor/nmi-build:ppc64le_Ubuntu20-23070101
docker://htcondor/nmi-build:x86_64_AlmaLinux8-23070101
docker://htcondor/nmi-build:x86_64_AlmaLinux9-23070101
docker://htcondor/nmi-build:x86_64_AmazonLinux2023-23070101
docker://htcondor/nmi-build:x86_64_CentOS7-23070101
docker://htcondor/nmi-build:x86_64_Debian11-23070101
docker://htcondor/nmi-build:x86_64_Debian12-23070101
docker://htcondor/nmi-build:x86_64_openSUSE15-23070101
docker://htcondor/nmi-build:x86_64_Ubuntu20-23070101
docker://htcondor/nmi-build:x86_64_Ubuntu22-23070101
docker://htcondor/nmi-build:x86_64_Ubuntu24-23070101
x86_64_macOS13
# Windows 9 is really Windows 10 in disquise
x86_64_Windows9
x86_64_Windows10

# We want to build on Fedora because it is our "warning check" platform
docker://htcondor/nmi-build:x86_64_Fedora40-23070100
docker://htcondor/nmi-build:x86_64_Fedora40-23070101

0 comments on commit 4781daa

Please sign in to comment.