Skip to content

Commit 66c48c7

Browse files
committed
(d) modify nightly build system for testing
1 parent 511310a commit 66c48c7

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.github/workflows/publish-go-nightly-task.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
169169
170170
sign {
171-
application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
171+
application_identity = "Developer ID Application: Per Tillisch (9M5NQMNWBJ)"
172172
}
173173
174174
# Ask Gon for zip output to force notarization process to take place.
@@ -245,11 +245,11 @@ jobs:
245245
role-session-name: "github_${{ env.PROJECT_NAME }}"
246246
aws-region: ${{ env.AWS_REGION }}
247247

248-
- name: Upload release files on Arduino downloads servers
249-
run: |
250-
aws s3 sync \
251-
${{ env.DIST_DIR }} \
252-
s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.AWS_PLUGIN_TARGET }}nightly
248+
# - name: Upload release files on Arduino downloads servers
249+
# run: |
250+
# aws s3 sync \
251+
# ${{ env.DIST_DIR }} \
252+
# s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.AWS_PLUGIN_TARGET }}nightly
253253

254254
report:
255255
runs-on: ubuntu-latest
@@ -258,15 +258,16 @@ jobs:
258258
permissions: {}
259259

260260
steps:
261-
- name: Report failure
262-
uses: masci/datadog@v1
263-
with:
264-
api-key: ${{ secrets.DD_API_KEY }}
265-
events: |
266-
- title: "${{ env.PROJECT_NAME }} nightly build failed"
267-
text: "Nightly build workflow has failed"
268-
alert_type: "error"
269-
host: ${{ github.repository }}
270-
tags:
271-
- "project:${{ env.PROJECT_NAME }}"
272-
- "workflow:${{ github.workflow }}"
261+
- run: ""
262+
# - name: Report failure
263+
# uses: masci/datadog@v1
264+
# with:
265+
# api-key: ${{ secrets.DD_API_KEY }}
266+
# events: |
267+
# - title: "${{ env.PROJECT_NAME }} nightly build failed"
268+
# text: "Nightly build workflow has failed"
269+
# alert_type: "error"
270+
# host: ${{ github.repository }}
271+
# tags:
272+
# - "project:${{ env.PROJECT_NAME }}"
273+
# - "workflow:${{ github.workflow }}"

0 commit comments

Comments
 (0)