From e8429542e448791bfae2d1b340079dceb49dd7cb Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:28:51 -0500 Subject: [PATCH 01/15] test run --- .github/workflows/george.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/george.yaml diff --git a/.github/workflows/george.yaml b/.github/workflows/george.yaml new file mode 100644 index 00000000..ae3cc983 --- /dev/null +++ b/.github/workflows/george.yaml @@ -0,0 +1,11 @@ +steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Setup Java + uses: actions/setup-java@v4 + + - name: Use custom workflow from nm-actions + uses: neuralmagic/nmstore@pilot + with: + workflow-file: workflow/common/quality-check.yaml \ No newline at end of file From edeeebe7de3f9ac36a6c22f0f9866e86ee61a13d Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:30:45 -0500 Subject: [PATCH 02/15] foo --- .github/workflows/george.yaml | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/.github/workflows/george.yaml b/.github/workflows/george.yaml index ae3cc983..6e249e2a 100644 --- a/.github/workflows/george.yaml +++ b/.github/workflows/george.yaml @@ -1,11 +1,24 @@ -steps: - - name: Checkout code - uses: actions/checkout@v4 +name: george +on: + push: + branches: + - main + - 'release/*' + pull_request: + branches: + - main + - 'release/*' +jobs: + quality-check: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 - - name: Setup Java - uses: actions/setup-java@v4 + - name: Setup Java + uses: actions/setup-java@v4 - - name: Use custom workflow from nm-actions - uses: neuralmagic/nmstore@pilot - with: - workflow-file: workflow/common/quality-check.yaml \ No newline at end of file + - name: Use custom workflow from nm-actions + uses: neuralmagic/nmstore@pilot + with: + workflow-file: workflow/common/quality-check.yaml \ No newline at end of file From 00120944d3952547bb680c6a1471db851d23ba34 Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:42:43 -0500 Subject: [PATCH 03/15] test --- .github/workflows/echo.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/echo.yaml diff --git a/.github/workflows/echo.yaml b/.github/workflows/echo.yaml new file mode 100644 index 00000000..9906cebf --- /dev/null +++ b/.github/workflows/echo.yaml @@ -0,0 +1,19 @@ +name: Use Echo Action +on: + push: + branches: + - main + pull_request: + branches: + - main + - 'release/*' + +jobs: + my-job: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Use Echo Action from repo1 + uses: neuralmagic/nmstore/actions/commmon/test/actions@pilot \ No newline at end of file From 517f3c73e4b5ca6f784ccbea3ca6cf030310d159 Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:44:54 -0500 Subject: [PATCH 04/15] run echo --- .github/workflows/echo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/echo.yaml b/.github/workflows/echo.yaml index 9906cebf..21a918f7 100644 --- a/.github/workflows/echo.yaml +++ b/.github/workflows/echo.yaml @@ -16,4 +16,4 @@ jobs: uses: actions/checkout@v2 - name: Use Echo Action from repo1 - uses: neuralmagic/nmstore/actions/commmon/test/actions@pilot \ No newline at end of file + uses: neuralmagic/nmstore/actions/commmon/test@pilot \ No newline at end of file From e7e91ab47ff0c9c5f65450c7f030f5b40b110110 Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:46:04 -0500 Subject: [PATCH 05/15] . --- .github/workflows/echo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/echo.yaml b/.github/workflows/echo.yaml index 21a918f7..4b062f0a 100644 --- a/.github/workflows/echo.yaml +++ b/.github/workflows/echo.yaml @@ -16,4 +16,4 @@ jobs: uses: actions/checkout@v2 - name: Use Echo Action from repo1 - uses: neuralmagic/nmstore/actions/commmon/test@pilot \ No newline at end of file + uses: /neuralmagic/nmstore/actions/commmon/test@pilot \ No newline at end of file From 78e94507249a43148762b2b0d4f3031674ab2ed2 Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:46:32 -0500 Subject: [PATCH 06/15] . --- .github/workflows/echo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/echo.yaml b/.github/workflows/echo.yaml index 4b062f0a..6e0cc21b 100644 --- a/.github/workflows/echo.yaml +++ b/.github/workflows/echo.yaml @@ -16,4 +16,4 @@ jobs: uses: actions/checkout@v2 - name: Use Echo Action from repo1 - uses: /neuralmagic/nmstore/actions/commmon/test@pilot \ No newline at end of file + uses: /nmstore/actions/commmon/test@pilot \ No newline at end of file From 19111539d82a6d264a4896a1065d8eda3c039816 Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:48:46 -0500 Subject: [PATCH 07/15] . --- .github/workflows/echo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/echo.yaml b/.github/workflows/echo.yaml index 6e0cc21b..ed71e8db 100644 --- a/.github/workflows/echo.yaml +++ b/.github/workflows/echo.yaml @@ -16,4 +16,4 @@ jobs: uses: actions/checkout@v2 - name: Use Echo Action from repo1 - uses: /nmstore/actions/commmon/test@pilot \ No newline at end of file + uses: neuralmagic/nmstore/actions/common/test \ No newline at end of file From e614cec493b90a46c2122d1a09aa36c1ecc37935 Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:49:53 -0500 Subject: [PATCH 08/15] . --- .github/workflows/echo.yaml | 2 +- .github/workflows/george.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/echo.yaml b/.github/workflows/echo.yaml index ed71e8db..979f36e8 100644 --- a/.github/workflows/echo.yaml +++ b/.github/workflows/echo.yaml @@ -16,4 +16,4 @@ jobs: uses: actions/checkout@v2 - name: Use Echo Action from repo1 - uses: neuralmagic/nmstore/actions/common/test \ No newline at end of file + uses: neuralmagic/nmstore/actions/common/test@pilot \ No newline at end of file diff --git a/.github/workflows/george.yaml b/.github/workflows/george.yaml index 6e249e2a..b1b58d99 100644 --- a/.github/workflows/george.yaml +++ b/.github/workflows/george.yaml @@ -19,6 +19,6 @@ jobs: uses: actions/setup-java@v4 - name: Use custom workflow from nm-actions - uses: neuralmagic/nmstore@pilot + uses: neuralmagic/nmstore/actions/common with: workflow-file: workflow/common/quality-check.yaml \ No newline at end of file From e026df1808b56c200b72c766725f231ce6b5137e Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:52:48 -0500 Subject: [PATCH 09/15] . --- .github/workflows/george.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/george.yaml b/.github/workflows/george.yaml index b1b58d99..c4d45069 100644 --- a/.github/workflows/george.yaml +++ b/.github/workflows/george.yaml @@ -19,6 +19,6 @@ jobs: uses: actions/setup-java@v4 - name: Use custom workflow from nm-actions - uses: neuralmagic/nmstore/actions/common + uses: euralmagic/nmstore/actions/common@pilot with: workflow-file: workflow/common/quality-check.yaml \ No newline at end of file From c18d34c91743cf1235e87eff7dd13936c3cbf61d Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 16:53:51 -0500 Subject: [PATCH 10/15] . --- .github/workflows/george.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/george.yaml b/.github/workflows/george.yaml index c4d45069..a484c97a 100644 --- a/.github/workflows/george.yaml +++ b/.github/workflows/george.yaml @@ -19,6 +19,6 @@ jobs: uses: actions/setup-java@v4 - name: Use custom workflow from nm-actions - uses: euralmagic/nmstore/actions/common@pilot + uses: neuralmagic/nmstore/actions/common@pilot with: workflow-file: workflow/common/quality-check.yaml \ No newline at end of file From 3d6aa32d01ee62c61416201ea64ed9975831bbb6 Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 21:40:17 -0500 Subject: [PATCH 11/15] . --- .github/workflows/echo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/echo.yaml b/.github/workflows/echo.yaml index 979f36e8..15cc3acb 100644 --- a/.github/workflows/echo.yaml +++ b/.github/workflows/echo.yaml @@ -14,6 +14,5 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - - name: Use Echo Action from repo1 - uses: neuralmagic/nmstore/actions/common/test@pilot \ No newline at end of file + uses: neuralmagic/nmstore/actions/demo/test@pilot \ No newline at end of file From 7f735437a44958c2169711d017b1ea9d1b4170fe Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 21:41:52 -0500 Subject: [PATCH 12/15] . --- .github/workflows/echo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/echo.yaml b/.github/workflows/echo.yaml index 15cc3acb..4a498dac 100644 --- a/.github/workflows/echo.yaml +++ b/.github/workflows/echo.yaml @@ -15,4 +15,4 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Use Echo Action from repo1 - uses: neuralmagic/nmstore/actions/demo/test@pilot \ No newline at end of file + uses: neuralmagic/nmstore/actions/demo@pilot \ No newline at end of file From e5df36a10525eb45340f1392b96407618cdd809b Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 22:14:28 -0500 Subject: [PATCH 13/15] . --- .github/workflows/echo.yaml | 4 ++-- .github/workflows/george.yaml | 24 ------------------------ 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 .github/workflows/george.yaml diff --git a/.github/workflows/echo.yaml b/.github/workflows/echo.yaml index 4a498dac..bf798b03 100644 --- a/.github/workflows/echo.yaml +++ b/.github/workflows/echo.yaml @@ -14,5 +14,5 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - - name: Use Echo Action from repo1 - uses: neuralmagic/nmstore/actions/demo@pilot \ No newline at end of file + - name: Use Echo Action from nmstore + uses: neuralmagic/nmstore/common/test@pilot \ No newline at end of file diff --git a/.github/workflows/george.yaml b/.github/workflows/george.yaml deleted file mode 100644 index a484c97a..00000000 --- a/.github/workflows/george.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: george -on: - push: - branches: - - main - - 'release/*' - pull_request: - branches: - - main - - 'release/*' -jobs: - quality-check: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Setup Java - uses: actions/setup-java@v4 - - - name: Use custom workflow from nm-actions - uses: neuralmagic/nmstore/actions/common@pilot - with: - workflow-file: workflow/common/quality-check.yaml \ No newline at end of file From 91a7d56b1304adef1b695ecef8d86082dc591f09 Mon Sep 17 00:00:00 2001 From: 21 Date: Tue, 13 Feb 2024 22:50:14 -0500 Subject: [PATCH 14/15] . --- .github/workflows/echo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/echo.yaml b/.github/workflows/echo.yaml index bf798b03..c3dfaf03 100644 --- a/.github/workflows/echo.yaml +++ b/.github/workflows/echo.yaml @@ -15,4 +15,4 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Use Echo Action from nmstore - uses: neuralmagic/nmstore/common/test@pilot \ No newline at end of file + uses: neuralmagic/nmstore/tests/docker@pilot \ No newline at end of file From bc4e2078d91e758e68d2663f72550c9c904ef890 Mon Sep 17 00:00:00 2001 From: 21 Date: Wed, 14 Feb 2024 10:38:12 -0500 Subject: [PATCH 15/15] try without docker --- .github/workflows/foo.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/foo.yaml diff --git a/.github/workflows/foo.yaml b/.github/workflows/foo.yaml new file mode 100644 index 00000000..427e51b7 --- /dev/null +++ b/.github/workflows/foo.yaml @@ -0,0 +1,18 @@ +name: Use Echo Action +on: + push: + branches: + - main + pull_request: + branches: + - main + - 'release/*' + +jobs: + my-job: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + - name: Use Echo Action from nmstore + uses: neuralmagic/nmstore/tests/stuff@pilot \ No newline at end of file