From ce1db87236f87f412ce0e30ce42ced5215937b61 Mon Sep 17 00:00:00 2001 From: Shana Date: Tue, 20 Dec 2022 15:48:16 -0800 Subject: [PATCH 1/4] [i44] add build-test-lint.yaml --- .github/workflows/build-test-lint.yaml | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/build-test-lint.yaml diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml new file mode 100644 index 00000000..f93f5a22 --- /dev/null +++ b/.github/workflows/build-test-lint.yaml @@ -0,0 +1,35 @@ +name: "Build Test Lint" +on: + push: + branches: + - main + pull_request: + branches: + - main + # workflow_dispatch: + # inputs: + # debug_enabled: + # type: boolean + # description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' + # required: false + # default: false + +jobs: + # build: + # uses: scientist-softserv/actions/.github/workflows/build.yaml@v3plus5 + # secrets: inherit + # with: + # platforms: "linux/amd64" + # target: hyku-base + # worker: true + # workerTarget: hyku-worker + # test: + # needs: build + # uses: scientist-softserv/actions/.github/workflows/test.yaml@v3plus5 + # with: + # worker: true + lint: + needs: build + uses: scientist-softserv/actions/.github/workflows/lint.yaml@v3plus5 + with: + worker: true From 1f3fbfc34800275086751742fee7491bad560518 Mon Sep 17 00:00:00 2001 From: Shana Date: Wed, 21 Dec 2022 09:24:54 -0800 Subject: [PATCH 2/4] revert change --- .github/workflows/build-test-lint.yaml | 40 +++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index f93f5a22..3ef5b760 100644 --- a/.github/workflows/build-test-lint.yaml +++ b/.github/workflows/build-test-lint.yaml @@ -6,28 +6,28 @@ on: pull_request: branches: - main - # workflow_dispatch: - # inputs: - # debug_enabled: - # type: boolean - # description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' - # required: false - # default: false + workflow_dispatch: + inputs: + debug_enabled: + type: boolean + description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' + required: false + default: false jobs: - # build: - # uses: scientist-softserv/actions/.github/workflows/build.yaml@v3plus5 - # secrets: inherit - # with: - # platforms: "linux/amd64" - # target: hyku-base - # worker: true - # workerTarget: hyku-worker - # test: - # needs: build - # uses: scientist-softserv/actions/.github/workflows/test.yaml@v3plus5 - # with: - # worker: true + build: + uses: scientist-softserv/actions/.github/workflows/build.yaml@v3plus5 + secrets: inherit + with: + platforms: "linux/amd64" + target: hyku-base + worker: true + workerTarget: hyku-worker + test: + needs: build + uses: scientist-softserv/actions/.github/workflows/test.yaml@v3plus5 + with: + worker: true lint: needs: build uses: scientist-softserv/actions/.github/workflows/lint.yaml@v3plus5 From ad5f1b48a9e3a85df40d18fb7921f87f8581f7b1 Mon Sep 17 00:00:00 2001 From: Shana Date: Wed, 21 Dec 2022 09:40:25 -0800 Subject: [PATCH 3/4] [i44]-remove references to worker --- .github/workflows/build-test-lint.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index 3ef5b760..f051360c 100644 --- a/.github/workflows/build-test-lint.yaml +++ b/.github/workflows/build-test-lint.yaml @@ -21,15 +21,9 @@ jobs: with: platforms: "linux/amd64" target: hyku-base - worker: true - workerTarget: hyku-worker test: needs: build uses: scientist-softserv/actions/.github/workflows/test.yaml@v3plus5 - with: - worker: true lint: needs: build uses: scientist-softserv/actions/.github/workflows/lint.yaml@v3plus5 - with: - worker: true From 5b41f51f6596776a84109906aa7941c5b36b36a0 Mon Sep 17 00:00:00 2001 From: Shana Date: Wed, 21 Dec 2022 10:48:08 -0800 Subject: [PATCH 4/4] [i44] - change branch version for actions repo --- .github/workflows/build-test-lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index f051360c..f2d704d6 100644 --- a/.github/workflows/build-test-lint.yaml +++ b/.github/workflows/build-test-lint.yaml @@ -23,7 +23,7 @@ jobs: target: hyku-base test: needs: build - uses: scientist-softserv/actions/.github/workflows/test.yaml@v3plus5 + uses: scientist-softserv/actions/.github/workflows/test.yaml@iiif-v3plus5 lint: needs: build - uses: scientist-softserv/actions/.github/workflows/lint.yaml@v3plus5 + uses: scientist-softserv/actions/.github/workflows/lint.yaml@iiif-v3plus5