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
b427e35d
Unverified
Commit
b427e35d
authored
Nov 29, 2023
by
Freeman
Committed by
GitHub
Nov 29, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update config.yml
parent
073b8854
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
config.yml
.circleci/config.yml
+4
-3
No files found.
.circleci/config.yml
View file @
b427e35d
...
@@ -1346,7 +1346,7 @@ jobs:
...
@@ -1346,7 +1346,7 @@ jobs:
command
:
|
command
:
|
./ops/scripts/ci-match-values-between-files.sh "<< parameters.file1_path >>" "<< parameters.pattern_file1 >>" "<< parameters.file2_path >>" "<< parameters.pattern_file2 >>"
./ops/scripts/ci-match-values-between-files.sh "<< parameters.file1_path >>" "<< parameters.pattern_file1 >>" "<< parameters.file2_path >>" "<< parameters.pattern_file2 >>"
test-proof
s
:
kontrol-test
s
:
machine
:
machine
:
image
:
ubuntu-2204:2023.07.2
image
:
ubuntu-2204:2023.07.2
steps
:
steps
:
...
@@ -1354,7 +1354,7 @@ jobs:
...
@@ -1354,7 +1354,7 @@ jobs:
-
check-changed
:
-
check-changed
:
patterns
:
contracts-bedrock/test/kontrol,contracts-bedrock/src/L1/OptimismPortal\.sol
patterns
:
contracts-bedrock/test/kontrol,contracts-bedrock/src/L1/OptimismPortal\.sol
-
run
:
-
run
:
name
:
"
Start
Docker
Container"
name
:
Start Docker Container
command
:
|
command
:
|
export KONTROL_VERSION=$(cat ../../.kontrolrc)
export KONTROL_VERSION=$(cat ../../.kontrolrc)
docker run --name optimism-ci \
docker run --name optimism-ci \
...
@@ -1369,7 +1369,7 @@ jobs:
...
@@ -1369,7 +1369,7 @@ jobs:
docker cp . optimism-ci:/home/user/workspace
docker cp . optimism-ci:/home/user/workspace
docker exec optimism-ci chown -R user:user /home/user
docker exec optimism-ci chown -R user:user /home/user
-
run
:
-
run
:
name
:
'
Run
Kontrol'
name
:
Run Kontrol
command
:
|
command
:
|
docker exec -u user optimism-ci bash -c 'cd packages/contracts-bedrock && ./test/kontrol/kontrol/run-kontrol.sh'
docker exec -u user optimism-ci bash -c 'cd packages/contracts-bedrock && ./test/kontrol/kontrol/run-kontrol.sh'
-
run
:
-
run
:
...
@@ -1621,6 +1621,7 @@ workflows:
...
@@ -1621,6 +1621,7 @@ workflows:
-
check-generated-mocks-op-service
-
check-generated-mocks-op-service
-
cannon-go-lint-and-test
-
cannon-go-lint-and-test
-
cannon-build-test-vectors
-
cannon-build-test-vectors
-
kontrol-tests
release
:
release
:
when
:
when
:
not
:
not
:
...
...
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