chore: Just rename configuration variable to enable the dataflow runtime

This commit is contained in:
Quentin Bourgerie
2022-08-09 23:08:37 +02:00
parent d1694648c5
commit c08a06ed8e
14 changed files with 48 additions and 52 deletions

View File

@@ -359,7 +359,7 @@ jobs:
pip install pytest
rm -rf /build
export PYTHONPATH=""
make PARALLEL_EXECUTION_ENABLED=ON CCACHE=ON BUILD_DIR=/build run-tests run-end-to-end-dataflow-tests
make DATAFLOW_EXECUTION_ENABLED=ON CCACHE=ON BUILD_DIR=/build run-tests run-end-to-end-dataflow-tests
echo "Debug: ccache statistics (after the build):"
ccache -s
chmod -R ugo+rwx /tmp/KeySetCache