Skip to content

Commit

Permalink
Pass new parameters to the rc deployment job (#25852)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-murzyn committed May 23, 2024
1 parent 05da53a commit 5fa6bb3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .gitlab/internal_kubernetes_deploy/rc_kubernetes_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ rc_kubernetes_deploy:
tags: ["arch:amd64"]
variables:
OPTION_AUTOMATIC_ROLLOUT: "true"
OPTION_PRE_SCRIPT: "patch-cluster-images-operator.sh env=all-staging ${CI_COMMIT_REF_SLUG}-jmx ${CI_COMMIT_REF_SLUG}"
SKIP_PLAN_CHECK: "true"
EXPLICIT_WORKFLOWS: "//workflows:deploy_rc.agents_rc"
AGENT_IMAGE_TAG: $CI_COMMIT_REF_NAME
script:
- source /root/.bashrc
- export GITLAB_TOKEN=$($CI_PROJECT_DIR/tools/ci/aws_ssm_get_wrapper.sh $GITLAB_SCHEDULER_TOKEN_SSM_NAME)
Expand All @@ -30,9 +30,4 @@ rc_kubernetes_deploy:
--variable EXPLICIT_WORKFLOWS
--variable OPTION_PRE_SCRIPT
--variable SKIP_PLAN_CHECK
--variable APPS
--variable BAZEL_TARGET
--variable DDR
--variable DDR_WORKFLOW_ID
--variable TARGET_ENV
--variable DYNAMIC_BUILD_RENDER_TARGET_FORWARD_PARAMETERS"
--variable AGENT_IMAGE_TAG"

0 comments on commit 5fa6bb3

Please sign in to comment.