mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Update URLs and paths for the BIND 9 QA repository
Since the BIND 9 QA repository has been made public, adjust the relevant URLs and paths used in .gitlab-ci.yml so that they work with the public version of that repository.
This commit is contained in:
@@ -471,14 +471,14 @@ stages:
|
|||||||
- *configure
|
- *configure
|
||||||
- make -j${BUILD_PARALLEL_JOBS:-1} V=1
|
- make -j${BUILD_PARALLEL_JOBS:-1} V=1
|
||||||
- *setup_interfaces
|
- *setup_interfaces
|
||||||
- git clone --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.isc.org/isc-private/bind-qa.git
|
- git clone --depth 1 https://gitlab.isc.org/isc-projects/bind9-qa.git
|
||||||
- cd bind-qa/bind9/respdiff
|
- cd bind9-qa/respdiff
|
||||||
needs: []
|
needs: []
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- bind-qa/bind9/respdiff
|
- bind9-qa/respdiff
|
||||||
exclude:
|
exclude:
|
||||||
- bind-qa/bind9/respdiff/rspworkdir/data.mdb # Exclude a 10 GB file.
|
- bind9-qa/respdiff/rspworkdir/data.mdb # Exclude a 10 GB file.
|
||||||
untracked: true
|
untracked: true
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
@@ -1613,8 +1613,8 @@ shotgun:dot:
|
|||||||
- *setup_interfaces
|
- *setup_interfaces
|
||||||
- make -k all V=1
|
- make -k all V=1
|
||||||
- make DESTDIR="${INSTALL_PATH}" install
|
- make DESTDIR="${INSTALL_PATH}" install
|
||||||
- git clone --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.isc.org/isc-private/bind-qa.git
|
- git clone --depth 1 https://gitlab.isc.org/isc-projects/bind9-qa.git
|
||||||
- cd bind-qa/bind9/stress
|
- cd bind9-qa/stress
|
||||||
- LD_LIBRARY_PATH="${INSTALL_PATH}/usr/local/lib" BIND_INSTALL_PATH="${INSTALL_PATH}/usr/local" WORKSPACE="${CI_PROJECT_DIR}" bash stress.sh
|
- LD_LIBRARY_PATH="${INSTALL_PATH}/usr/local/lib" BIND_INSTALL_PATH="${INSTALL_PATH}/usr/local" WORKSPACE="${CI_PROJECT_DIR}" bash stress.sh
|
||||||
needs:
|
needs:
|
||||||
- job: autoreconf
|
- job: autoreconf
|
||||||
@@ -1844,5 +1844,5 @@ backports:
|
|||||||
- git remote get-url origin | sed -e "s/gitlab-ci-token:$CI_JOB_TOKEN/oauth2:$BACKPORT_GITLAB_API_TOKEN/" | xargs git remote set-url --push origin
|
- git remote get-url origin | sed -e "s/gitlab-ci-token:$CI_JOB_TOKEN/oauth2:$BACKPORT_GITLAB_API_TOKEN/" | xargs git remote set-url --push origin
|
||||||
# force-pushing is disabled so we have to have merge request on top
|
# force-pushing is disabled so we have to have merge request on top
|
||||||
- MERGE_REQUEST_ID="$(git log -1 --format='%b' | sed --silent -e 's/^See merge request [^!]\+!//p')"
|
- MERGE_REQUEST_ID="$(git log -1 --format='%b' | sed --silent -e 's/^See merge request [^!]\+!//p')"
|
||||||
- git clone --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.isc.org/isc-private/bind-qa.git
|
- git clone --depth 1 https://gitlab.isc.org/isc-projects/bind9-qa.git
|
||||||
- bind-qa/bind9/releng/backport_mr.py $CI_PROJECT_ID "$MERGE_REQUEST_ID"
|
- bind9-qa/releng/backport_mr.py $CI_PROJECT_ID "$MERGE_REQUEST_ID"
|
||||||
|
Reference in New Issue
Block a user