WIP: prep for postproc phase

This commit is contained in:
Petr Špaček
2021-05-06 14:31:57 +02:00
parent 831a55f989
commit e3ba10a70c

View File

@@ -17,12 +17,11 @@ resolver-shotgun-pipeline-generator:
- linux-benchmarking
dependencies: []
variables:
ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_STDOUT_CALLBACK: "unixy"
GIT_STRATEGY: "none"
PARENT_PIPELINE_ID: "$CI_PIPELINE_ID"
image: "$CI_REGISTRY/isc-projects/images/shotgun-controller"
script:
- echo "$CI_COMMIT_SHA"
- echo "version under test $SHOTGUN_TEST_VERSION"
- test -d bind-qa && git fetch -C bind-qa || git clone --single-branch --branch=shotgun --depth=1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.isc.org/isc-private/bind-qa.git
- git -C bind-qa clean -ffxdq
- git -C bind-qa reset --hard origin/shotgun
@@ -30,6 +29,7 @@ resolver-shotgun-pipeline-generator:
artifacts:
paths:
- child-pipeline.yaml
- combinations.json
expire_in: "1 hour"
timeout: 5m