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
c7c0e54e
Commit
c7c0e54e
authored
Mar 02, 2022
by
Matthew Slipper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Update nightly address manager addr, notify on itest failures
parent
c1619de1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
71 additions
and
11 deletions
+71
-11
config.yml
.circleci/config.yml
+71
-11
No files found.
.circleci/config.yml
View file @
c7c0e54e
...
...
@@ -2,7 +2,7 @@ version: 2.1
orbs
:
gcp-gke
:
circleci/gcp-gke@1.3.0
slack
:
circleci/slack@4.5.1
slack-
fail-post-step
:
&slack
-fail-post-step
slack-
nightly-build-fail-post-step
:
&slack-nightly-build
-fail-post-step
post-steps
:
-
slack/notify
:
channel
:
$SLACK_DEFAULT_CHANNEL
...
...
@@ -154,7 +154,7 @@ jobs:
--env PRIVATE_KEY=$NIGHTLY_ITESTS_PRIVKEY \
--env L1_URL=https://nightly-l1.optimism-stacks.net \
--env L2_URL=https://nightly-l2.optimism-stacks.net \
--env ADDRESS_MANAGER=0x
22D4E211ef8704f2ca2d6dfdB32125E2530ACE3e
\
--env ADDRESS_MANAGER=0x
fcA6De8Db94C4d99bD5a7f5De1bb7A039265Ac42
\
--env L2_CHAINID=69 \
--env MOCHA_BAIL=true \
--env MOCHA_TIMEOUT=300000 \
...
...
@@ -190,6 +190,66 @@ workflows:
-
run-itests-nightly
:
context
:
-
optimism
post-steps
:
-
slack/notify
:
channel
:
$SLACK_DEFAULT_CHANNEL
event
:
fail
custom
:
|
{
"text": "",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "🔴 Nightly integration tests failed!"
}
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "View Job"
},
"url": "${CIRCLE_BUILD_URL}"
}
]
}
]
}
-
slack/notify
:
channel
:
$SLACK_DEFAULT_CHANNEL
event
:
pass
custom
:
|
{
"text": "",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "✅ Nightly integration tests passed."
}
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "View Job"
},
"url": "${CIRCLE_BUILD_URL}"
}
]
}
]
}
nightly
:
triggers
:
-
schedule
:
...
...
@@ -203,47 +263,47 @@ workflows:
context
:
-
optimism
-
slack
<<
:
*slack-fail-post-step
<<
:
*slack-
nightly-build-
fail-post-step
-
build-batch-submitter
:
context
:
-
optimism
-
slack
<<
:
*slack-fail-post-step
<<
:
*slack-
nightly-build-
fail-post-step
-
build-deployer
:
context
:
-
optimism
-
slack
<<
:
*slack-fail-post-step
<<
:
*slack-
nightly-build-
fail-post-step
-
build-l2geth
:
context
:
-
optimism
-
slack
<<
:
*slack-fail-post-step
<<
:
*slack-
nightly-build-
fail-post-step
-
build-gas-oracle
:
context
:
-
optimism
-
slack
<<
:
*slack-fail-post-step
<<
:
*slack-
nightly-build-
fail-post-step
-
build-integration-tests
:
context
:
-
optimism
-
slack
<<
:
*slack-fail-post-step
<<
:
*slack-
nightly-build-
fail-post-step
-
build-go-batch-submitter
:
context
:
-
optimism
-
slack
<<
:
*slack-fail-post-step
<<
:
*slack-
nightly-build-
fail-post-step
-
build-proxyd
:
context
:
-
optimism
-
slack
<<
:
*slack-fail-post-step
<<
:
*slack-
nightly-build-
fail-post-step
-
deploy-nightly
:
context
:
-
optimism
-
slack
<<
:
*slack-fail-post-step
<<
:
*slack-
nightly-build-
fail-post-step
requires
:
-
build-dtl
-
build-batch-submitter
...
...
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