Skip to content

Commit ace9df9

Browse files
ashwin2002cb-vishal1211
authored andcommitted
Updating dispatcher to use branch=master for smoke_capella:rbac job
Change-Id: I0f74f0e931235dada10e6a124a6ecc7f76a9fcff Reviewed-on: https://review.couchbase.org/c/testrunner/+/244608 Tested-by: <vishal.jain@couchbase.com> Reviewed-by: <vishal.jain@couchbase.com>
1 parent 219a883 commit ace9df9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scripts/testDispatcher.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,11 @@ def main():
974974
# If nothing matches, fallback to default slave
975975
slave_to_use = "deb12_P0_slave"
976976

977+
if (options.launch_job == 'test_suite_executor_cloud'
978+
and testsToLaunch[i]['component'] == 'smoke_capella'
979+
and testsToLaunch[i]['subcomponent'] == 'rbac'):
980+
branch_to_trigger = 'master'
981+
977982
url = launchString.format(options.version,
978983
testsToLaunch[i]['confFile'],
979984
descriptor,

0 commit comments

Comments
 (0)