This commit is contained in:
Siarhei Fedartsou 2024-07-19 17:35:20 +02:00
parent e7b7f75863
commit a55ae8fe86

View File

@ -756,6 +756,7 @@ jobs:
run: | run: |
sudo mount -t tmpfs -o size=4g none /opt/benchmarks sudo mount -t tmpfs -o size=4g none /opt/benchmarks
cp -rf pr/build /opt/benchmarks/build cp -rf pr/build /opt/benchmarks/build
cp -rf pr/lib /opt/benchmarks/lib
mkdir -p /opt/benchmarks/test mkdir -p /opt/benchmarks/test
cp -rf pr/test/data /opt/benchmarks/test/data cp -rf pr/test/data /opt/benchmarks/test/data
cp -rf pr/profiles /opt/benchmarks/profiles cp -rf pr/profiles /opt/benchmarks/profiles
@ -766,6 +767,7 @@ jobs:
run: | run: |
sudo mount -t tmpfs -o size=4g none /opt/benchmarks sudo mount -t tmpfs -o size=4g none /opt/benchmarks
cp -rf base/build /opt/benchmarks/build cp -rf base/build /opt/benchmarks/build
cp -rf base/lib /opt/benchmarks/lib
mkdir -p /opt/benchmarks/test mkdir -p /opt/benchmarks/test
cp -rf base/test/data /opt/benchmarks/test/data cp -rf base/test/data /opt/benchmarks/test/data
cp -rf base/profiles /opt/benchmarks/profiles cp -rf base/profiles /opt/benchmarks/profiles