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
1e580e50
Unverified
Commit
1e580e50
authored
Feb 01, 2024
by
clabby
Committed by
GitHub
Feb 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run `kontrol-tests` job every six hours rather than on PRs / merges to (#9301)
`develop`
parent
d5baafd7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
config.yml
.circleci/config.yml
+9
-11
No files found.
.circleci/config.yml
View file @
1e580e50
...
@@ -1331,16 +1331,6 @@ jobs:
...
@@ -1331,16 +1331,6 @@ jobs:
resource_class
:
xlarge
resource_class
:
xlarge
steps
:
steps
:
-
checkout
-
checkout
-
run
:
# This is a workaround for how check-changed doesn't work in
# the merge queue. By running this check the kontrol tests will
# run on PR builds and on develop, but not the merge queue.
name
:
Ensure PR/develop
command
:
|
if [ -z "$CIRCLE_PULL_REQUEST" ] && [ "$CIRCLE_BRANCH" != "develop" ]; then
echo "Not a PR or develop branch, skipping kontrol tests"
circleci step halt
fi
-
run
:
-
run
:
name
:
Checkout Submodule
name
:
Checkout Submodule
command
:
make submodules
command
:
make submodules
...
@@ -1354,6 +1344,7 @@ jobs:
...
@@ -1354,6 +1344,7 @@ jobs:
working_directory
:
./packages/contracts-bedrock
working_directory
:
./packages/contracts-bedrock
-
store_artifacts
:
-
store_artifacts
:
path
:
./packages/contracts-bedrock/kontrol-results_latest.tar.gz
path
:
./packages/contracts-bedrock/kontrol-results_latest.tar.gz
-
notify-failures-on-develop
workflows
:
workflows
:
main
:
main
:
...
@@ -1622,7 +1613,6 @@ workflows:
...
@@ -1622,7 +1613,6 @@ 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
-
shellcheck/check
:
-
shellcheck/check
:
name
:
shell-check
name
:
shell-check
# We don't need the `exclude` key as the orb detects the `.shellcheckrc`
# We don't need the `exclude` key as the orb detects the `.shellcheckrc`
...
@@ -1855,6 +1845,14 @@ workflows:
...
@@ -1855,6 +1845,14 @@ workflows:
-
slack
-
slack
-
oplabs-fpp-nodes
-
oplabs-fpp-nodes
scheduled-kontrol-tests
:
when
:
equal
:
[
build_six_hours
,
<<pipeline.schedule.name>>
]
jobs
:
-
kontrol-tests
:
context
:
-
slack
scheduled-docker-publish
:
scheduled-docker-publish
:
when
:
when
:
equal
:
[
build_hourly
,
<<pipeline.schedule.name>>
]
equal
:
[
build_hourly
,
<<pipeline.schedule.name>>
]
...
...
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