You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkstyle: skip artifact copy and consolidate into single pytest run
checkstyle ran three separate cmd_test invocations (style, doctests,
clippy), each launching a container, copying 2.3GB of artifacts, and
starting pytest. Style checks don't need artifacts at all.
- Add FC_TEST_SKIP_ARTIFACT_COPY=1 support to test.sh
- Set it in cmd_checkstyle to skip the artifact copy
- Merge the three cmd_test calls into a single pytest invocation
Signed-off-by: Riccardo Mancini <mancio@amazon.com>
0 commit comments