diff --git a/.circleci/config.yml b/.circleci/config.yml index 6180a568..9963a8ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,12 +105,15 @@ jobs: python3.9 -m pip install wheel python3.9 -m pip install -r requirements.txt sudo ln -sf /usr/bin/python3.9 /usr/bin/python + - run: - name: Run + name: Run Parametric tests environment: TEST_LIBRARY: cpp DD_TRACE_CPP_COMMIT: << pipeline.git.revision >> - command: cd system-tests && ./build.sh -i runner && ./run.sh PARAMETRIC --log-cli-level=DEBUG + command: | + echo "https://github.com/DataDog/dd-trace-cpp@$DD_TRACE_CPP_COMMIT" > ~/project/system-tests/binaries/cpp-load-from-git + cd system-tests && ./build.sh -i runner && ./run.sh PARAMETRIC --log-cli-level=DEBUG - run: name: Collect artifacts command: tar -cvzf logs_cpp_parametric_dev.tar.gz -C system-tests logs_parametric