This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore: use a more structurated YAML format * feat: support setting target platform for the CI nodes * fix: wrong item reference * chore: move variable outside the loop * fix: remove variable * fix: use the proper entity to read the platforms
- Loading branch information
1 parent
142ab2c
commit ab52393
Showing
2 changed files
with
68 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,54 @@ | ||
--- | ||
SUITES: | ||
- suite: "helm" | ||
tags: "apm-server" | ||
- suite: "helm" | ||
tags: "filebeat" | ||
- suite: "helm" | ||
tags: "metricbeat" | ||
- suite: "fleet" | ||
tags: "agent_endpoint_integration" | ||
platforms: | ||
- "ubuntu-18.04" | ||
scenarios: | ||
- name: "APM Server" | ||
tags: "apm-server" | ||
- "Filebeat": | ||
tags: "filebeat" | ||
- "Metricbeat": | ||
tags: "metricbeat" | ||
- suite: "fleet" | ||
tags: "stand_alone_agent" | ||
- suite: "fleet" | ||
tags: "fleet_mode_agent" | ||
- suite: "metricbeat" | ||
tags: "integrations && activemq" | ||
- suite: "metricbeat" | ||
tags: "integrations && apache" | ||
- suite: "metricbeat" | ||
tags: "integrations && ceph" | ||
- suite: "metricbeat" | ||
tags: "integrations && dropwizard" | ||
- suite: "metricbeat" | ||
tags: "integrations && envoyproxy" | ||
- suite: "metricbeat" | ||
tags: "integrations && etcd" | ||
- suite: "metricbeat" | ||
tags: "integrations && haproxy" | ||
- suite: "metricbeat" | ||
tags: "integrations && kafka" | ||
- suite: "metricbeat" | ||
tags: "metricbeat" | ||
- suite: "metricbeat" | ||
tags: "integrations && mysql" | ||
- suite: "metricbeat" | ||
tags: "integrations && oracle" | ||
- suite: "metricbeat" | ||
tags: "integrations && redis" | ||
- suite: "metricbeat" | ||
tags: "integrations && redisenterprise" | ||
- suite: "metricbeat" | ||
tags: "integrations && vsphere" | ||
platforms: | ||
- "ubuntu-18.04" | ||
scenarios: | ||
- name: "Fleet" | ||
tags: "fleet_mode_agent" | ||
- name: "Endpoint Integration" | ||
tags: "agent_endpoint_integration" | ||
- name: "Stand-alone" | ||
tags: "stand_alone_agent" | ||
- suite: "metricbeat" | ||
platforms: | ||
- "ubuntu-18.04" | ||
scenarios: | ||
- name: "ActiveMQ" | ||
tags: "integrations && activeMQ" | ||
- name: "Apache" | ||
tags: "integrations && apache" | ||
- name: "Ceph" | ||
tags: "integrations && ceph" | ||
- name: "Dropwizard" | ||
tags: "integrations && dropwizard" | ||
- name: "Envoy Proxy" | ||
tags: "integrations && envoyproxy" | ||
- name: "etcd" | ||
tags: "integrations && etcd" | ||
- name: "HAProxy" | ||
tags: "integrations && haproxy" | ||
- name: "Kafka" | ||
tags: "integrations && kafka" | ||
- name: "Metricbeat" | ||
tags: "metricbeat" | ||
- name: "MySQL" | ||
tags: "integrations && mysql" | ||
- name: "Oracle" | ||
tags: "integrations && oracle" | ||
- name: "Redis" | ||
tags: "integrations && redis" | ||
- name: "Redis Enterprise" | ||
tags: "integrations && redisenterprise" | ||
- name: "vSphere" | ||
tags: "integrations && vsphere" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters