temporarily comment out AD tests for fips too

This commit is contained in:
Ryan Richard
2025-06-30 16:56:12 -07:00
parent e14eb977b8
commit 3805494798

View File

@@ -924,7 +924,7 @@ jobs:
passed:
# First we list everything that should be triggered by the first ready-for-int.
# TODO: bring back scan-image after upgrading Golang to resolve CVEs in a PR
# - scan-image
# - scan-image
- integration-test-oldest
- integration-test-latest
- integration-test-latest-arm64
@@ -1221,11 +1221,11 @@ jobs:
# We don't need to run these on every version of Kubernetes for Kind in this pipeline, so we choose to run
# them on one version to get some coverage.
# TODO: replace this with some other LDAP and open firewall for outgoing LDAP and LDAPs
# <<: *jumpcloud_integration_env_vars
# <<: *jumpcloud_integration_env_vars
# The following AD params enable the ActiveDirectory integration tests. We don't need to run these on every
# version of Kubernetes for Kind in this pipeline, so we choose to run them on one version to get some coverage.
# TODO: bring this back with a new AD server
# <<: *active_directory_integration_env_vars
# <<: *active_directory_integration_env_vars
# The following params enable the GitHub integration tests. We don't need to run these on every
# version of Kubernetes for Kind in this pipeline, so we choose to run them on one version to get some coverage.
<<: *github_integration_env_vars
@@ -1370,7 +1370,8 @@ jobs:
# The following AD params enable the ActiveDirectory integration tests. We don't need to run these on every
# version of Kubernetes for Kind in this pipeline, but it is useful to know if we can communicate with our
# AD server when using FIPS cipher suites.
<<: *active_directory_integration_env_vars
# TODO: bring this back with a new AD server
# <<: *active_directory_integration_env_vars
# The following params enable the GitHub integration tests. We don't need to run these on every
# version of Kubernetes for Kind in this pipeline, but it is useful to know if we can communicate with
# GitHub when using FIPS cipher suites.