add qos extension to all congress dsvm jobs

Change-Id: Id8f2fad02a55dd700235c9b96c6ed1338a319bc6
This commit is contained in:
Eric Kao 2017-08-21 16:39:25 -07:00
parent 6ee946046f
commit 989280af5d
1 changed files with 2 additions and 1 deletions

View File

@ -164,7 +164,8 @@
- shell: |
#!/bin/bash -xe
ENABLED_SERVICES=s-proxy,s-object,s-container,s-account,
ENABLED_SERVICES+=h-eng,h-api,h-api-cfn,h-api-cw
ENABLED_SERVICES+=h-eng,h-api,h-api-cfn,h-api-cw,
ENABLED_SERVICES+=q-qos
export ENABLED_SERVICES
export PYTHONUNBUFFERED=true