From 9e23192f23709a929c5ef3404f0ee87289e18973 Mon Sep 17 00:00:00 2001 From: Sakamoto Souta Date: Mon, 29 May 2023 05:37:59 +0000 Subject: [PATCH 1/9] set timeout 5m --- .github/workflows/test-server-all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-server-all.yml b/.github/workflows/test-server-all.yml index 2c28ea846..2e7c1ed0b 100644 --- a/.github/workflows/test-server-all.yml +++ b/.github/workflows/test-server-all.yml @@ -11,6 +11,7 @@ env: DOCKER_BUILDKIT: 1 COMPOSE_DOCKER_CLI_BUILD: 1 COMPOSE_FILES_OPT: "-f ./docker-compose.medium.yml -f ./docker-compose.core.yml -f ./docker-compose.benchmark.yml -f ./docker-compose.small.yml -f ./docker-compose.datadog.yml -f ./docker-compose.dev.yml" + SEGMENT_DOWNLOAD_TIMEPIT_MINS: 5 jobs: lint: From d54a71f7ba3ec41ed61c3a0b614c3ce148a17147 Mon Sep 17 00:00:00 2001 From: Sakamoto Souta Date: Mon, 29 May 2023 05:49:03 +0000 Subject: [PATCH 2/9] typo --- .github/workflows/test-server-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-server-all.yml b/.github/workflows/test-server-all.yml index 2e7c1ed0b..8ae2e4ad4 100644 --- a/.github/workflows/test-server-all.yml +++ b/.github/workflows/test-server-all.yml @@ -11,7 +11,7 @@ env: DOCKER_BUILDKIT: 1 COMPOSE_DOCKER_CLI_BUILD: 1 COMPOSE_FILES_OPT: "-f ./docker-compose.medium.yml -f ./docker-compose.core.yml -f ./docker-compose.benchmark.yml -f ./docker-compose.small.yml -f ./docker-compose.datadog.yml -f ./docker-compose.dev.yml" - SEGMENT_DOWNLOAD_TIMEPIT_MINS: 5 + SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5 jobs: lint: From 6f22b7909a1da237feadb2c450e092b919b9308b Mon Sep 17 00:00:00 2001 From: Sakamoto Souta Date: Mon, 29 May 2023 06:02:27 +0000 Subject: [PATCH 3/9] run_name --- .github/workflows/test-server-all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-server-all.yml b/.github/workflows/test-server-all.yml index 8ae2e4ad4..c42b9ec20 100644 --- a/.github/workflows/test-server-all.yml +++ b/.github/workflows/test-server-all.yml @@ -1,3 +1,4 @@ +run-name: ${{ github.workflow }} (${{ github.ref_name }}) name: Build and Run Tests on CC, MC, and BTS Containers on: From 89f28e66f24c94b60ece559d72155440d3224fb1 Mon Sep 17 00:00:00 2001 From: Sakamoto Souta Date: Mon, 29 May 2023 06:10:46 +0000 Subject: [PATCH 4/9] display message --- .github/workflows/test-server-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-server-all.yml b/.github/workflows/test-server-all.yml index c42b9ec20..f3f97d040 100644 --- a/.github/workflows/test-server-all.yml +++ b/.github/workflows/test-server-all.yml @@ -1,4 +1,4 @@ -run-name: ${{ github.workflow }} (${{ github.ref_name }}) +run-name: ${{ github.ref_name }} [${{ github.event.head_commit.message }}] name: Build and Run Tests on CC, MC, and BTS Containers on: From c40787b66c808ca1835be6bd4eb53b092e7a1d35 Mon Sep 17 00:00:00 2001 From: Sakamoto Souta Date: Mon, 29 May 2023 06:18:03 +0000 Subject: [PATCH 5/9] commits --- .github/workflows/test-server-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-server-all.yml b/.github/workflows/test-server-all.yml index f3f97d040..32c332fc7 100644 --- a/.github/workflows/test-server-all.yml +++ b/.github/workflows/test-server-all.yml @@ -1,4 +1,4 @@ -run-name: ${{ github.ref_name }} [${{ github.event.head_commit.message }}] +run-name: ${{ github.ref_name }} [${{ github.event.pull_request.commits }}] name: Build and Run Tests on CC, MC, and BTS Containers on: From 5ecd59c5f1a1119f1ae0d450241e68e2026df85d Mon Sep 17 00:00:00 2001 From: Sakamoto Souta Date: Mon, 29 May 2023 06:20:56 +0000 Subject: [PATCH 6/9] href --- .github/workflows/test-server-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-server-all.yml b/.github/workflows/test-server-all.yml index 32c332fc7..ccd16032b 100644 --- a/.github/workflows/test-server-all.yml +++ b/.github/workflows/test-server-all.yml @@ -1,4 +1,4 @@ -run-name: ${{ github.ref_name }} [${{ github.event.pull_request.commits }}] +run-name: ${{ github.ref_name }} [${{ github.event.pull_request._links.comments.href }}] name: Build and Run Tests on CC, MC, and BTS Containers on: From b94ea9eaaeaf2dd53d8e606c8efa2d5231b58fd4 Mon Sep 17 00:00:00 2001 From: Sakamoto Souta Date: Mon, 29 May 2023 06:32:51 +0000 Subject: [PATCH 7/9] commits_url --- .github/workflows/test-server-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-server-all.yml b/.github/workflows/test-server-all.yml index ccd16032b..9e0a48f64 100644 --- a/.github/workflows/test-server-all.yml +++ b/.github/workflows/test-server-all.yml @@ -1,4 +1,4 @@ -run-name: ${{ github.ref_name }} [${{ github.event.pull_request._links.comments.href }}] +run-name: ${{ github.ref_name }} [${{ github.event.pull_request.commits_urls }}] name: Build and Run Tests on CC, MC, and BTS Containers on: From 5ee02e75c3c582fbbebb4477d05cb820c27dd390 Mon Sep 17 00:00:00 2001 From: Sakamoto Souta Date: Mon, 29 May 2023 06:35:23 +0000 Subject: [PATCH 8/9] typo --- .github/workflows/test-server-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-server-all.yml b/.github/workflows/test-server-all.yml index 9e0a48f64..1b3e30ebf 100644 --- a/.github/workflows/test-server-all.yml +++ b/.github/workflows/test-server-all.yml @@ -1,4 +1,4 @@ -run-name: ${{ github.ref_name }} [${{ github.event.pull_request.commits_urls }}] +run-name: ${{ github.ref_name }} [${{ github.event.pull_request.commits_url }}] name: Build and Run Tests on CC, MC, and BTS Containers on: From c8de8c4275d1d42f1f220da53268c1f13fc5d1d7 Mon Sep 17 00:00:00 2001 From: Sakamoto Souta Date: Mon, 29 May 2023 06:36:46 +0000 Subject: [PATCH 9/9] delete run name --- .github/workflows/test-server-all.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-server-all.yml b/.github/workflows/test-server-all.yml index 1b3e30ebf..8ae2e4ad4 100644 --- a/.github/workflows/test-server-all.yml +++ b/.github/workflows/test-server-all.yml @@ -1,4 +1,3 @@ -run-name: ${{ github.ref_name }} [${{ github.event.pull_request.commits_url }}] name: Build and Run Tests on CC, MC, and BTS Containers on: