Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arquivo retorno CCT - Altera label de dev para prod #697

Merged
merged 15 commits into from
Jun 3, 2024
Merged
7 changes: 7 additions & 0 deletions pipelines/rj_smtr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - rj_smtr

## [1.0.2] - 2024-06-03

### Corrigido

- Altera label de DEV para PROD no schedule `every_friday_seven_thirty` (https://github.com/prefeitura-rio/pipelines/pull/697)


## [1.0.1] - 2024-05-22

### Alterado
Expand Down
5 changes: 5 additions & 0 deletions pipelines/rj_smtr/controle_financeiro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog - controle_financeiro

## [1.1.1] - 2024-06-03

### Corrigido

- Altera label de DEV para PROD no flow `arquivo_retorno_captura` (https://github.com/prefeitura-rio/pipelines/pull/697)

## [1.1.0] - 2024-05-28

Expand Down
2 changes: 1 addition & 1 deletion pipelines/rj_smtr/controle_financeiro/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
arquivo_retorno_captura.storage = GCS(emd_constants.GCS_FLOWS_BUCKET.value)
arquivo_retorno_captura.run_config = KubernetesRun(
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_DEV_AGENT_LABEL.value],
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)

arquivo_retorno_captura.schedule = every_friday_seven_thirty
2 changes: 1 addition & 1 deletion pipelines/rj_smtr/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
2024, 5, 24, 19, 30, tzinfo=timezone(constants.TIMEZONE.value)
),
labels=[
emd_constants.RJ_SMTR_DEV_AGENT_LABEL.value,
emd_constants.RJ_SMTR_AGENT_LABEL.value,
],
)
]
Expand Down
Loading