Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jul 27, 2023
1 parent 800a430 commit 6549d9c
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions .github/workflows/k8s-autodiscovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,28 @@ jobs:
- name: "kubernetes autodiscover with elastic-agent"
tags: "elastic-agent"
platforms: [ "debian_10_amd64" ]
- name: "kubernetes autodiscover with filebeat"
tags: "filebeat"
platforms: [ "debian_10_amd64" ]
- name: "kubernetes autodiscover with heartbeat"
tags: "heartbeat"
platforms: [ "debian_10_amd64" ]
- name: "kubernetes autodiscover with metricbeat"
tags: "metricbeat"
platforms: [ "debian_10_amd64" ]

# - name: "kubernetes autodiscover with filebeat"
# tags: "filebeat"
# platforms: [ "debian_10_amd64" ]
# - name: "kubernetes autodiscover with heartbeat"
# tags: "heartbeat"
# platforms: [ "debian_10_amd64" ]
# - name: "kubernetes autodiscover with metricbeat"
# tags: "metricbeat"
# platforms: [ "debian_10_amd64" ]
env:
E2E_SSH_KEY: ./e2essh
E2E_SSH_KEY_PUB: ./e2essh.pub
steps:
- uses: actions/checkout@v2
- run: echo '${{ toJSON(matrix) }}'
- name: Create SSH Key
run: ssh-keygen -b 4096 -t rsa -f "${E2E_SSH_KEY}" -q -N ""
- name: Deploy Stack
env:
SUITE: fleet
STACK_INSTANCE_ID: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}_stack
SSH_KEY: ${{ env.E2E_SSH_KEY }}
run: env
# make -C .ci create-stack

0 comments on commit 6549d9c

Please sign in to comment.