Skip to content

Commit cff7ed0

Browse files
committed
(maint) Add todo with master allocation
1 parent 0a2b2b8 commit cff7ed0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/ci.rake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ REPO_CONFIGS_DIR = 'repo-configs'
1111
CLEAN.include('*.tar', REPO_CONFIGS_DIR, 'tmp', '.beaker')
1212

1313
# Default test target if none specified
14+
# TODO There are some projects that do not need to test against a master. It
15+
# might be worth it to distinguish between these two scenarios so that we are
16+
# maximizing our available resources. As it, we are allocating a master for all
17+
# runs. Luckily, that master is also classified as an agent, so it's not a total
18+
# waste of resources.
1419
DEFAULT_MASTER_TEST_TARGET = 'redhat7-64m'
1520
DEFAULT_TEST_TARGETS = "#{DEFAULT_MASTER_TEST_TARGET}a-windows2012r2-64a"
1621

0 commit comments

Comments
 (0)