Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/system_configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
description: "Production Copier template source"

- key: scheduler.service_template_ref
value: "0.3.4"
value: "0.3.5"
category: scheduler
description: "Pinned service-template release tag or commit"

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/template/test_stage5_mock_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_production_template_is_loaded_from_system_config() -> None:
template = load_production_template()

assert template.source == "gh:vladmesh/service-template"
assert template.ref == "0.3.4"
assert template.ref == "0.3.5"


def test_stage5_smoke_uses_an_isolated_workspace_and_project_name(tmp_path: Path) -> None:
Expand Down
2 changes: 1 addition & 1 deletion tests/live/pipeline_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

GITHUB_ORG = "project-factory-organization"
TEMPLATE_REPO = "gh:vladmesh/service-template"
TEMPLATE_REF = "0.3.4"
TEMPLATE_REF = "0.3.5"
ORCHESTRATOR_ROOT = resolve_repo_root(Path(__file__))

# Timeouts (seconds)
Expand Down
Loading