You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/07/24 21:10:45 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #36840: GH-36839: [CI][Docs] Update test-ubuntu-default-docs to use GitHub actions instead of Azure

raulcd commented on code in PR #36840:
URL: https://github.com/apache/arrow/pull/36840#discussion_r1272759974


##########
dev/tasks/tasks.yml:
##########
@@ -1435,16 +1435,13 @@ tasks:
   {% endfor %}
 
   test-ubuntu-default-docs:
-    ci: azure
-    template: docker-tests/azure.linux.yml
+    ci: github
+    template: docs/github.linux.yml
     params:
-      artifacts: "build/docs.tar.gz"

Review Comment:
   isn't line 1445 below for that:
   ```
       artifacts:
         - docs.tar.gz
   ```
   I think this was unused but I might be confused.
   The validation seems correct on the job triggered via crossbow: https://github.com/ursacomputing/crossbow/actions/runs/5643790115/job/15286296284#step:14:24



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org