Skip to content

Commit e6bd765

Browse files
committed
Release version 0.0.0.dev443
1 parent 1ca98cb commit e6bd765

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespaces = true
1717
# ----------------------------------------- Project Metadata -------------------------------------
1818
#
1919
[project]
20-
version = "0.0.0.dev442"
20+
version = "0.0.0.dev443"
2121
name = "ControlMan"
2222
dependencies = [
2323
"packaging >= 23.2, < 24",

pkg/src/controlman/_data/schema/def/pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,5 +809,5 @@ properties:
809809
properties:
810810
env:
811811
type: object
812-
report_artifact_suffix:
812+
artifact_name_suffix:
813813
type: string

pkg/src/controlman/_data/schema/main.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3125,10 +3125,7 @@ properties:
31253125
properties:
31263126
name:
31273127
type: string
3128-
default: Test ({{ source }} - v{{ version }})
3129-
task_name:
3130-
type: string
3131-
default: 'py{{ python }} | {{ os }}'
3128+
default: Test ({{ pkg.name }} - v{{ version }})
31323129
codecov:
31333130
type: object
31343131
properties:
@@ -3143,13 +3140,13 @@ properties:
31433140
report:
31443141
$ref: https://controlman.repodynamics.com/schema/workflow-artifact
31453142
default:
3146-
name: Test Report - {{ source }} - v{{ version }} - py{{ python }} - {{ os }}
3143+
name: 'Test Report - '
31473144
path: report
31483145
merge:
31493146
name: Test Reports - {{ source }} - v{{ version }}
31503147
pattern: Test Report -*
31513148
action:
3152-
description: Type of action for lint tasks.
3149+
description: Type of action for test tasks.
31533150
type: string
31543151
enum: [ auto, disabled ]
31553152
default: auto

0 commit comments

Comments
 (0)