Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
ea77d5a1
Unverified
Commit
ea77d5a1
authored
Oct 27, 2023
by
Adrian Sutton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Notify slack when semgrep or docker publish fails on develop branch
parent
0b5074a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
11 deletions
+31
-11
config.yml
.circleci/config.yml
+31
-11
No files found.
.circleci/config.yml
View file @
ea77d5a1
...
...
@@ -58,6 +58,19 @@ commands:
cd ops/check-changed
pip3 install -r requirements.txt
python3 main.py "<<parameters.patterns>>"
notify-failures-on-develop
:
description
:
"
Notify
Slack"
parameters
:
channel
:
type
:
string
default
:
C03N11M0BBN
steps
:
-
slack/notify
:
channel
:
<< parameters.channel >>
event
:
fail
template
:
basic_fail_1
branch_pattern
:
develop
jobs
:
cannon-go-lint-and-test
:
docker
:
...
...
@@ -260,6 +273,10 @@ jobs:
<<parameters.docker_name>>
no_output_timeout
:
45m
-
when
:
condition
:
"
<<parameters.publish>>"
steps
:
-
notify-failures-on-develop
-
when
:
condition
:
"
<<parameters.save_image_tag>>"
steps
:
...
...
@@ -585,10 +602,7 @@ jobs:
-
run
:
name
:
Check TODO issues
command
:
./ops/scripts/todo-checker.sh --verbose
-
slack/notify
:
channel
:
C03N11M0BBN
event
:
fail
template
:
basic_fail_1
-
notify-failures-on-develop
bedrock-markdown
:
machine
:
...
...
@@ -632,10 +646,8 @@ jobs:
name
:
link lint
command
:
|
make bedrock-markdown-links
-
slack/notify
:
-
notify-failures-on-develop
:
channel
:
C055R639XT9
#notify-link-check
event
:
fail
template
:
basic_fail_1
fuzz-golang
:
parameters
:
...
...
@@ -1114,6 +1126,7 @@ jobs:
-
run
:
name
:
"
Semgrep
scan"
command
:
semgrep ci
-
notify-failures-on-develop
go-mod-download
:
docker
:
...
...
@@ -1173,10 +1186,7 @@ jobs:
command
:
|
make verify-goerli
working_directory
:
op-program
-
slack/notify
:
channel
:
C03N11M0BBN
event
:
fail
template
:
basic_fail_1
-
notify-failures-on-develop
op-program-compat
:
docker
:
...
...
@@ -1672,6 +1682,7 @@ workflows:
platforms
:
"
linux/amd64,linux/arm64"
context
:
-
oplabs-gcr
-
slack
-
docker-build
:
name
:
op-node-docker-publish
docker_name
:
op-node
...
...
@@ -1681,6 +1692,7 @@ workflows:
publish
:
true
context
:
-
oplabs-gcr
-
slack
-
docker-build
:
name
:
op-batcher-docker-publish
docker_name
:
op-batcher
...
...
@@ -1690,6 +1702,7 @@ workflows:
publish
:
true
context
:
-
oplabs-gcr
-
slack
-
docker-build
:
name
:
op-program-docker-publish
docker_name
:
op-program
...
...
@@ -1699,6 +1712,7 @@ workflows:
publish
:
true
context
:
-
oplabs-gcr
-
slack
-
docker-build
:
name
:
op-proposer-docker-publish
docker_name
:
op-proposer
...
...
@@ -1708,6 +1722,7 @@ workflows:
publish
:
true
context
:
-
oplabs-gcr
-
slack
-
docker-build
:
name
:
op-challenger-docker-publish
docker_name
:
op-challenger
...
...
@@ -1717,6 +1732,7 @@ workflows:
publish
:
true
context
:
-
oplabs-gcr
-
slack
-
docker-build
:
name
:
op-heartbeat-docker-publish
docker_name
:
op-heartbeat
...
...
@@ -1726,6 +1742,7 @@ workflows:
publish
:
true
context
:
-
oplabs-gcr
-
slack
-
docker-build
:
name
:
indexer-docker-publish
docker_name
:
indexer
...
...
@@ -1733,6 +1750,7 @@ workflows:
publish
:
true
context
:
-
oplabs-gcr
-
slack
platforms
:
"
linux/amd64,linux/arm64"
-
docker-build
:
name
:
chain-mon-docker-publish
...
...
@@ -1741,6 +1759,7 @@ workflows:
publish
:
true
context
:
-
oplabs-gcr
-
slack
-
docker-build
:
name
:
ufm-metamask-docker-publish
docker_name
:
ufm-metamask
...
...
@@ -1748,3 +1767,4 @@ workflows:
publish
:
true
context
:
-
oplabs-gcr
-
slack
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment