From 9da74b1e34992e7b20a0941536c9af6fefa15766 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Tue, 16 Jul 2024 08:30:55 -0500 Subject: [PATCH] HTCONDOR-2501: Fixup POST_ROUTE docs --- docs/v23/configuration/job-router-overview.md | 6 +++--- docs/v23/configuration/writing-job-routes.md | 2 +- docs/v6/configuration/job-router-overview.md | 6 +++--- docs/v6/configuration/writing-job-routes.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/v23/configuration/job-router-overview.md b/docs/v23/configuration/job-router-overview.md index 37d211e00..5ab88ea2c 100644 --- a/docs/v23/configuration/job-router-overview.md +++ b/docs/v23/configuration/job-router-overview.md @@ -36,7 +36,7 @@ in the following order: 1. Each transform in `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` whose requirements are met by the job 1. The first transform from `JOB_ROUTER_ROUTE_NAMES` whose requirements are met by the job. See [the section on route matching](#how-jobs-match-to-routes) below. -1. Each transform in `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` whose requirements are met by the job +1. Each transform in `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES` whose requirements are met by the job ### Deprecated syntax ### @@ -86,7 +86,7 @@ The [ClassAd transform](#classad-transforms) syntax provides many benefits inclu - Use of simple case statements Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by -including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES`, +including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`, respectively. ### Converting to ClassAd transforms ### @@ -132,7 +132,7 @@ whose requirements are satisfied by the job's ClassAd. Additionally: - **If you are using the [ClassAd transform syntax](#classad-transforms),** transforms in - `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` may also have their own + `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES` may also have their own requirements that determine whether or not that transform is applied. - **If you are using the [deprecated syntax](#deprecated-syntax),** you may configure the Job Router to evenly distribute jobs across all matching routes (i.e., round-robin matching). diff --git a/docs/v23/configuration/writing-job-routes.md b/docs/v23/configuration/writing-job-routes.md index 6dd73a1f8..ae490dd70 100644 --- a/docs/v23/configuration/writing-job-routes.md +++ b/docs/v23/configuration/writing-job-routes.md @@ -48,7 +48,7 @@ The [ClassAd transform](job-router-overview.md#classad-transforms) syntax provid - Use of simple case statements Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by -including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES`, +including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`, respectively. For examples of the ClassAd transform syntax, you can inspect default job router transforms packaged with HTCondor-CE diff --git a/docs/v6/configuration/job-router-overview.md b/docs/v6/configuration/job-router-overview.md index b87f9a19e..172c230f1 100644 --- a/docs/v6/configuration/job-router-overview.md +++ b/docs/v6/configuration/job-router-overview.md @@ -36,7 +36,7 @@ in the following order: 1. Each transform in `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` whose requirements are met by the job 1. The first transform from `JOB_ROUTER_ROUTE_NAMES` whose requirements are met by the job. See [the section on route matching](#how-jobs-match-to-routes) below. -1. Each transform in `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` whose requirements are met by the job +1. Each transform in `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES` whose requirements are met by the job ### Deprecated syntax ### @@ -86,7 +86,7 @@ The [ClassAd transform](#classad-transforms) syntax provides many benefits inclu - Use of simple case statements Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by -including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES`, +including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`, respectively. How Jobs Match to Routes @@ -103,7 +103,7 @@ whose requirements are satisfied by the job's ClassAd. Additionally: - **If you are using the [ClassAd transform syntax](#classad-transforms),** transforms in - `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` may also have their own + `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES` may also have their own requirements that determine whether or not that transform is applied. - **If you are using the [deprecated syntax](#deprecated-syntax),** you may configure the Job Router to evenly distribute jobs across all matching routes (i.e., round-robin matching). diff --git a/docs/v6/configuration/writing-job-routes.md b/docs/v6/configuration/writing-job-routes.md index 0cccd9b69..c2957fd9c 100644 --- a/docs/v6/configuration/writing-job-routes.md +++ b/docs/v6/configuration/writing-job-routes.md @@ -48,7 +48,7 @@ The [ClassAd transform](job-router-overview.md#classad-transforms) syntax provid - Use of simple case statements Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by -including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES`, +including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`, respectively. For examples of the ClassAd transform syntax, you can inspect default job router transforms packaged with HTCondor-CE