Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2017-10-25 17:22:09 -04:00
parent 2c92e27376
commit 3f77ec297e
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 5 deletions

View File

@ -62,9 +62,6 @@ WORKDIR /usr/src/lkp-tests
RUN make install \ RUN make install \
&& lkp install && lkp install
# Setup the data directory
RUN mkdir -p /lkp/data/mresult_root
# Create the lkp user and group # Create the lkp user and group
RUN groupadd --gid 1090 lkp RUN groupadd --gid 1090 lkp
RUN useradd --uid 1090 --gid 1090 lkp RUN useradd --uid 1090 --gid 1090 lkp

View File

@ -21,7 +21,7 @@ echo "Installing dependencies for ${ARG}..."
lkp install "$JOB_FILE" lkp install "$JOB_FILE"
echo "Running ${ARG}..." echo "Running ${ARG}..."
lkp run "$JOB_FILE" lkp run "$JOB_FILE" || true
echo "Getting result from ${ARG}..." echo "Getting result from ${ARG}..."
lkp stat lkp stat -p "${ARG}"