Loading .gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ lint: stage: lint image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/alpine/helm:3.17.2 pull_policy: [if-not-present] entrypoint: [""] script: - ls Loading @@ -49,7 +50,7 @@ dev_deploy_job: stage: dev_deploy image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9 pull_policy: [always, if-not-present] pull_policy: [if-not-present] before_script: - mkdir -p /tmp/bin ~/.ssh Loading Loading @@ -165,6 +166,7 @@ dev_deploy_job: dev_workflows_job: stage: dev_workflows image: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/maven:3.9-eclipse-temurin-17 pull_policy: [if-not-present] before_script: # clone the integration tests repo - git clone --depth 1 --branch develop "https://oauth2:$GROUP_ACCESS_TOKEN@$INTEGRATION_REPO" Loading @@ -178,10 +180,9 @@ dev_workflows_job: dev_cleanup_job: stage: dev_cleanup image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9 pull_policy: [always, if-not-present] pull_policy: [if-not-present] before_script: - mkdir -p ~/.ssh Loading Loading
.gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ lint: stage: lint image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/alpine/helm:3.17.2 pull_policy: [if-not-present] entrypoint: [""] script: - ls Loading @@ -49,7 +50,7 @@ dev_deploy_job: stage: dev_deploy image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9 pull_policy: [always, if-not-present] pull_policy: [if-not-present] before_script: - mkdir -p /tmp/bin ~/.ssh Loading Loading @@ -165,6 +166,7 @@ dev_deploy_job: dev_workflows_job: stage: dev_workflows image: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/maven:3.9-eclipse-temurin-17 pull_policy: [if-not-present] before_script: # clone the integration tests repo - git clone --depth 1 --branch develop "https://oauth2:$GROUP_ACCESS_TOKEN@$INTEGRATION_REPO" Loading @@ -178,10 +180,9 @@ dev_workflows_job: dev_cleanup_job: stage: dev_cleanup image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9 pull_policy: [always, if-not-present] pull_policy: [if-not-present] before_script: - mkdir -p ~/.ssh Loading