Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRIB CI integration #13924

Merged
merged 37 commits into from
Aug 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b92d56b
decouple CRIB vars
skudasov Jul 24, 2024
4fcd92d
move CRIB vars to CTF, connect with GAP
skudasov Jul 24, 2024
b29b32a
bump deps
skudasov Aug 5, 2024
91ac0dc
finalize deps
skudasov Aug 5, 2024
a0cf768
update go.mod
skudasov Aug 5, 2024
2ea20b6
Spin up a separate GAP for crib and k8s
chainchad Jul 31, 2024
745fc8e
Change up the ports since 8080 is expected for CRIB connections
chainchad Jul 31, 2024
bd928e9
Use released version of setup-gap action
chainchad Jul 31, 2024
b24f444
increase timeout
skudasov Aug 6, 2024
c90e1e0
less logs
skudasov Aug 6, 2024
d15ecb0
increase timeout
skudasov Aug 6, 2024
cf10d52
increase timeout even more
skudasov Aug 6, 2024
a419828
try creds for one hour
skudasov Aug 6, 2024
040578a
run without chaos
skudasov Aug 6, 2024
3d05695
again
skudasov Aug 6, 2024
89ad386
try to spin up CRIB
skudasov Aug 6, 2024
8acc8bb
use GATI
skudasov Aug 7, 2024
c4e9c5d
update GATI secrets
skudasov Aug 7, 2024
62304f7
use different port
scheibinger Aug 7, 2024
dca099e
fix working dir
scheibinger Aug 7, 2024
208ef03
update ref
scheibinger Aug 7, 2024
0811fab
try fixing working dir
scheibinger Aug 7, 2024
795100b
another try
scheibinger Aug 7, 2024
2f41a98
another try
scheibinger Aug 7, 2024
4921d68
another try
scheibinger Aug 7, 2024
8f8b920
another try
scheibinger Aug 7, 2024
9c9ed92
nix develop
scheibinger Aug 7, 2024
09f4c90
Fix nix develop
scheibinger Aug 7, 2024
0245ba6
turn debug logs on
skudasov Aug 7, 2024
0a58ac5
use local-dev-simulated-core-ocr1 profile
scheibinger Aug 8, 2024
00ad3b3
add teardown step
scheibinger Aug 8, 2024
a3a0927
uppdate crib actions refs
scheibinger Aug 8, 2024
e55e964
add ref comments
scheibinger Aug 8, 2024
7711bd4
reduce logging
skudasov Aug 8, 2024
7ed473f
add a confluence link
skudasov Aug 8, 2024
c99ef07
pin CI versions
skudasov Aug 8, 2024
77d963f
temporary enable a nightly run
skudasov Aug 8, 2024
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
Prev Previous commit
Next Next commit
pin CI versions
  • Loading branch information
skudasov committed Aug 8, 2024
commit c99ef07887e33a048b7116d4e2735fa5b5cc5bd8
4 changes: 2 additions & 2 deletions .github/workflows/crib-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- uses: cachix/install-nix-action@v18 # v18
- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
with:
nix_path: nixpkgs=channel:nixos-unstable

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Setup GitHub token using GATI
id: token
uses: smartcontractkit/.github/actions/setup-github-token@main # main
uses: smartcontractkit/.github/actions/setup-github-token@c0b38e6c40d72d01b8d2f24f92623a2538b3dedb # main
with:
aws-role-arn: ${{ secrets.AWS_OIDC_GLOBAL_READ_ONLY_TOKEN_ISSUER_ROLE_ARN }}
aws-lambda-url: ${{ secrets.AWS_INFRA_RELENG_TOKEN_ISSUER_LAMBDA_URL }}
Expand Down
Loading