We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079c4cf commit 92c519dCopy full SHA for 92c519d
.buildkite/update-kibana-client.yml
@@ -1,10 +1,11 @@
1
agents:
2
- image: "docker.elastic.co/ci-agent-images/mis-terraform:latest@sha256:2fae26c0719ed8491746dda29c23ceb2dbd86fa5469ae11b81eb6f7337fb61fd"
3
- cpu: "8"
4
- memory: "8G"
+ provider: "gcp"
+ machineType: "n1-standard-4"
5
steps:
6
- label: Regenerate Kibana client and build provider
7
command:
8
- "make -C generated/kbapi all"
9
- "make build"
10
- - "make test"
+ - "make test"
+ - "make docker-fleet"
11
+ - "make testacc"
0 commit comments