Skip to content

Commit 9836414

Browse files
fix IT-72: update provisioning environment configuration version to 0.2.0-8 across workflows
1 parent 307ce72 commit 9836414

5 files changed

Lines changed: 6 additions & 6 deletions

.github/workflows/infra-recreation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
PROVISION_INFRA_REPO: "devops-tf-bpg-runners"
3636
PROVISION_INFRA_VERSION: "0.0.1-11"
3737
PROVISION_ENV_CONF_REPO: "devops-tf-env-conf"
38-
PROVISION_ENV_CONF_VERSION: "0.2.0-7"
38+
PROVISION_ENV_CONF_VERSION: "0.2.0-8"
3939
PROVISION_POOL: "GithubRunners"
4040
SLACK_CHANNEL: "G0102LEV1CL"
4141
#INFRA_NODES: '["hel0", "hel1"]'

.github/workflows/integration-build-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ on:
6363
provision_tf_env_version:
6464
required: false
6565
type: string
66-
default: "0.2.0-7"
66+
default: "0.2.0-8"
6767
provision_infra_repo:
6868
required: false
6969
type: string
@@ -142,7 +142,7 @@ env:
142142
XRAY_SECRET: ${{ secrets.xray_secret}}
143143
JIRA_USERNAME: ${{ secrets.jira_username}}
144144
JIRA_PASSWORD: ${{ secrets.jira_password}}
145-
PROVISIONING_ENV_VERSION: 0.2.0-7
145+
PROVISIONING_ENV_VERSION: 0.2.0-8
146146
PROVISIONING_ENV_REPO: devops-tf-env-conf
147147
PROVISION_INFRA_REPO: "devops-tf-proxmox-bpg"
148148
PROVISION_INFRA_VERSION: "2.0.0-17"

.github/workflows/integration-build-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ env:
154154
MINIO_S3_URL: "https://s3.mov.ai"
155155
MINIO_PUBLIC_URL: "https://minio.mov.ai"
156156
TIMEOUT: 720
157-
PROVISIONING_ENV_CONF: "0.2.0-7"
157+
PROVISIONING_ENV_CONF: "0.2.0-8"
158158

159159
jobs:
160160
Compute-timeout:

.github/workflows/integration-build-robotics-component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ env:
6969
PROVISION_INFRA_VERSION: "2.0.0-17"
7070
PROVISION_INFRA_DIR: "provision_scripts"
7171
PROVISIONING_ENV_CONF_REPO: "devops-tf-env-conf"
72-
PROVISIONING_ENV_CONF_VERSION: "0.2.0-7"
72+
PROVISIONING_ENV_CONF_VERSION: "0.2.0-8"
7373
PROVISION_ENV_CONF_DIR: "infra_env_configs"
7474
SIMULATION_ID: CI
7575
SLACK_CHANNEL: "G0102LEV1CL"

.github/workflows/integration-robotic-stack-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ env:
9494
MINIO_S3_URL: "https://s3.mov.ai"
9595
MINIO_PUBLIC_URL: "https://minio.mov.ai"
9696
PROVISIONING_ENV_CONF_REPO: "devops-tf-env-conf"
97-
PROVISIONING_ENV_CONF_VERSION: "0.2.0-7"
97+
PROVISIONING_ENV_CONF_VERSION: "0.2.0-8"
9898
PROVISION_ENV_CONF_DIR: "infra_env_configs"
9999

100100
jobs:

0 commit comments

Comments
 (0)