You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2022/11/03 20:35:31 UTC

[incubator-pekko] branch remove-send-mail-action created (now 3690cc8388)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a change to branch remove-send-mail-action
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


      at 3690cc8388 temporarily remove email action from github builds

This branch includes the following new commits:

     new 3690cc8388 temporarily remove email action from github builds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org


[incubator-pekko] 01/01: temporarily remove email action from github builds

Posted by fa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch remove-send-mail-action
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git

commit 3690cc8388bcef7e92d484c8590412b167049347
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Nov 3 21:34:43 2022 +0100

    temporarily remove email action from github builds
---
 .github/workflows/binary-compatibility-checks.yml |  29 +++---
 .github/workflows/multi-node.yml                  |  61 ++++++------
 .github/workflows/nightly-builds.yml              | 116 +++++++++++-----------
 .github/workflows/publish-docs.yml                |  29 +++---
 .github/workflows/publish.yml                     |  29 +++---
 .github/workflows/scala3-build.yml                |  29 +++---
 .github/workflows/timing-tests.yml                |  29 +++---
 7 files changed, 166 insertions(+), 156 deletions(-)

diff --git a/.github/workflows/binary-compatibility-checks.yml b/.github/workflows/binary-compatibility-checks.yml
index a25b1e369e..c82800c40c 100644
--- a/.github/workflows/binary-compatibility-checks.yml
+++ b/.github/workflows/binary-compatibility-checks.yml
@@ -42,17 +42,18 @@ jobs:
       - name: Check correct MiMa filter directories
         run: sbt -jvm-opts .jvmopts-ci checkMimaFilterDirectories
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      # comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #      Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
diff --git a/.github/workflows/multi-node.yml b/.github/workflows/multi-node.yml
index 9d891f7331..7b861dc47e 100644
--- a/.github/workflows/multi-node.yml
+++ b/.github/workflows/multi-node.yml
@@ -71,22 +71,23 @@ jobs:
             -Dmultinode.Daeron.term.buffer.length=33554432 \
             multiNodeTest
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
+      # comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
           # Using port 465 already sets `secure: true`
-          secure: true
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: Multi node test (Akka)
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Multi node test of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      #    secure: true
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: Multi node test (Akka)
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #      Multi node test of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
       
       - name: Cleanup the environment
         if: ${{ always() }}
@@ -155,22 +156,22 @@ jobs:
             -Dmultinode.Daeron.term.buffer.length=33554432 \
             multiNodeTest
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
           # Using port 465 already sets `secure: true`
-          secure: true
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: Multi node test with Aeron (Akka)
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Multi node test of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      #    secure: true
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: Multi node test with Aeron (Akka)
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #      Multi node test of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
       
       - name: Cleanup the environment
         if: ${{ always() }}
diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml
index 358194612c..acaddf2ab3 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -52,20 +52,21 @@ jobs:
           fail_if_no_tests: false
           skip_publishing: true
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      # comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #      Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
 
   akka-classic-remoting-tests:
     name: Akka Classic Remoting Tests
@@ -106,20 +107,21 @@ jobs:
           -Dakka.cluster.assert=on \
           clean ${{ matrix.command }}
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      # comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #      Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
 
   jdk-nightly-build:
     name: JDK ${{ matrix.jdkVersion }} / Scala ${{ matrix.scalaVersion }}
@@ -203,20 +205,21 @@ jobs:
             -Dakka.build.scalaVersion=${{ matrix.scalaVersion }} \
             "+~ ${{ matrix.scalaVersion }} publishLocal publishM2"
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      # comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #      Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
 
   akka-artery-aeron-tests:
     name: Akka Artery Aeron Tests
@@ -258,17 +261,18 @@ jobs:
           -Daeron.term.buffer.length=33554432 \
           clean ${{ matrix.command }}
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      # comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #      Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml
index f7ec55785c..c734509ec1 100644
--- a/.github/workflows/publish-docs.yml
+++ b/.github/workflows/publish-docs.yml
@@ -37,17 +37,18 @@ jobs:
         env:
           SCP_SECRET: ${{ secrets.SCP_SECRET }}
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      # comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #     Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 8cc926a779..c893affb22 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -36,17 +36,18 @@ jobs:
           SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
           SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      # comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #      Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
diff --git a/.github/workflows/scala3-build.yml b/.github/workflows/scala3-build.yml
index 789dd17d52..9777f88f04 100644
--- a/.github/workflows/scala3-build.yml
+++ b/.github/workflows/scala3-build.yml
@@ -60,17 +60,18 @@ jobs:
           -Dmultinode.XX:+AlwaysActAsServerClassMachine \
           "+~ 3 ${{ matrix.command }}"
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      # comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #      Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml
index 376b617c0b..5a84285933 100644
--- a/.github/workflows/timing-tests.yml
+++ b/.github/workflows/timing-tests.yml
@@ -51,17 +51,18 @@ jobs:
           fail_if_no_tests: false
           skip_publishing: true
 
-      - name: Email on failure
-        if: ${{ failure() }}
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.MAIL_USERNAME}}
-          password: ${{secrets.MAIL_PASSWORD}}
-          subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
-          to: akka.official@gmail.com
-          from: Akka CI (GHActions)
-          body: |
-            Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
-            https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
+      # comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
+      #- name: Email on failure
+      #  if: ${{ failure() }}
+      #  uses: dawidd6/action-send-mail@v3
+      #  with:
+      #    server_address: smtp.gmail.com
+      #    server_port: 465
+      #    username: ${{secrets.MAIL_USERNAME}}
+      #    password: ${{secrets.MAIL_PASSWORD}}
+      #    subject: "Failed: ${{ github.workflow }} / ${{ github.job }}"
+      #    to: akka.official@gmail.com
+      #    from: Akka CI (GHActions)
+      #    body: |
+      #      Job ${{ github.job }} in workflow ${{ github.workflow }} of ${{github.repository}} failed!
+      #      https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org