|
5 | 5 |
|
6 | 6 | # The following images are defined here and their values will be updated by updatecli |
7 | 7 | # Please do not change them manually. |
8 | | - IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1760749288" |
9 | | - IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1760749288" |
10 | | - IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1760749288" |
11 | | - IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1760749288" |
12 | | - IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1760749288" |
13 | | - IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1760749288" |
| 8 | + IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1761958868" |
| 9 | + IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1761958868" |
| 10 | + IMAGE_WIN_2016: "platform-ingest-elastic-agent-windows-2016-1761958868" |
| 11 | + IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1761958868" |
| 12 | + IMAGE_WIN_10: "platform-ingest-elastic-agent-windows-10-1761958868" |
| 13 | + IMAGE_WIN_11: "platform-ingest-elastic-agent-windows-11-1761958868" |
14 | 14 |
|
15 | 15 | steps: |
16 | 16 | - label: "check-ci" |
@@ -66,10 +66,12 @@ steps: |
66 | 66 |
|
67 | 67 | - label: "Unit tests - fips140=only Ubuntu 22.04" |
68 | 68 | key: "unit-tests-2204-fips140-only" |
69 | | - command: ".buildkite/scripts/steps/unit-tests.sh" |
| 69 | + # Note: The GODEBUG=fips140=only environment variable must be set in the command itself (as opposed to |
| 70 | + # in the env block) so that it is applied *only* to the 'go' command invoked by the script, and |
| 71 | + # not to any other Go code executed as part of the Buildkite agent itself. |
| 72 | + command: 'GODEBUG="fips140=only" .buildkite/scripts/steps/unit-tests.sh' |
70 | 73 | env: |
71 | 74 | FIPS: "true" |
72 | | - GODEBUG: "fips140=only" |
73 | 75 | artifact_paths: |
74 | 76 | - "build/TEST-*.html" |
75 | 77 | - "build/TEST-*.xml" |
|
0 commit comments