Skip to content

Commit

Permalink
Merge branch 'develop' into update-celo-config
Browse files Browse the repository at this point in the history
  • Loading branch information
finleydecker committed Oct 31, 2024
2 parents 4b1396e + 50c1b3d commit 83f5ed7
Show file tree
Hide file tree
Showing 398 changed files with 2,650 additions and 1,790 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-hairs-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#added support enable and disable feed manager
5 changes: 5 additions & 0 deletions .changeset/green-crabs-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#bugfix Update DA oracle config struct members to pointers
2 changes: 1 addition & 1 deletion .github/actions/golangci-lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
- name: golangci-lint
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
with:
version: v1.60.3
version: v1.61.0
only-new-issues: true
args: --out-format colored-line-number,checkstyle:golangci-lint-report.xml
working-directory: ${{ steps.set-working-directory.outputs.golangci-lint-working-directory }}
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,24 @@ jobs:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_SCANNER_OPTS: "-Xms6g -Xmx8g"

trigger-flaky-test-detection:
name: Find New Flaky Tests
uses: ./.github/workflows/find-new-flaky-tests.yml
if: ${{ github.event_name == 'pull_request' }}
with:
repoUrl: 'https://github.com/smartcontractkit/chainlink'
baseRef: ${{ github.base_ref }}
headRef: ${{ github.head_ref }}
runCount: '5'
runThreshold: '1'
runWithRace: true
findByTestFilesDiff: true
findByAffectedPackages: false
slackNotificationAfterTestsChannelId: 'C07TRF65CNS' #flaky-test-detector-notifications
slackNotificationAfterTestsName: 'Flaky Test Detection'
secrets:
SLACK_BOT_TOKEN: ${{ secrets.QA_SLACK_API_KEY }}

clean:
name: Clean Go Tidy & Generate
if: ${{ !contains(join(github.event.pull_request.labels.*.name, ' '), 'skip-smoke-tests') && github.actor != 'dependabot[bot]' }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:

- name: Set up Go
if: ${{ matrix.language == 'go' }}
uses: actions/setup-go@v5.0.2
uses: ./.github/actions/setup-go
with:
go-version-file: 'go.mod'
only-modules: 'true'

- name: Touching core/web/assets/index.html
if: ${{ matrix.language == 'go' }}
Expand Down
Loading

0 comments on commit 83f5ed7

Please sign in to comment.