aboutsummaryrefslogtreecommitdiff
path: root/infra/cifuzz/config_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/cifuzz/config_utils.py')
-rw-r--r--infra/cifuzz/config_utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/cifuzz/config_utils.py b/infra/cifuzz/config_utils.py
index cac076212..8ca3eec14 100644
--- a/infra/cifuzz/config_utils.py
+++ b/infra/cifuzz/config_utils.py
@@ -29,6 +29,10 @@ import constants
RUN_FUZZERS_MODES = ['batch', 'ci', 'coverage']
SANITIZERS = ['address', 'memory', 'undefined', 'coverage']
+# TODO(metzman): Set these on config objects so there's one source of truth.
+DEFAULT_ENGINE = 'libfuzzer'
+DEFAULT_ARCHITECTURE = 'x86_64'
+
# This module deals a lot with env variables. Many of these will be set by users
# and others beyond CIFuzz's control. Thus, you should be careful about using
# the environment.py helpers for getting env vars, since it can cause values