Skip to content

Commit

Permalink
turn on vtest
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkorsukov committed Dec 29, 2020
1 parent 7254731 commit 7d467d7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI_codestyle
on:
pull_request:
branches:
- master
- master_off

jobs:
codestyle:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux_mu4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI_Linux MU4
on:
pull_request:
branches:
- master
- master_off
schedule:
- cron: '0 4 */1 */1 *' # At 04:00 on every day-of-month
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos_mu4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI_MacOS MU4
on:
pull_request:
branches:
- master
- master_off
schedule:
- cron: '0 4 */1 */1 *' # At 04:00 on every day-of-month
workflow_dispatch:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/ci_vtests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: CI_vtests

on:
# Temporary off
# pull_request:
# branches:
# - master
pull_request:
branches:
- master

jobs:
run_vtests:
Expand Down Expand Up @@ -79,7 +78,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: compare
path: ./vtest/compare
path: ./vtest
- name: Skip failure signal if PR is labeled 'vtests'
if: github.event_name == 'pull_request' && contains( env.found, '1') && contains( env.VTEST_DIFF_FOUND, 'true') && contains(github.event.pull_request.labels.*.name, 'vtests')
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows_mu4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI_Windows MU4
on:
pull_request:
branches:
- master
- master_off
schedule:
- cron: '0 4 */1 */1 *' # At 04:00 on every day-of-month
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions vtest/gen
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ for src in $SRC ; do
fi
done
echo "{}]" >> $JSON_FILE
cat $JSON_FILE

echo "Generate PNG files"
$MSCORE -j $JSON_FILE -r $DPI >LOG 2>&1
Expand Down

0 comments on commit 7d467d7

Please sign in to comment.