Skip to content

Commit d45fa63

Browse files
authored
removed gcloud build (#1384)
* removed gloud build * removed gcloud build
1 parent cee95f3 commit d45fa63

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

docs/setup-robusta/installation/dev-setup.rst

-8
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ Instead of running Robusta locally with Mirrord, you can test Robusta inside a K
7979
4. Run ``robusta gen-config`` and copy the result to ``deployment/generated_values.yaml``
8080
5. Run ``skaffold run --tail``. On M1 Macs, add ``-p apple-m1-dev``
8181

82-
.. details:: Speeding up Skaffold builds ⚡
83-
84-
You️ can speed up Skaffold builds using Google Cloud Build:
85-
86-
1. Install `gcloud <https://cloud.google.com/sdk/docs/install/>`_
87-
2. Run ``gcloud auth application-default login``
88-
3. Build with ``skaffold run -p gcloud-build``
89-
9082
Alert Simulation
9183
^^^^^^^^^^^^^^^^^^
9284

skaffold.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ profiles:
4949
context: .
5050
custom:
5151
buildCommand: ./build_with_arm.sh
52-
- name: gcloud-build
53-
build:
54-
googleCloudBuild:
55-
projectId: genuine-flight-317411
56-
artifacts:
57-
- image: us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-runner
58-
context: .
59-
docker:
60-
dockerfile: Dockerfile
6152
- name: release
6253
build:
6354
artifacts:

0 commit comments

Comments
 (0)