File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ runs:
206
206
fi
207
207
208
208
# Also build targets which are not in tests' dependencies
209
- params+=(--no-strip-idle- build-results )
209
+ params+=(--build-all )
210
210
211
211
echo "::debug::get version"
212
212
./ya --version
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ echo Workdir: $workdir
10
10
echo Checkout base commit...
11
11
git checkout $1
12
12
echo Build graph for base commit...
13
- ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --no-strip-idle- build-results | jq ' .graph[]' > $workdir /graph_base
13
+ ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --build-all | jq ' .graph[]' > $workdir /graph_base
14
14
15
15
echo Checkout head commit...
16
16
git checkout $2
17
17
echo Build graph for head commit...
18
- ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --no-strip-idle- build-results | jq ' .graph[]' > $workdir /graph_head
18
+ ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --build-all | jq ' .graph[]' > $workdir /graph_head
19
19
20
20
echo Generate lists of uids for base and head...
21
21
cat $workdir /graph_base | jq ' .uid' > $workdir /uid_base
You can’t perform that action at this time.
0 commit comments