Revert last two patches
Unintentionally pushed. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
ee327b23d1
commit
48727e5757
@ -98,7 +98,6 @@ crash-test-debian:
|
|||||||
needs:
|
needs:
|
||||||
- job: build-system-debian
|
- job: build-system-debian
|
||||||
artifacts: true
|
artifacts: true
|
||||||
timeout: 90m
|
|
||||||
variables:
|
variables:
|
||||||
IMAGE: debian-amd64
|
IMAGE: debian-amd64
|
||||||
script:
|
script:
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
.container_job_template:
|
.container_job_template:
|
||||||
extends: .base_job_template
|
extends: .base_job_template
|
||||||
image: docker:20.10.16
|
image: docker:stable
|
||||||
stage: containers
|
stage: containers
|
||||||
services:
|
services:
|
||||||
- docker:20.10.16-dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
- export TAG="$CI_REGISTRY_IMAGE/qemu/$NAME:latest"
|
- export TAG="$CI_REGISTRY_IMAGE/qemu/$NAME:latest"
|
||||||
- export COMMON_TAG="$CI_REGISTRY/qemu-project/qemu/qemu/$NAME:latest"
|
- export COMMON_TAG="$CI_REGISTRY/qemu-project/qemu/qemu/$NAME:latest"
|
||||||
- apk add python3
|
- apk add python3
|
||||||
- until docker info; do sleep 1; done
|
- docker info
|
||||||
- docker login $CI_REGISTRY -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD"
|
- docker login $CI_REGISTRY -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD"
|
||||||
script:
|
script:
|
||||||
- echo "TAG:$TAG"
|
- echo "TAG:$TAG"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
default:
|
|
||||||
tags:
|
|
||||||
- $RUNNER_TAG
|
|
@ -42,15 +42,17 @@
|
|||||||
docker-opensbi:
|
docker-opensbi:
|
||||||
extends: .opensbi_job_rules
|
extends: .opensbi_job_rules
|
||||||
stage: containers
|
stage: containers
|
||||||
image: docker:20.10.16
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:20.10.16-dind
|
- docker:stable-dind
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: 3
|
GIT_DEPTH: 3
|
||||||
IMAGE_TAG: $CI_REGISTRY_IMAGE:opensbi-cross-build
|
IMAGE_TAG: $CI_REGISTRY_IMAGE:opensbi-cross-build
|
||||||
|
# We don't use TLS
|
||||||
|
DOCKER_HOST: tcp://docker:2375
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||||
- until docker info; do sleep 1; done
|
|
||||||
script:
|
script:
|
||||||
- docker pull $IMAGE_TAG || true
|
- docker pull $IMAGE_TAG || true
|
||||||
- docker build --cache-from $IMAGE_TAG --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
- docker build --cache-from $IMAGE_TAG --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||||
|
@ -1,24 +1,7 @@
|
|||||||
# This file contains the set of jobs run by the QEMU project:
|
# This file contains the set of jobs run by the QEMU project:
|
||||||
# https://gitlab.com/qemu-project/qemu/-/pipelines
|
# https://gitlab.com/qemu-project/qemu/-/pipelines
|
||||||
|
|
||||||
variables:
|
|
||||||
RUNNER_TAG: ""
|
|
||||||
|
|
||||||
workflow:
|
|
||||||
rules:
|
|
||||||
# Set additional variables when running on Kubernetes.
|
|
||||||
# https://wiki.qemu.org/Testing/CI/KubernetesRunners
|
|
||||||
- if: $RUNNER_TAG == "k8s"
|
|
||||||
variables:
|
|
||||||
DOCKER_HOST: tcp://docker:2376
|
|
||||||
DOCKER_TLS_CERTDIR: "/certs"
|
|
||||||
DOCKER_TLS_VERIFY: 1
|
|
||||||
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
|
|
||||||
# Run the pipeline in other cases.
|
|
||||||
- when: always
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- local: '/.gitlab-ci.d/default.yml'
|
|
||||||
- local: '/.gitlab-ci.d/base.yml'
|
- local: '/.gitlab-ci.d/base.yml'
|
||||||
- local: '/.gitlab-ci.d/stages.yml'
|
- local: '/.gitlab-ci.d/stages.yml'
|
||||||
- local: '/.gitlab-ci.d/opensbi.yml'
|
- local: '/.gitlab-ci.d/opensbi.yml'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user