From 841faf5f91f1253e3048a1c139c0cb5a9729804c Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Thu, 8 Feb 2024 10:01:36 +0100 Subject: [PATCH] Reverted CI job --- .github/workflows/integration-tests-smoke.yml | 15 +-------------- .github/workflows/integration-tests-soak.yml | 15 +-------------- .gitignore | 1 + 3 files changed, 3 insertions(+), 28 deletions(-) diff --git a/.github/workflows/integration-tests-smoke.yml b/.github/workflows/integration-tests-smoke.yml index edbfbed58..8f7029d1f 100644 --- a/.github/workflows/integration-tests-smoke.yml +++ b/.github/workflows/integration-tests-smoke.yml @@ -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 @@ -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: diff --git a/.github/workflows/integration-tests-soak.yml b/.github/workflows/integration-tests-soak.yml index fc132d6ae..613ff9df0 100644 --- a/.github/workflows/integration-tests-soak.yml +++ b/.github/workflows/integration-tests-soak.yml @@ -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 @@ -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 }} diff --git a/.gitignore b/.gitignore index 3f7d00c1a..fbe323650 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,4 @@ integration-tests/soak/logs remote.test ztarrepo.tar.gz eslint-report.json +.run.id