Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Disable temporarily introspection in minimal config
Browse files Browse the repository at this point in the history
Currently introspection with virtualbmc is failing with following
problems:

https://bugs.launchpad.net/tripleo/+bug/1651719
https://bugs.launchpad.net/tripleo/+bug/1651704

Until this is fixed and as a temporary workaround to allow promotion
in rdo-ci i'm proposing to disable introspection in minimal job. Note
that it's tested in periodical job in upstream TripleO CI.

Change-Id: I23727e6ab709bd030177a915c47fdaca8f80f414
  • Loading branch information
amoralej committed Jan 9, 2017
1 parent db4b6f1 commit c3cbe6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/general_config/minimal.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# We run tempest in this topology instead of ping test.
# We set introspection to true and use only the minimal amount of nodes
# for this job, but test all defaults otherwise.
step_introspect: true
# TODO: Enable introspection once https://bugs.launchpad.net/tripleo/+bug/1651719
# is fixed (amoralej)
step_introspect: false

# Define a single controller node and a single compute node.
overcloud_nodes:
Expand Down

0 comments on commit c3cbe6c

Please sign in to comment.