File tree 27 files changed +110
-54
lines changed
27 files changed +110
-54
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Airflow
3
+ run-name : |
4
+ Build Airflow (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : airflow
@@ -124,7 +126,7 @@ jobs:
124
126
channel-id : " C07UG6JH44F" # notifications-container-images
125
127
payload : |
126
128
{
127
- "text": "*${{ github.workflow }}* failed",
129
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
128
130
"attachments": [
129
131
{
130
132
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -150,7 +152,7 @@ jobs:
150
152
{
151
153
"type": "button",
152
154
"text": "Go to workflow run",
153
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
155
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
154
156
}
155
157
]
156
158
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Druid
3
+ run-name : |
4
+ Build Druid (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : druid
@@ -126,7 +128,7 @@ jobs:
126
128
channel-id : " C07UG6JH44F" # notifications-container-images
127
129
payload : |
128
130
{
129
- "text": "*${{ github.workflow }}* failed",
131
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
130
132
"attachments": [
131
133
{
132
134
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -152,7 +154,7 @@ jobs:
152
154
{
153
155
"type": "button",
154
156
"text": "Go to workflow run",
155
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
157
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
156
158
}
157
159
]
158
160
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Hadoop
3
+ run-name : |
4
+ Build Hadoop (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : hadoop
@@ -126,7 +128,7 @@ jobs:
126
128
channel-id : " C07UG6JH44F" # notifications-container-images
127
129
payload : |
128
130
{
129
- "text": "*${{ github.workflow }}* failed",
131
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
130
132
"attachments": [
131
133
{
132
134
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -152,7 +154,7 @@ jobs:
152
154
{
153
155
"type": "button",
154
156
"text": "Go to workflow run",
155
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
157
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
156
158
}
157
159
]
158
160
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build HBase
3
+ run-name : |
4
+ Build HBase (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : hbase
@@ -127,7 +129,7 @@ jobs:
127
129
channel-id : " C07UG6JH44F" # notifications-container-images
128
130
payload : |
129
131
{
130
- "text": "*${{ github.workflow }}* failed",
132
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
131
133
"attachments": [
132
134
{
133
135
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -153,7 +155,7 @@ jobs:
153
155
{
154
156
"type": "button",
155
157
"text": "Go to workflow run",
156
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
158
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
157
159
}
158
160
]
159
161
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Hello-World
3
+ run-name : |
4
+ Build Hello-World (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : hello-world
@@ -122,7 +124,7 @@ jobs:
122
124
channel-id : " C07UG6JH44F" # notifications-container-images
123
125
payload : |
124
126
{
125
- "text": "*${{ github.workflow }}* failed",
127
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
126
128
"attachments": [
127
129
{
128
130
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -148,7 +150,7 @@ jobs:
148
150
{
149
151
"type": "button",
150
152
"text": "Go to workflow run",
151
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
153
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
152
154
}
153
155
]
154
156
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Hive
3
+ run-name : |
4
+ Build Hive (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : hive
@@ -127,7 +129,7 @@ jobs:
127
129
channel-id : " C07UG6JH44F" # notifications-container-images
128
130
payload : |
129
131
{
130
- "text": "*${{ github.workflow }}* failed",
132
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
131
133
"attachments": [
132
134
{
133
135
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -153,7 +155,7 @@ jobs:
153
155
{
154
156
"type": "button",
155
157
"text": "Go to workflow run",
156
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
158
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
157
159
}
158
160
]
159
161
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Java Base
3
+ run-name : |
4
+ Build Java Base (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : java-base
@@ -122,7 +124,7 @@ jobs:
122
124
channel-id : " C07UG6JH44F" # notifications-container-images
123
125
payload : |
124
126
{
125
- "text": "*${{ github.workflow }}* failed",
127
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
126
128
"attachments": [
127
129
{
128
130
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -148,7 +150,7 @@ jobs:
148
150
{
149
151
"type": "button",
150
152
"text": "Go to workflow run",
151
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
153
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
152
154
}
153
155
]
154
156
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Java Development
3
+ run-name : |
4
+ Build Java Development (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : java-devel
@@ -122,7 +124,7 @@ jobs:
122
124
channel-id : " C07UG6JH44F" # notifications-container-images
123
125
payload : |
124
126
{
125
- "text": "*${{ github.workflow }}* failed",
127
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
126
128
"attachments": [
127
129
{
128
130
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -148,7 +150,7 @@ jobs:
148
150
{
149
151
"type": "button",
150
152
"text": "Go to workflow run",
151
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
153
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
152
154
}
153
155
]
154
156
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Kafka Testing Tools
3
+ run-name : |
4
+ Build Kafka Testing Tools (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : kafka-testing-tools
@@ -126,7 +128,7 @@ jobs:
126
128
channel-id : " C07UG6JH44F" # notifications-container-images
127
129
payload : |
128
130
{
129
- "text": "*${{ github.workflow }}* failed",
131
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
130
132
"attachments": [
131
133
{
132
134
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -152,7 +154,7 @@ jobs:
152
154
{
153
155
"type": "button",
154
156
"text": "Go to workflow run",
155
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
157
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
156
158
}
157
159
]
158
160
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Kafka
3
+ run-name : |
4
+ Build Kafka (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : kafka
@@ -128,7 +130,7 @@ jobs:
128
130
channel-id : " C07UG6JH44F" # notifications-container-images
129
131
payload : |
130
132
{
131
- "text": "*${{ github.workflow }}* failed",
133
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
132
134
"attachments": [
133
135
{
134
136
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -154,7 +156,7 @@ jobs:
154
156
{
155
157
"type": "button",
156
158
"text": "Go to workflow run",
157
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
159
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
158
160
}
159
161
]
160
162
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build kcat
3
+ run-name : |
4
+ Build kcat (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : kcat
@@ -126,7 +128,7 @@ jobs:
126
128
channel-id : " C07UG6JH44F" # notifications-container-images
127
129
payload : |
128
130
{
129
- "text": "*${{ github.workflow }}* failed",
131
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
130
132
"attachments": [
131
133
{
132
134
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -152,7 +154,7 @@ jobs:
152
154
{
153
155
"type": "button",
154
156
"text": "Go to workflow run",
155
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
157
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
156
158
}
157
159
]
158
160
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Krb5
3
+ run-name : |
4
+ Build Krb5 (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : krb5
@@ -122,7 +124,7 @@ jobs:
122
124
channel-id : " C07UG6JH44F" # notifications-container-images
123
125
payload : |
124
126
{
125
- "text": "*${{ github.workflow }}* failed",
127
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
126
128
"attachments": [
127
129
{
128
130
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -148,7 +150,7 @@ jobs:
148
150
{
149
151
"type": "button",
150
152
"text": "Go to workflow run",
151
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
153
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
152
154
}
153
155
]
154
156
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build NiFi
3
+ run-name : |
4
+ Build NiFi (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : nifi
@@ -126,7 +128,7 @@ jobs:
126
128
channel-id : " C07UG6JH44F" # notifications-container-images
127
129
payload : |
128
130
{
129
- "text": "*${{ github.workflow }}* failed",
131
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
130
132
"attachments": [
131
133
{
132
134
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -152,7 +154,7 @@ jobs:
152
154
{
153
155
"type": "button",
154
156
"text": "Go to workflow run",
155
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
157
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
156
158
}
157
159
]
158
160
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Omid
3
+ run-name : |
4
+ Build Omid (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : omid
@@ -126,7 +128,7 @@ jobs:
126
128
channel-id : " C07UG6JH44F" # notifications-container-images
127
129
payload : |
128
130
{
129
- "text": "*${{ github.workflow }}* failed",
131
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
130
132
"attachments": [
131
133
{
132
134
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -152,7 +154,7 @@ jobs:
152
154
{
153
155
"type": "button",
154
156
"text": "Go to workflow run",
155
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
157
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
156
158
}
157
159
]
158
160
}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build OPA
3
+ run-name : |
4
+ Build OPA (attempt #${{ github.run_attempt }})
3
5
4
6
env :
5
7
PRODUCT_NAME : opa
@@ -124,7 +126,7 @@ jobs:
124
126
channel-id : " C07UG6JH44F" # notifications-container-images
125
127
payload : |
126
128
{
127
- "text": "*${{ github.workflow }}* failed",
129
+ "text": "*${{ github.workflow }}* failed (attempt ${{ github.run_attempt }}) ",
128
130
"attachments": [
129
131
{
130
132
"pretext": "See the details below for a summary of which job(s) failed.",
@@ -150,7 +152,7 @@ jobs:
150
152
{
151
153
"type": "button",
152
154
"text": "Go to workflow run",
153
- "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
155
+ "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }} "
154
156
}
155
157
]
156
158
}
You can’t perform that action at this time.
0 commit comments