Skip to content

Commit

Permalink
fix(artifacts-docker-fips-pipeline): do not install manager by default
Browse files Browse the repository at this point in the history
After #9331 change was introduced the artifacts-docker-fips
test should have SCT_USE_MGMT=false set in the pipeline, for SCT to pass config validation.
  • Loading branch information
dimakr committed Dec 18, 2024
1 parent bb016d1 commit 2c2544a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ artifactsPipeline(
region: 'fips',

timeout: [time: 30, unit: 'MINUTES'],
post_behavior_db_nodes: 'destroy'
post_behavior_db_nodes: 'destroy',

extra_environment_variables: 'SCT_USE_MGMT=false'
)

0 comments on commit 2c2544a

Please sign in to comment.