Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

*<http://crossbow.voltrondata.com|Archery crossbow report> for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*
*<https://s3.amazonaws.com/arrow-data/index.html|Archery crossbow report> for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*

:x: *1 failed jobs*
- <https://github.com/apache/crossbow/runs/2|wheel-osx-cp37m>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

*<http://crossbow.voltrondata.com|Archery crossbow report> for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*
*<https://s3.amazonaws.com/arrow-data/index.html|Archery crossbow report> for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*


:tada: *4 successful jobs*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

*<http://crossbow.voltrondata.com|Archery crossbow report> for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*
*<https://s3.amazonaws.com/arrow-data/index.html|Archery crossbow report> for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*

:x: *1 failed jobs*
- <https://github.com/apache/crossbow/runs/2|wheel-osx-cp37m>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Subject: [NIGHTLY] Arrow Build Report for Job ursabot-1: 2 failed, 1 pending

Arrow Build Report for Job ursabot-1

See http://crossbow.voltrondata.com/ for more information.
See https://s3.amazonaws.com/arrow-data/index.html for more information.

All tasks: https://github.com/apache/crossbow/branches/all?query=ursabot-1

Expand Down
2 changes: 1 addition & 1 deletion dev/archery/archery/templates/chat_nightly_report.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
#}
*<http://crossbow.voltrondata.com|Archery crossbow report> for <{{ report.url(report.job.branch) }}|{{ report.job.branch }}>*
*<https://s3.amazonaws.com/arrow-data/index.html|Archery crossbow report> for <{{ report.url(report.job.branch) }}|{{ report.job.branch }}>*
{% if report.tasks_by_state["failure"] %}
:x: *{{ report.tasks_by_state["failure"] | length }} failed jobs*
{% for task_name, task in report.tasks_by_state["failure"] | dictsort -%}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Subject: [NIGHTLY] Arrow Build Report for Job {{report.job.branch}}: {{ (report.

Arrow Build Report for Job {{ report.job.branch }}

See http://crossbow.voltrondata.com/ for more information.
See https://s3.amazonaws.com/arrow-data/index.html for more information.

All tasks: {{ report.url(report.job.branch) }}
{% if report.tasks_by_state["failure"] %}
Expand Down
11 changes: 6 additions & 5 deletions dev/tasks/docs/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ jobs:
- name: Upload preview to S3
env:
{%- raw %}
AWS_ACCESS_KEY_ID: ${{ secrets.CROSSBOW_DOCS_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.CROSSBOW_DOCS_AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.CROSSBOW_DOCS_S3_BUCKET_REGION }}
BUCKET: ${{ secrets.CROSSBOW_DOCS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.CROSSBOW_DOCS_ARROW_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.CROSSBOW_DOCS_ARROW_AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.CROSSBOW_DOCS_ARROW_S3_BUCKET_REGION }}
BUCKET: ${{ secrets.CROSSBOW_DOCS_ARROW_S3_BUCKET }}
{% endraw %}
run: |
aws s3 cp build/docs/ $BUCKET/pr_docs/{{ pr_number }}/ --recursive
echo ":open_book: You can find the preview here: http://crossbow.voltrondata.com/pr_docs/{{ pr_number }}" >> $GITHUB_STEP_SUMMARY
echo ":open_book: You can find the preview here: https://s3.amazonaws.com/arrow-data/pr_docs/{{ pr_number }}/index.html" >> $GITHUB_STEP_SUMMARY

{% endif %}
- name: Prepare Docs artifacts
run: |
Expand Down
2 changes: 1 addition & 1 deletion r/PACKAGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For a high-level overview of the Arrow release process see the [Apache Arrow Rel

- [ ] [Create a GitHub issue](https://github.com/apache/arrow/issues/new/) entitled `[R] CRAN packaging checklist for version X.Y.Z` and copy this checklist to the issue.
- [ ] Review deprecated functions to advance their deprecation status.
- [ ] Evaluate the status of any failing [nightly tests and nightly packaging builds](http://crossbow.voltrondata.com). These checks replicate most of the checks that CRAN runs, so we need them all to be passing or to understand that the failures may (though won't necessarily) result in a rejection from CRAN.
- [ ] Evaluate the status of any failing [nightly tests and nightly packaging builds](https://s3.amazonaws.com/arrow-data/index.html). These checks replicate most of the checks that CRAN runs, so we need them all to be passing or to understand that the failures may (though won't necessarily) result in a rejection from CRAN.
- [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_arrow.html).
- [ ] Ensure the contents of the README are accurate and up to date.
- [ ] Run `urlchecker::url_check()` on the R directory at the release candidate.
Expand Down
Loading