Skip to content

Add base goerli benchmark option #33054

Add base goerli benchmark option

Add base goerli benchmark option #33054

Workflow file for this run

name: 'Build Chainlink'
on:
pull_request:
push:
branches:
- master
jobs:
build-chainlink:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build chainlink image
uses: ./.github/actions/build-sign-publish-chainlink
with:
publish: false
sign-images: false
- name: Collect Metrics
if: always()
id: collect-gha-metrics
uses: smartcontractkit/push-gha-metrics-action@f4d2fcbe12e9e44921e0171d24085ab7d2a30bc9 # v2.0.1
with:
basic-auth: ${{ secrets.GRAFANA_CLOUD_BASIC_AUTH }}
hostname: ${{ secrets.GRAFANA_CLOUD_HOST }}
this-job-name: build-chainlink
continue-on-error: true