Skip to content

Commit

Permalink
HTCONDOR-2262: Use simple case-like logic
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Jul 31, 2024
1 parent 24c22f9 commit 687b1a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/v23/configuration/job-router-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The [ClassAd transform](#classad-transforms) syntax provides many benefits inclu

- Statements being evaluated in [the order they are written](writing-job-routes.md#editing-attributes)
- Use of variables that are not included in the resultant job ad
- Use of simple case statements
- Use simple case-like logic

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_POST_ROUTE_TRANSFORM_NAMES`,
Expand Down
2 changes: 1 addition & 1 deletion docs/v23/configuration/writing-job-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The [ClassAd transform](job-router-overview.md#classad-transforms) syntax provid

- Statements being evaluated in [the order they are written](#editing-attributes)
- Use of variables that are not included in the resultant job ad
- Use of simple case statements
- Use simple case-like logic

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_POST_ROUTE_TRANSFORM_NAMES`,
Expand Down
2 changes: 1 addition & 1 deletion docs/v6/configuration/job-router-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The [ClassAd transform](#classad-transforms) syntax provides many benefits inclu

- Statements being evaluated in [the order they are written](writing-job-routes.md#editing-attributes)
- Use of variables that are not included in the resultant job ad
- Use of simple case statements
- Use simple case-like logic

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_POST_ROUTE_TRANSFORM_NAMES`,
Expand Down
2 changes: 1 addition & 1 deletion docs/v6/configuration/writing-job-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The [ClassAd transform](job-router-overview.md#classad-transforms) syntax provid

- Statements being evaluated in [the order they are written](#editing-attributes)
- Use of variables that are not included in the resultant job ad
- Use of simple case statements
- Use simple case-like logic

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_POST_ROUTE_TRANSFORM_NAMES`,
Expand Down

0 comments on commit 687b1a8

Please sign in to comment.