|
1 | 1 | steps: |
2 | | - - command: .buildkite/scripts/steps/functional/security_serverless_rule_management.sh |
3 | | - label: 'Serverless Rule Management - Security Solution Cypress Tests' |
4 | | - key: security-serverless-rule-management |
5 | | - agents: |
6 | | - machineType: n2-standard-4 |
7 | | - preemptible: true |
8 | | - spotZones: us-central1-f,us-central1-c,us-central1-a |
9 | | - depends_on: |
10 | | - - build |
11 | | - timeout_in_minutes: 60 |
12 | | - parallelism: 8 |
13 | | - retry: |
14 | | - automatic: |
15 | | - - exit_status: '-1' |
16 | | - limit: 3 |
17 | | - - exit_status: '*' |
18 | | - limit: 1 |
19 | | - |
20 | | - - command: .buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_customization.sh |
21 | | - label: 'Serverless Rule Management - Prebuilt Rules Customization - Security Solution Cypress Tests' |
22 | | - key: security-serverless-rule-management-prebuilt-customization |
23 | | - agents: |
24 | | - machineType: n2-standard-4 |
25 | | - preemptible: true |
26 | | - spotZones: us-central1-f,us-central1-c,us-central1-a |
27 | | - depends_on: |
28 | | - - build |
29 | | - timeout_in_minutes: 60 |
30 | | - parallelism: 1 |
31 | | - retry: |
32 | | - automatic: |
33 | | - - exit_status: '-1' |
34 | | - limit: 3 |
35 | | - - exit_status: '*' |
36 | | - limit: 1 |
37 | | - |
38 | | - - command: .buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_installation.sh |
39 | | - label: 'Serverless Rule Management - Prebuilt Rules Installation - Security Solution Cypress Tests' |
40 | | - key: security-serverless-rule-management-prebuilt-installation |
41 | | - agents: |
42 | | - machineType: n2-standard-4 |
43 | | - preemptible: true |
44 | | - spotZones: us-central1-f,us-central1-c,us-central1-a |
45 | | - depends_on: |
46 | | - - build |
47 | | - timeout_in_minutes: 60 |
48 | | - parallelism: 2 |
49 | | - retry: |
50 | | - automatic: |
51 | | - - exit_status: '-1' |
52 | | - limit: 3 |
53 | | - - exit_status: '*' |
54 | | - limit: 1 |
55 | | - |
56 | | - - command: .buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_management.sh |
57 | | - label: 'Serverless Rule Management - Prebuilt Rules Management - Security Solution Cypress Tests' |
58 | | - key: security-serverless-rule-management-prebuilt-management |
59 | | - agents: |
60 | | - machineType: n2-standard-4 |
61 | | - preemptible: true |
62 | | - spotZones: us-central1-f,us-central1-c,us-central1-a |
63 | | - depends_on: |
64 | | - - build |
65 | | - timeout_in_minutes: 60 |
66 | | - parallelism: 1 |
67 | | - retry: |
68 | | - automatic: |
69 | | - - exit_status: '-1' |
70 | | - limit: 3 |
71 | | - - exit_status: '*' |
72 | | - limit: 1 |
73 | | - |
74 | | - - command: .buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_upgrade.sh |
75 | | - label: 'Serverless Rule Management - Prebuilt Rules Upgrade - Security Solution Cypress Tests' |
76 | | - key: security-serverless-rule-management-prebuilt-upgrade |
77 | | - agents: |
78 | | - machineType: n2-standard-4 |
79 | | - preemptible: true |
80 | | - spotZones: us-central1-f,us-central1-c,us-central1-a |
81 | | - depends_on: |
82 | | - - build |
83 | | - timeout_in_minutes: 60 |
84 | | - parallelism: 2 |
85 | | - retry: |
86 | | - automatic: |
87 | | - - exit_status: '-1' |
88 | | - limit: 3 |
89 | | - - exit_status: '*' |
90 | | - limit: 1 |
91 | | - |
92 | 2 | - command: .buildkite/scripts/steps/functional/security_solution_rule_management.sh |
93 | 3 | label: 'Rule Management - Security Solution Cypress Tests' |
94 | 4 | key: security-rule-management |
|
0 commit comments