Skip to content

Commit

Permalink
[8.13] [bazel_cache] PUPPETEER_SKIP_CHROME_DOWNLOAD=true (#177646)…
Browse files Browse the repository at this point in the history
… (#177649)

# Backport

This will backport the following commits from `main` to `8.13`:
- [[bazel_cache] PUPPETEER_SKIP_CHROME_DOWNLOAD=true
(#177646)](#177646)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Jon","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-02-22T20:35:50Z","message":"[bazel_cache]
PUPPETEER_SKIP_CHROME_DOWNLOAD=true
(#177646)","sha":"9580617d8947eb22a5715033148dee365a233112","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v8.14.0"],"title":"[bazel_cache]
PUPPETEER_SKIP_CHROME_DOWNLOAD=true","number":177646,"url":"https://github.com/elastic/kibana/pull/177646","mergeCommit":{"message":"[bazel_cache]
PUPPETEER_SKIP_CHROME_DOWNLOAD=true
(#177646)","sha":"9580617d8947eb22a5715033148dee365a233112"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177646","number":177646,"mergeCommit":{"message":"[bazel_cache]
PUPPETEER_SKIP_CHROME_DOWNLOAD=true
(#177646)","sha":"9580617d8947eb22a5715033148dee365a233112"}}]}]
BACKPORT-->

Co-authored-by: Jon <[email protected]>
  • Loading branch information
kibanamachine and jbudz authored Feb 22, 2024
1 parent 0894531 commit 386c810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/scripts/steps/bazel_cache/bootstrap_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh

export BAZEL_CACHE_MODE=populate-local-gcs
export DISABLE_BOOTSTRAP_VALIDATION=true
export PUPPETEER_SKIP_CHROME_DOWNLOAD=true

# Clear out bazel cache between runs to make sure that any artifacts that don't exist in the cache are uploaded
rm -rf ~/.bazel-cache
Expand Down
1 change: 1 addition & 0 deletions .buildkite/scripts/steps/bazel_cache/bootstrap_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh

export BAZEL_CACHE_MODE=populate-local-gcs
export DISABLE_BOOTSTRAP_VALIDATION=true
export PUPPETEER_SKIP_CHROME_DOWNLOAD=true

# Because we're manually deleting node_modules and bazel directories in-between runs, we need to --force-install
export BOOTSTRAP_ALWAYS_FORCE_INSTALL=true
Expand Down

0 comments on commit 386c810

Please sign in to comment.