From 3fda554eb9a8209e34170587c505c30bfc9d38ee Mon Sep 17 00:00:00 2001 From: El Arbi Belfarsi Date: Tue, 2 Jul 2024 09:51:38 -0400 Subject: [PATCH] Reverted LN step removal and other OS disabling. This reverts commit d3bee3496f184a6ef477c8a12311f90af2955158. --- .github/workflows/build-assets.yml | 54 ++++++++++++++++++++++++- .github/workflows/package-manifests.yml | 2 +- 2 files changed, 53 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-assets.yml b/.github/workflows/build-assets.yml index a2aecbfec0d..2e9fd92f236 100644 --- a/.github/workflows/build-assets.yml +++ b/.github/workflows/build-assets.yml @@ -76,7 +76,16 @@ jobs: generateReleaseNotes: false prerelease: ${{ contains(github.ref, '-rc') }} - + - name: Release LN + uses: ncipollo/release-action@v1.14.0 + with: + allowUpdates: true + generateReleaseNotes: false + prerelease: ${{ contains(github.ref, '-rc') }} + owner: ${{ secrets.LNB_ACTOR }} + repo: LN + token: ${{ secrets.LNB_TOKEN }} + tag: ${{ steps.vars.outputs.internal_tag }} build-docker: name: Build Docker @@ -86,7 +95,48 @@ jobs: matrix: include: - os: ubuntu-22.04 - + - os: ubuntu-22.04 + name: k8s + container: true + - os: ubuntu-22.04 + name: docs + documentation: true + - os: ubuntu-20.04 + - os: centos-8 + - os: centos-7 + cmake_options_extra: "-DVCPKG_TARGET_TRIPLET=x64-centos-7-dynamic" + - os: amazonlinux + cmake_options_extra: "-DVCPKG_TARGET_TRIPLET=x64-amazonlinux-dynamic" + - os: rockylinux-8 + - os: ubuntu-22.04 + name: LN k8s + ln: true + container: true + - os: ubuntu-22.04 + name: LN + ln: true + - os: ubuntu-22.04 + name: Enterprise + ee: true + - os: ubuntu-20.04 + name: LN + ln: true + - os: centos-8 + name: LN + cmake_options_extra: "" + ln: true + - os: centos-7 + name: LN + cmake_options_extra: "-DVCPKG_TARGET_TRIPLET=x64-centos-7-dynamic" + ln: true + - os: rockylinux-8 + name: LN + cmake_options_extra: "" + ln: true + - os: centos-7-rh-python38 + name: LN Python 3.8 + cmake_options_extra: "-DVCPKG_TARGET_TRIPLET=x64-centos-7-dynamic -DCUSTOM_LABEL=_rh_python38" + ln: true fail-fast: false steps: diff --git a/.github/workflows/package-manifests.yml b/.github/workflows/package-manifests.yml index f6dd9e9ba0e..2ccdd5902d4 100644 --- a/.github/workflows/package-manifests.yml +++ b/.github/workflows/package-manifests.yml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Pull Docker Image - run: docker pull ${{ secrets.DOCKER_USERNAME }}/package-manifest:latest + run: docker pull ebelfarsi/package-manifest:latest - name: Run Docker Container run: docker run --name package-container -e REPO_OWNER=${{ github.repository_owner }} -e REPO_NAME=HPCC-Platform -e TAG=${{ inputs.tag }} -e GIT_TKN=${{ secrets.LNB_TOKEN }} ebelfarsi/package-manifest:latest