forked from elastic/e2e-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use a more structured YAML format (elastic#654) (elastic#665)
* 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
5a41538
commit 4d3c25b
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