Skip to content

Commit

Permalink
Mounting from sources is disabled for tests (apache#10472)
Browse files Browse the repository at this point in the history
We had to enable mounting from sources for a short while
because we had to find a way to add new scripts to the
"workflow_run" workflow we have. This also requires
the apache#10470 to be merged - perf_kit to be moved to tests.utils because
it was in a separate directory and image without mounting sources
could not run the tests.

It also partially addresses the apache#10445 problem where
there was difference between sources in the image and coming
from the master. This comes from GitHub running merge on
non-conflicting changes in the PR and something that will
be addressed shortly.

The issue apache#10471 discusses this in detail.
  • Loading branch information
potiuk authored Aug 24, 2020
1 parent 946c9de commit 4fa7df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

env:

MOUNT_LOCAL_SOURCES: "true"
MOUNT_LOCAL_SOURCES: "false"
MOUNT_FILES: "true"
FORCE_ANSWER_TO_QUESTIONS: "yes"
FORCE_PULL_IMAGES: "true"
Expand Down

0 comments on commit 4fa7df5

Please sign in to comment.