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

Include AL2023 ami for CI testing #1413

Merged
merged 44 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
f09a1fe
Add configurable sleep duration for load balancing tests (#1356)
bryan-aguilar Jul 27, 2023
b5fc302
Bump the cdk-infra-deps group in /cdk_infra with 5 updates (#1350)
dependabot[bot] Jul 31, 2023
7d16e34
Update package name (#1358)
bryan-aguilar Jul 31, 2023
6034caf
Bump the trace-java-client-gradle-deps group (#1359)
dependabot[bot] Aug 2, 2023
950ec1b
Bump the load-gen-gradle-deps group in /load-generator with 4 updates…
dependabot[bot] Aug 2, 2023
46eef0b
Bump the cdk-infra-deps group in /cdk_infra with 8 updates (#1364)
dependabot[bot] Aug 2, 2023
11491a1
Bump the mocked-server-grpc-metric-deps group (#1361)
dependabot[bot] Aug 2, 2023
62f6378
Bump the mocked-server-grpc-race-deps group (#1360)
dependabot[bot] Aug 2, 2023
44dcd16
[chore] Add ignore for package com.github.johnrengelman.shadow (#1369)
vasireddy99 Aug 2, 2023
d5f2b17
[main] Add StatsD feature gate tests (#1355) (#1367)
vasireddy99 Aug 2, 2023
f9c5e81
Bump the root-gradle-deps group with 11 updates (#1373)
dependabot[bot] Aug 3, 2023
0ec3205
Bump the cdk-infra-deps group in /cdk_infra with 6 updates
dependabot[bot] Aug 8, 2023
f102aba
Bump the root-gradle-deps group with 2 updates
dependabot[bot] Aug 8, 2023
1fcdcae
Add the testcases for the load balancing exporter and k8s attributes …
humivo Aug 9, 2023
4223d9f
Fix otlp typo (#1377)
humivo Aug 10, 2023
76f3218
Merge pull request #1374 from aws-observability/dependabot/npm_and_ya…
rapphil Aug 11, 2023
21e6d18
Merge pull request #1375 from aws-observability/dependabot/gradle/roo…
rapphil Aug 11, 2023
348cc3f
Root User Priviledge for awscontainerinsights testcases (#1383)
PaurushGarg Aug 15, 2023
3dcfcf6
Reverting last merge to terraform
PaurushGarg Aug 15, 2023
55d4e9f
Merge pull request #1385 from aws-observability/revert-root-user-terr…
rapphil Aug 15, 2023
6c32e00
Bump the load-gen-gradle-deps group in /load-generator with 3 updates…
dependabot[bot] Aug 21, 2023
4fea190
Bump the cdk-infra-deps group in /cdk_infra with 6 updates (#1381)
dependabot[bot] Aug 21, 2023
6144af8
Bump the root-gradle-deps group with 8 updates (#1387)
dependabot[bot] Aug 21, 2023
81c8b26
Bump the cdk-infra-deps group in /cdk_infra with 7 updates
dependabot[bot] Aug 22, 2023
c3e45e6
Merge pull request #1388 from aws-observability/dependabot/npm_and_ya…
humivo Aug 23, 2023
baf30bb
Update go version to latest (#1398)
bryan-aguilar Sep 6, 2023
7ada924
Bump the load-gen-gradle-deps group in /load-generator with 2 updates…
dependabot[bot] Sep 6, 2023
0cc3216
Bump the cdk-infra-deps group in /cdk_infra with 11 updates (#1395)
dependabot[bot] Sep 6, 2023
035ad5e
Bump the github-actions-deps group with 2 updates (#1394)
dependabot[bot] Sep 6, 2023
c71d7f8
Bump the root-gradle-deps group with 10 updates
dependabot[bot] Sep 6, 2023
021989a
Improve readability (#1384)
rapphil Sep 6, 2023
ecc7ead
Bump gopkg.in/yaml.v3 in /tools/batchTestGenerator (#1393)
dependabot[bot] Sep 6, 2023
54f412d
[release/v0.33.x] Update statsd + Disabling FeatureGate Test (#1397) …
bryan-aguilar Sep 7, 2023
189189b
Fix syntax after refactoring code
rapphil Sep 8, 2023
e37ee04
Merge pull request #1399 from aws-observability/dependabot/gradle/roo…
rapphil Sep 8, 2023
246b38c
Merge pull request #1401 from aws-observability/rapphil-fix-variables
rapphil Sep 8, 2023
c08d8b2
Bump the cdk-infra-deps group in /cdk_infra with 6 updates (#1407)
dependabot[bot] Sep 18, 2023
46493d5
Bump the root-gradle-deps group with 5 updates (#1405)
dependabot[bot] Sep 18, 2023
b04c2a2
Bump the mocked-server-grpc-metric-deps group (#1402)
dependabot[bot] Sep 18, 2023
acd4362
Bump the mocked-server-grpc-race-deps group (#1404)
dependabot[bot] Sep 18, 2023
e7fcb66
Bump the github-actions-deps group with 4 updates (#1408)
dependabot[bot] Sep 18, 2023
9803ced
Add AL2023 ami for CI testing
Kausik-A Sep 21, 2023
d430c99
add test cases for AL2023
Kausik-A Sep 21, 2023
b66f4be
Merge branch 'dev' into dev
Kausik-A Sep 21, 2023
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
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ updates:
patterns:
- "*"
ignore:
- dependency-name: "json-schema-validator"
- dependency-name: "com.github.fge:json-schema-validator"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"

- dependency-name: "com.github.johnrengelman.shadow"
update-types:
- "version-update:semver-major"

- package-ecosystem: "gradle"
# build.gradle stored in `/load-generator` directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cdk-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
run-cdk-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.TEST_FW_ASSUMABLE_ROLE_ARN }}
aws-region: us-west-2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Format Terraform
run: cd terraform && make check-fmt

Expand All @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.INTEG_TEST_TFW_ROLE_ARN }}
role-duration-seconds: 1200
aws-region: us-east-1
- name: Login to ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws
- name: Push validator docker image
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
validator-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
Expand All @@ -26,11 +26,11 @@ jobs:
validator-image-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build validator image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./validator
push: false
Expand All @@ -44,16 +44,16 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: '~1.18.6'
go-version: '~1.21.1'
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Unit test
run: make go-test
cdk-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-load-generator-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.TEST_FW_ASSUMABLE_ROLE_ARN }}
aws-region: us-east-1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run-image-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.TEST_FW_ASSUMABLE_ROLE_ARN }}
aws-region: us-west-2
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
plugins {
// Apply the java plugin to add support for Java
id 'java'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.ben-manes.versions' version '0.48.0'
id 'se.patrikerdes.use-latest-versions' version '0.2.18'

}
Expand All @@ -20,7 +20,7 @@ repositories {

dependencies {
// This dependency is used by the application.
implementation 'com.google.guava:guava:32.0.0-jre'
implementation 'com.google.guava:guava:32.1.2-jre'

// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'
Expand Down
Loading