Skip to content

Commit

Permalink
Add back local stack for CN
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 committed Dec 3, 2024
1 parent b8f02b3 commit 1feb1cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ concurrency:
jobs:

MakeAndUploadVendor:
needs: [ CheckBuildTestArtifacts ]
name: 'MakeAndUploadVendor'
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -98,7 +97,6 @@ jobs:
aws s3 cp vendor.tar.gz s3://${{ vars.S3_INTEGRATION_BUCKET_ITAR }}/integration-test/test-vendor/${{ github.sha }}/vendor.tar.gz
GenerateTestMatrix:
needs: [ CheckBuildTestArtifacts ]
name: 'GenerateTestMatrix'
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -183,7 +181,6 @@ jobs:
go test -timeout 1h -package_path=s3://${S3_INTEGRATION_BUCKET}/integration-test/binary/${{ github.sha }}/linux/amd64/amazon-cloudwatch-agent.rpm -iam_role=${CF_IAM_ROLE} -key_name=${CF_KEY_NAME} -metric_name=mem_used_percent
OutputEnvVariables:
needs: [CheckBuildTestArtifacts]
name: 'OutputEnvVariables'
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 1feb1cd

Please sign in to comment.