Skip to content

Commit

Permalink
Change GCS bucket from obs-ci-cache to ingest-buildkite-ci (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh authored Feb 2, 2024
1 parent 55851ad commit 857d9b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NPCAP_VERSION := 1.79
NPCAP_FILE := npcap-$(NPCAP_VERSION)-oem.exe
SUFFIX_NPCAP_VERSION := -npcap-$(NPCAP_VERSION)
NPCAP_REPOSITORY := docker.elastic.co/observability-ci
GS_BUCKET_PATH ?= obs-ci-cache
GS_BUCKET_PATH ?= ingest-buildkite-ci


ifeq ($(BUILDX),1)
Expand Down
4 changes: 2 additions & 2 deletions NPCAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ If you'd like to bump the npcap version please follow the below steps:
1) Update `NPCAP_VERSION` value in the `Makefile`.
* **NOTE**: Make sure the PR adding this is back-ported to the Go versions required by the Packetbeat CrossBuild target in [the mage file](https://github.com/elastic/beats/blob/main/x-pack/packetbeat/magefile.go). This is specified in the beats `.go-version` file.
2) Download the new artifact.
3) Upload the artifact to `gs://obs-ci-cache/private`.
* **NOTE**: This particular Google Bucket can be accessible only by Elasticians who have got access to the Google project called `elastic-observability`.
3) Upload the artifact to `gs://ingest-buildkite-ci/private`.
* **NOTE**: This particular Google Bucket can be accessible only by Elasticians who have got access to the Google project called `elastic-platform-ingest`.

Credentials to the artifact service can be found in the `APM-Shared` folder in the password management tool.

Expand Down

0 comments on commit 857d9b7

Please sign in to comment.