Skia has proposed merging ~hyask/qa-jenkins-jobs:skia/rtd-trigger into qa-jenkins-jobs:master.
Requested reviews: Canonical Platform QA Team (canonical-platform-qa) For more details, see: https://code.launchpad.net/~hyask/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/456309 -- Your team Canonical Platform QA Team is requested to review the proposed merge of ~hyask/qa-jenkins-jobs:skia/rtd-trigger into qa-jenkins-jobs:master.
diff --git a/jobs/autopkgtest-cloud/jobs.yaml b/jobs/autopkgtest-cloud/jobs.yaml index 7cc47a9..1a2f7a1 100644 --- a/jobs/autopkgtest-cloud/jobs.yaml +++ b/jobs/autopkgtest-cloud/jobs.yaml @@ -74,7 +74,7 @@ RTD_LATEST_COMMIT=$(curl -H "Authorization: Token ${RTD_TOKEN}" https://readthedocs.org/api/v3/projects/autopkgtest-cloud/builds/ | jq -r '.results[0]' | jq -r '.commit') git clone https://git.launchpad.net/autopkgtest-cloud cd autopkgtest-cloud || exit 1 - if ! git diff --quiet "${RTD_LATEST_COMMIT}" docs/; then + if ! git diff --quiet "${RTD_LATEST_COMMIT}" docs/ .readthedocs.yaml; then printf "Changes have been made to docs since last built version, building on readthedocs...\n" curl -sS -X POST -H "Authorization: Token ${RTD_TOKEN}" https://readthedocs.org/api/v3/projects/autopkgtest-cloud/versions/latest/builds/ printf "readthedocs build request submitted\n"
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp