Skip to content

Commit 92c519d

Browse files
committed
Run acceptance tests
1 parent 079c4cf commit 92c519d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
agents:
2-
image: "docker.elastic.co/ci-agent-images/mis-terraform:latest@sha256:2fae26c0719ed8491746dda29c23ceb2dbd86fa5469ae11b81eb6f7337fb61fd"
3-
cpu: "8"
4-
memory: "8G"
2+
provider: "gcp"
3+
machineType: "n1-standard-4"
54
steps:
65
- label: Regenerate Kibana client and build provider
76
command:
87
- "make -C generated/kbapi all"
98
- "make build"
10-
- "make test"
9+
- "make test"
10+
- "make docker-fleet"
11+
- "make testacc"

0 commit comments

Comments
 (0)