Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions .github/workflows/devenv-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,22 @@ jobs:
role-duration-seconds: 1800
mask-aws-account-id: true

- name: Login to Amazon ECR
- name: Login to private Amazon ECRs
id: login-ecr
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
with:
registries: ${{ format('{0},{1}', secrets.QA_AWS_ACCOUNT_NUMBER, secrets.AWS_ACCOUNT_ID_PROD) }}
env:
AWS_REGION: ${{ secrets.QA_AWS_REGION }}

- name: Login to public Amazon ECR
id: login-ecr-public
uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2.1.1
with:
registry-type: public
env:
AWS_REGION: us-east-1

- name: Set up Go
uses: actions/setup-go@v6 # v6
with:
Expand Down Expand Up @@ -159,7 +167,7 @@ jobs:
tar -xzf ctf.tar.gz
mv ctf bin/ctf
chmod +x bin/ctf

- name: Connect to Tailscale
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
with:
Expand All @@ -177,14 +185,14 @@ jobs:
else
echo "Failed to reach SOT data source: ${SERVICE_URL}"
fi

- name: Run compat test
working-directory: ${{ env.WORKING_DIR }}
shell: bash
env:
CTF_LOG_LEVEL: ${{ env.CTF_LOG_LEVEL }}
FAKE_SERVER_IMAGE: ${{ secrets.FAKE_SERVER_IMAGE }}
REGISTRY: ${{ secrets.REGISTRY_SDLC }}/chainlink
REGISTRY: public.ecr.aws/chainlink/chainlink
STRIP_IMAGE_SUFFIX: ${{ env.STRIP_IMAGE_SUFFIX }}
PRODUCT: ${{ env.PRODUCT }}
NO_GIT_ROLLBACK: ${{ env.NO_GIT_ROLLBACK }}
Expand Down Expand Up @@ -245,4 +253,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: container-logs-smoke-${{ job.check_run_id }}
path: ${{ env.LOGS_DIR }}
path: ${{ env.LOGS_DIR }}
4 changes: 2 additions & 2 deletions .github/workflows/devenv-core-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# cl node Docker container name template, omit if you are using 'devenv'
node-name-template: "don-node%d"
# previous versions to test (sorted by tags, SemVer)
versions-back: "3"
versions-back: "5"
# patterns to exclude specific refs
exclude-refs: "beta,rc,ccip"
# Git refs to test, should be used only for tool testing purposes.
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
# cl node Docker container name template, omit if you are using 'devenv'
node-name-template: "workflow-node%d"
# previous versions to test (sorted by tags, SemVer)
versions-back: "3"
versions-back: "5"
# patterns to exclude specific refs
exclude-refs: "beta,rc,ccip"
# Git refs to test, should be used only for tool testing purposes.
Expand Down
2 changes: 1 addition & 1 deletion core/scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ require (
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260326111235-8c09d1a4491f
github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.12
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.15
github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.20
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5
Expand Down
4 changes: 2 additions & 2 deletions core/scripts/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion system-tests/lib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ require (
github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260323124644-faea187e6997
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260407162454-407b2a207dcc
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.9-0.20260330164022-15e89dd1431f
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.15
github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.15
github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5
Expand Down
4 changes: 2 additions & 2 deletions system-tests/lib/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion system-tests/tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ require (
github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0
github.com/smartcontractkit/chainlink-protos/ring/go v0.0.0-20260331131315-f08a616d8dcd
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260323124644-faea187e6997
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.9-0.20260330164022-15e89dd1431f
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.15
github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.7
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5
Expand Down
4 changes: 2 additions & 2 deletions system-tests/tests/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading