Skip to content

Commit

Permalink
Merge pull request #163 from neutrons/postprocessing_3.2.0
Browse files Browse the repository at this point in the history
Update to post-processing agent 3.2.0
  • Loading branch information
backmari authored May 2, 2024
2 parents de87957 + bd5dd01 commit 947c0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.autoreducer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mkdir -p /opt/postprocessing/log/
COPY tests/configuration/post_process_consumer.conf /etc/autoreduce/post_processing.conf

# install postprocessing
RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.1/postprocessing-3.1.0-1.el9.noarch.rpm
RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.2/postprocessing-3.2.0-1.el9.noarch.rpm

# install the fake test data
ARG DATA_TARBALL=/tmp/SNSdata.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.autoreducer.himem
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mkdir -p /opt/postprocessing/log/
COPY tests/configuration/post_process_consumer.himem.conf /etc/autoreduce/post_processing.conf

# install postprocessing
RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.1/postprocessing-3.1.0-1.el9.noarch.rpm
RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.2/postprocessing-3.2.0-1.el9.noarch.rpm

# install the fake test data
ARG DATA_TARBALL=/tmp/SNSdata.tar.gz
Expand Down

0 comments on commit 947c0ed

Please sign in to comment.