@@ -315,7 +315,7 @@ steps:
315315 - group : " FRH:FIPS"
316316 key : integration-tests-fips
317317 depends_on :
318- - integration_ess # TODO : replace with integration_frh when such an environment is available
318+ - integration_ess # FIXME : replace with integration_frh when such an environment is available
319319 steps :
320320 - label : " x86_64:non-sudo: {{matrix}}"
321321 depends_on : packaging-ubuntu-x86-64
@@ -331,7 +331,7 @@ steps:
331331 agents :
332332 provider : " gcp"
333333 machineType : " n1-standard-8"
334- image : " ${IMAGE_UBUNTU_2404_X86_64}" # TODO : replace with FIPS-configured image
334+ image : " ${IMAGE_UBUNTU_2404_X86_64}" # FIXME : replace with FIPS-configured image when one is available
335335 matrix :
336336 - default
337337
@@ -351,7 +351,7 @@ steps:
351351 agents :
352352 provider : " gcp"
353353 machineType : " n1-standard-8"
354- image : " ${IMAGE_UBUNTU_2404_X86_64}" # TODO : replace with FIPS-configured image
354+ image : " ${IMAGE_UBUNTU_2404_X86_64}" # FIXME : replace with FIPS-configured image when one is available
355355 matrix :
356356 - default
357357 - upgrade
@@ -379,7 +379,7 @@ steps:
379379 - build/diagnostics/**
380380 agents :
381381 provider : " aws"
382- image : " ${IMAGE_UBUNTU_2404_ARM_64}" # TODO : replace with FIPS-configured image
382+ image : " ${IMAGE_UBUNTU_2404_ARM_64}" # FIXME : replace with FIPS-configured image when one is available
383383 instanceType : " m6g.2xlarge"
384384 retry :
385385 automatic :
@@ -416,7 +416,7 @@ steps:
416416 limit : 1
417417 agents :
418418 provider : " aws"
419- image : " ${IMAGE_UBUNTU_2404_ARM_64}" # TODO : replace with FIPS-configured image
419+ image : " ${IMAGE_UBUNTU_2404_ARM_64}" # FIXME : replace with FIPS-configured image when one is available
420420 instanceType : " m6g.xlarge"
421421 matrix :
422422 - default
0 commit comments