Skip to content
Snippets Groups Projects
Commit 21e3fbe4 authored by Raghunandan Netrapalli Madhusudhan's avatar Raghunandan Netrapalli Madhusudhan
Browse files

testing

parent 4d37c9c4
No related branches found
No related tags found
1 merge request!277Draft: Integrate gecco optestrunner
Pipeline #68768 failed
......@@ -16,6 +16,10 @@ FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && apt-get -qq dist-upgrade && apt-get install -qq -y --no-install-recommends \
python3 \
python3-distutils \
python3-pip \
python3-venv \
wget \
sudo \
&& apt-get -qq clean
......
......@@ -23,7 +23,7 @@ pipeline {
}
environment {
IMAGE_NAME = "eclipseopenpass/opsim-ci"
IMAGE_TAG = "v1.2.4"
IMAGE_TAG = "v1.2.5"
REPO_URL = "https://gitlab.eclipse.org/eclipse/openpass/opSimulation.git"
DOCKERFILE_PATH = "utils/Dockerfile"
}
......
......@@ -12,7 +12,7 @@ kind: Pod
spec:
containers:
- name: openpass-build
image: "eclipseopenpass/opsim-ci:v1.2.4"
image: "eclipseopenpass/opsim-ci:v1.2.5"
tty: true
resources:
limits:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment