Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-31 Thread via GitHub
XComp merged PR #23970: URL: https://github.com/apache/flink/pull/23970 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.

[PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-30 Thread via GitHub
XComp opened a new pull request, #24233: URL: https://github.com/apache/flink/pull/24233 ## What is the purpose of the change Backport of FLINK-33914 to enable GHA workflows also in `release-1.18` ## Brief change log * Cherry-picked FLINK-33914 changes * Conflict resol

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-26 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1912346703 Deprecation warning started to appear which forced me to update the version for `actions/checkout` and `actions/cache` to `v4`. ![Uploading Screenshot from 2024-01-26 17-32-23.png…]()

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-24 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1908054230 * [This force push](https://github.com/apache/flink/compare/2d8452c5abe034a48df6b08eabd1e7088f54c1d4..1557192d0ed323a1265d11512384f720ae3bc268) updates the workflow name to include `(beta)`

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-22 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1904151874 The past two force pushes add the following changes: * `--privileged` parameter was added * container image was changed to the result of FLINK-34194 -- This is an automated message f

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-19 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1901781107 The [past force push](https://github.com/apache/flink/compare/947e77f8535285ebe45d4300e0a6e088aafeae79..081dcd6fa0aebc00eb9a8cb6277695ef431b2e49) squashes the following changes into the rea

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-19 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1901775011 The force push above is a plain rebase to most recent master to include FLINK-33907 and FLINK-34510 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-18 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1898009721 @flinkbot run azure -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-17 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1455049190 ## tools/ci/maven-utils.sh: ## @@ -17,6 +17,7 @@ # Utility for invoking Maven in CI function run_mvn { if [[ "$MVN_RUN_VERBOSE" != "false" ]]; then + $

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-16 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1453642234 ## pom.xml: ## @@ -1110,7 +1122,11 @@ under the License. org.apache.maven.plugins

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-16 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1453451950 ## pom.xml: ## @@ -1110,7 +1122,11 @@ under the License. org.apache.maven.plugins

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-16 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1453456239 ## pom.xml: ## @@ -998,6 +1000,28 @@ under the License. + + github-actions Review Comme

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-16 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1453451950 ## pom.xml: ## @@ -1110,7 +1122,11 @@ under the License. org.apache.maven.plugins

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-16 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1893362185 Force push removed the `inputs.branch` parameter which is not needed anymore when you use branch-specific configuration ([related GHA workflow run](https://github.com/XComp/flink/actions/ru

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-16 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1893339680 [Related GHA workflow run](https://github.com/XComp/flink/actions/runs/7538904416) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448735098 ## .github/workflows/template.flink-ci.yml: ## @@ -0,0 +1,438 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements.

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448732521 ## pom.xml: ## @@ -1104,17 +1103,19 @@ under the License. - -

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448720407 ## .github/actions/job_init/action.yml: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448720407 ## .github/actions/job_init/action.yml: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448653464 ## .github/actions/job_init/action.yml: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448653464 ## .github/actions/job_init/action.yml: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448651392 ## pom.xml: ## @@ -1171,6 +1172,19 @@ under the License.

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448648462 ## .github/actions/job_init/action.yml: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448648335 ## pom.xml: ## @@ -1104,17 +1103,19 @@ under the License. - -

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448611651 ## .github/actions/job_init/action.yml: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448478938 ## .github/workflows/template.flink-ci.yml: ## @@ -0,0 +1,438 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements.

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-11 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1448473230 ## .github/actions/job_init/action.yml: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-10 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1885215058 I triggered another workflow with lower timeouts: https://github.com/XComp/flink/actions/runs/7478072394 ...to double-check that running into time outs works as expected. -- This is an a

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-10 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1885016323 Ok, looks like the CI pipeline is working again: https://github.com/XComp/flink/actions/runs/7475753305/job/20344970380 (the failure in packaging/licensing happened 32019a6f6d7371c0fce2397

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-10 Thread via GitHub
XComp commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1884622423 I reorganized the PRs. This one is now including FLINK-34047 and the updated FLINK-33906. [This workflow run](https://github.com/XComp/flink/actions/runs/7473830290) includes all the chang

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-10 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1447181164 ## .github/workflows/template.flink-ci.yml: ## @@ -0,0 +1,438 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements.

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-10 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1447122636 ## .github/workflows/template.pre-compile-checks.yml: ## @@ -0,0 +1,109 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license a

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-10 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1447078872 ## tools/azure-pipelines/uploading_watchdog.sh: ## @@ -19,6 +19,17 @@ # b) It prints a warning if the test has reached 80% of it's execution time # c) N minutes before

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446999796 ## tools/azure-pipelines/create_build_artifact.sh: ## @@ -28,15 +28,15 @@ echo "Minimizing artifact files" # by removing files not required for subsequent stages # ja

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446291478 ## .github/workflows/template.pre-compile-checks.yml: ## @@ -0,0 +1,109 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license ag

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446358342 ## .github/actions/run_mvn/action.yml: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See t

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446291478 ## .github/workflows/template.pre-compile-checks.yml: ## @@ -0,0 +1,109 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license ag

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446284364 ## .github/workflows/template.pre-compile-checks.yml: ## @@ -0,0 +1,109 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license ag

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446280701 ## .github/workflows/template.pre-compile-checks.yml: ## @@ -0,0 +1,109 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license ag

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446269230 ## .github/workflows/template.pre-compile-checks.yml: ## @@ -0,0 +1,109 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license ag

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446257865 ## .github/actions/run_mvn/action.yml: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446254396 ## pom.xml: ## @@ -998,6 +998,21 @@ under the License. + + github-actions +

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446249763 ## .github/actions/run_mvn/action.yml: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See t

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446249763 ## .github/actions/run_mvn/action.yml: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See t

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
XComp commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1446151938 ## pom.xml: ## @@ -998,6 +998,21 @@ under the License. + + github-actions +

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1445866846 ## .github/actions/run_mvn/action.yml: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2024-01-09 Thread via GitHub
zentol commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1445855300 ## tools/azure-pipelines/unpack_build_artifact.sh: ## @@ -28,15 +28,14 @@ cp -RT "$FLINK_ARTIFACT_DIR" "." echo "Adjusting timestamps" # adjust timestamps of proto f

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2023-12-21 Thread via GitHub
snuyanzin commented on code in PR #23970: URL: https://github.com/apache/flink/pull/23970#discussion_r1433730346 ## .github/actions/set_java_in_container/action.yml: ## @@ -0,0 +1,32 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2023-12-20 Thread via GitHub
flinkbot commented on PR #23970: URL: https://github.com/apache/flink/pull/23970#issuecomment-1864549461 ## CI report: * ff8cb87a2880efbf3c210b31fab2d79a6c57ddee UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-33914][ci] Adds basic Flink CI workflow [flink]

2023-12-20 Thread via GitHub
XComp opened a new pull request, #23970: URL: https://github.com/apache/flink/pull/23970 Based on the following PR(s): * https://github.com/apache/flink/pull/23961 * https://github.com/apache/flink/pull/23962 * https://github.com/apache/flink/pull/23963 * https://github.com/apache