mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -62,9 +62,6 @@ WORKDIR /usr/src/lkp-tests
|
||||
RUN make install \
|
||||
&& lkp install
|
||||
|
||||
# Setup the data directory
|
||||
RUN mkdir -p /lkp/data/mresult_root
|
||||
|
||||
# Create the lkp user and group
|
||||
RUN groupadd --gid 1090 lkp
|
||||
RUN useradd --uid 1090 --gid 1090 lkp
|
||||
|
||||
@@ -21,7 +21,7 @@ echo "Installing dependencies for ${ARG}..."
|
||||
lkp install "$JOB_FILE"
|
||||
|
||||
echo "Running ${ARG}..."
|
||||
lkp run "$JOB_FILE"
|
||||
lkp run "$JOB_FILE" || true
|
||||
|
||||
echo "Getting result from ${ARG}..."
|
||||
lkp stat
|
||||
lkp stat -p "${ARG}"
|
||||
|
||||
Reference in New Issue
Block a user