Skip to content

Commit ee26234

Browse files
Merge remote-tracking branch 'upstream/main' into heapAttackTimeout
2 parents 1cf0a9b + 8e04a41 commit ee26234

File tree

44 files changed

+1257
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1257
-74
lines changed

.buildkite/pipelines/pull-request/part-1-fips-140-3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config:
22
allow-labels:
3+
- Team:Security
34
- test-fips
45
steps:
56
- label: part-1-fips-140-3

.buildkite/pipelines/pull-request/part-1-fips.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
config:
22
allow-labels:
3-
- Team:Security
43
- test-fips
54
steps:
65
- label: part-1-fips
7-
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart1
6+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true -Dtests.fips.mode=140-2 checkPart1
87
timeout_in_minutes: 300
98
agents:
109
provider: gcp

.buildkite/pipelines/pull-request/part-2-fips-140-3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config:
22
allow-labels:
3+
- Team:Security
34
- test-fips
45
steps:
56
- label: part-2-fips-140-3

.buildkite/pipelines/pull-request/part-2-fips.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
config:
22
allow-labels:
3-
- Team:Security
43
- test-fips
54
steps:
65
- label: part-2-fips
7-
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart2
6+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true -Dtests.fips.mode=140-2 checkPart2
87
timeout_in_minutes: 300
98
agents:
109
provider: gcp

.buildkite/pipelines/pull-request/part-3-fips-140-3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config:
22
allow-labels:
3+
- Team:Security
34
- test-fips
45
steps:
56
- label: part-3-fips-140-3

.buildkite/pipelines/pull-request/part-3-fips.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
config:
22
allow-labels:
3-
- Team:Security
43
- test-fips
54
steps:
65
- label: part-3-fips
7-
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart3
6+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true -Dtests.fips.mode=140-2 checkPart3
87
timeout_in_minutes: 300
98
agents:
109
provider: gcp

.buildkite/pipelines/pull-request/part-4-fips-140-3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config:
22
allow-labels:
3+
- Team:Security
34
- test-fips
45
steps:
56
- label: part-4-fips-140-3

.buildkite/pipelines/pull-request/part-4-fips.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
config:
22
allow-labels:
3-
- Team:Security
43
- test-fips
54
steps:
65
- label: part-4-fips
7-
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart4
6+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true -Dtests.fips.mode=140-2 checkPart4
87
timeout_in_minutes: 300
98
agents:
109
provider: gcp

.buildkite/pipelines/pull-request/part-5-fips-140-3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config:
22
allow-labels:
3+
- Team:Security
34
- test-fips
45
steps:
56
- label: part-5-fips-140-3

.buildkite/pipelines/pull-request/part-5-fips.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
config:
22
allow-labels:
3-
- Team:Security
43
- test-fips
54
steps:
65
- label: part-5-fips
7-
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart5
6+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true -Dtests.fips.mode=140-2 checkPart5
87
timeout_in_minutes: 300
98
agents:
109
provider: gcp

0 commit comments

Comments
 (0)