Skip to content

Commit

Permalink
Stop setting WORKSPACE_COBALT in dind_build.sh
Browse files Browse the repository at this point in the history
It's already exported to the environment by dind{,_builder}_runner.sh.

Issue: 365150653
Reviewed-on: #4647
  • Loading branch information
dahlstrom-g committed Jan 7, 2025
1 parent 7e87947 commit 35e154f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions cobalt/devinfra/kokoro/bin/dind_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ fi
# Load common routines (we only need run_gn and ninja_build).
. $(dirname "$0")/common.sh

WORKSPACE_COBALT="${KOKORO_ARTIFACTS_DIR}/git/src"

pipeline () {
local out_dir="${WORKSPACE_COBALT}/out/${TARGET_PLATFORM}_${CONFIG}"
local gclient_root="${KOKORO_ARTIFACTS_DIR}/chromium"
Expand Down
1 change: 1 addition & 0 deletions cobalt/devinfra/kokoro/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ services:
SCCACHE_GCS_OAUTH_URL: ${SCCACHE_GCS_OAUTH_URL}
SCCACHE_GCS_RW_MODE: ${SCCACHE_GCS_RW_MODE}
SCCACHE_IDLE_TIMEOUT: ${SCCACHE_IDLE_TIMEOUT}
WORKSPACE_COBALT: ${WORKSPACE_COBALT}
# Kokoro Specific Variables to forward:
KOKORO_ARTIFACTS_DIR: ${KOKORO_ARTIFACTS_DIR}
KOKORO_BUILD_ARTIFACTS_SUBDIR: ${KOKORO_BUILD_ARTIFACTS_SUBDIR}
Expand Down

0 comments on commit 35e154f

Please sign in to comment.