Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

ci-unified with Rust 1.75 #264

Merged
merged 1 commit into from
Jan 31, 2024
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 helm/values-parity-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gcloud-sqlproxy:
common:
env:
GITLAB_PUSH_NAMESPACE: parity/mirrors
GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20240108
GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109
GITLAB_DOMAIN: gitlab.parity.io
DATA_PATH: /data
IS_DEPLOYMENT: true
Expand Down
2 changes: 1 addition & 1 deletion helm/values-parity-stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gcloud-sqlproxy:
common:
env:
GITLAB_PUSH_NAMESPACE: parity/mirrors
GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20240108
GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109
GITLAB_DOMAIN: gitlab-stg.parity.io
DATA_PATH: /data
IS_DEPLOYMENT: true
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ common:
- ReadWriteOnce
env:
GITLAB_PUSH_NAMESPACE: parity/mirrors
GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20240108
GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109
GITLAB_DOMAIN: gitlab.parity.io
PIPELINE_SCRIPTS_REPOSITORY: https://github.com/paritytech/command-bot-scripts/
PIPELINE_SCRIPTS_REF: main
Expand Down
4 changes: 2 additions & 2 deletions src/command-configs/help/parts/commands.pug
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ div(id="link-override-ci-image").command

p Syntax (after command name):
p
code -v CMD_IMAGE=paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20240108
code -v CMD_IMAGE=paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109

p Examples:
p
code #{commandStart} update-ui -v CMD_IMAGE=paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20240108 --rust_version=1.74.0
code #{commandStart} update-ui -v CMD_IMAGE=paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109 --rust_version=1.75.0

div(id="link-rust").command
h5 Rust Log, etc
Expand Down
Loading