( )⚙ D8677 heptapod: use basename of tests in skiplist in CI (issue6351)

This is an archive of the discontinued Mercurial Phabricator instance.

heptapod: use basename of tests in skiplist in CI (issue6351)
Changes PlannedPublic

Authored by pulkit on Jul 3 2020, 6:24 AM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

In heptapod CI we create a skiplist of test-check* and don't want to run in
other test suites as we have specific test suite for checks. However the
skiplist was not working fine because we were putting test names in form of
tests/test-check* in it which does not work with our test runner.

We get the basename of the file and then put it in skiplist.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

pulkit created this revision.Jul 3 2020, 6:24 AM
pulkit planned changes to this revision.Jul 3 2020, 6:26 AM