Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-21 Thread via GitHub
exceptionfactory closed pull request #7858: NIFI-12178 add integration-tests and docker-tests github actions URL: https://github.com/apache/nifi/pull/7858 -- 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 g

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-19 Thread via GitHub
ChrisSamo632 commented on PR #7858: URL: https://github.com/apache/nifi/pull/7858#issuecomment-1770578433 @exceptionfactory have rebased from `main` latest after you merged NIFI-12175 - all new & existing test Workflows now passing without errors or warnings (from the Github Runners) 👍 -

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-19 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1365311280 ## .github/workflows/docker-tests.yml: ## @@ -0,0 +1,189 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-19 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1365311773 ## .github/workflows/docker-tests.yml: ## @@ -0,0 +1,189 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-17 Thread via GitHub
exceptionfactory commented on PR #7858: URL: https://github.com/apache/nifi/pull/7858#issuecomment-1766981607 > @exceptionfactory RE [#7858 (comment)](https://github.com/apache/nifi/pull/7858#discussion_r1362094730) (skipping the `rm -rf` Clean step for the `docker-tests`) > > The la

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-17 Thread via GitHub
ChrisSamo632 commented on PR #7858: URL: https://github.com/apache/nifi/pull/7858#issuecomment-1766976777 @exceptionfactory RE https://github.com/apache/nifi/pull/7858#discussion_r1362094730 (skipping the `rm -rf` Clean step for the `docker-tests`) The last run of the Workflow in thi

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-17 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1362608944 ## .github/workflows/docker-tests.yml: ## @@ -0,0 +1,189 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-17 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1362608175 ## .github/workflows/ci-workflow.yml: ## @@ -75,7 +76,7 @@ env: -pl -nifi-toolkit/nifi-toolkit-assembly concurrency: - group: ${{ github.ref }} + group: ${{

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-17 Thread via GitHub
exceptionfactory commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1362093065 ## .github/workflows/docker-tests.yml: ## @@ -0,0 +1,189 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-13 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1358711103 ## .github/workflows/docker-tests.yml: ## @@ -0,0 +1,189 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-13 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1358710047 ## .github/workflows/docker-tests.yml: ## @@ -0,0 +1,189 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-12 Thread via GitHub
ChrisSamo632 commented on PR #7858: URL: https://github.com/apache/nifi/pull/7858#issuecomment-1760278886 @exceptionfactory I've rebased from latest `main` as there have been quite a few changes over the past few days. I also noticed I'd missed the `nifi-toolkit` tests from the new `

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350475506 ## .github/workflows/integration-tests.yml: ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreemen

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350464137 ## .github/workflows/integration-tests.yml: ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreemen

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350441586 ## .github/workflows/integration-tests.yml: ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreemen

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
exceptionfactory commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350426672 ## .github/workflows/integration-tests.yml: ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agre

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350422453 ## .github/workflows/integration-tests.yml: ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreemen

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
exceptionfactory commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350421810 ## .github/workflows/integration-tests.yml: ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agre

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350419864 ## .github/workflows/integration-tests.yml: ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreemen

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350406115 ## .github/workflows/docker-tests.yml: ## @@ -0,0 +1,164 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
exceptionfactory commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350404340 ## .github/workflows/integration-tests.yml: ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agre

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350403028 ## .github/workflows/integration-tests.yml: ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreemen

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350400194 ## .github/workflows/integration-tests.yml: ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreemen

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
ChrisSamo632 commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350393878 ## .github/workflows/system-tests.yml: ## @@ -64,71 +64,45 @@ env: -pl nifi-system-tests/nifi-system-test-suite -pl nifi-system-tests/nifi-stateless-system-

Re: [PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-09 Thread via GitHub
exceptionfactory commented on code in PR #7858: URL: https://github.com/apache/nifi/pull/7858#discussion_r1350345069 ## .github/workflows/system-tests.yml: ## @@ -64,71 +64,45 @@ env: -pl nifi-system-tests/nifi-system-test-suite -pl nifi-system-tests/nifi-stateless-sys

[PR] NIFI-12178 add integration-tests and docker-tests github actions [nifi]

2023-10-08 Thread via GitHub
ChrisSamo632 opened a new pull request, #7858: URL: https://github.com/apache/nifi/pull/7858 # Summary [NIFI-12178](https://issues.apache.org/jira/browse/NIFI-12178) add integration-tests and docker-tests github actions # Trac