We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2b2b8 commit cff7ed0Copy full SHA for cff7ed0
tasks/ci.rake
@@ -11,6 +11,11 @@ REPO_CONFIGS_DIR = 'repo-configs'
11
CLEAN.include('*.tar', REPO_CONFIGS_DIR, 'tmp', '.beaker')
12
13
# 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.
19
DEFAULT_MASTER_TEST_TARGET = 'redhat7-64m'
20
DEFAULT_TEST_TARGETS = "#{DEFAULT_MASTER_TEST_TARGET}a-windows2012r2-64a"
21
0 commit comments