Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change GCS bucket from obs-ci-cache to ingest-buildkite-ci #382

Merged
merged 2 commits into from
Feb 2, 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 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