Skip to content

Commit

Permalink
Reverted CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Feb 8, 2024
1 parent a9bd40d commit 841faf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/integration-tests-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ env:
ENV_JOB_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink-starknet-tests:${{ github.sha }}

jobs:
check_test_compilation:
name: Check integration test compilation
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Setup go
uses: actions/setup-go@v3
with:
go-version-file: "./integration-tests/go.mod"
check-latest: true
cache: true
- run: cd ./integration-tests && go test -run=xxx ./...
build_custom_chainlink_image:
name: Build Custom CL Image
runs-on: ubuntu-latest
Expand Down Expand Up @@ -119,7 +106,7 @@ jobs:
run_tests:
name: Run Smoke Tests
runs-on: ubuntu20.04-16cores-64GB
needs: [ build_custom_chainlink_image, build_test_image, check_test_compilation ]
needs: [ build_custom_chainlink_image, build_test_image ]
environment: integration
# these values need to match those used to build the chainlink image
strategy:
Expand Down
15 changes: 1 addition & 14 deletions .github/workflows/integration-tests-soak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,6 @@ env:
ENV_JOB_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink-starknet-tests:${{ github.sha }}

jobs:
check_test_compilation:
name: Check integration test compilation
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Setup go
uses: actions/setup-go@v3
with:
go-version-file: "./integration-tests/go.mod"
check-latest: true
cache: true
- run: cd ./integration-tests && go test -run=xxx ./...
build_custom_chainlink_image:
name: Build Custom CL Image
runs-on: ubuntu-latest
Expand Down Expand Up @@ -98,7 +85,7 @@ jobs:
run_tests:
name: Run Soak Tests
runs-on: ubuntu-latest
needs: [ build_custom_chainlink_image, check_test_compilation ]
needs: [ build_custom_chainlink_image ]
environment: integration
env:
CHAINLINK_ENV_USER: ${{ github.actor }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ integration-tests/soak/logs
remote.test
ztarrepo.tar.gz
eslint-report.json
.run.id

0 comments on commit 841faf5

Please sign in to comment.