Remove commented jobs (#2514)

This commit is contained in:
Javier Adriel
2022-12-16 11:33:12 -06:00
committed by GitHub
parent 35541ef323
commit f917f7d167
3 changed files with 0 additions and 1128 deletions

View File

@@ -1135,187 +1135,6 @@ jobs:
uses: DevExpress/testcafe-action@latest
with:
args: '"chrome:headless" portal-ui/tests/operator/tenant/test-2 --skip-js-errors -c 3'
# all-operator-tests-4:
# name: Operator UI Tests Part 4
# needs:
# - lint-job
# - ui-assets
# - reuse-golang-dependencies
# - semgrep-static-code-analysis
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# go-version: [ 1.18.x ]
# os: [ ubuntu-latest ]
# steps:
# - name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
# uses: actions/setup-go@v2
# with:
# go-version: ${{ matrix.go-version }}
# id: go
# - name: Check out code
# uses: actions/checkout@v2
# # To build operator image, we need to clone the repository first
# - name: clone https://github.com/minio/operator
# uses: actions/checkout@master
# with:
# # Repository name with owner. For example, actions/checkout
# # Default: ${{ github.repository }}
# repository: minio/operator
# # Relative path under $GITHUB_WORKSPACE to place the repository
# # To have two repositories under the same test
# path: 'operator_repository'
# - name: Read .nvmrc
# id: node_version
# run: echo ::set-output name=NVMRC::$(cat .nvmrc)
# - uses: actions/setup-node@v2
# with:
# node-version: ${{ env.NVMRC }}
# - uses: actions/cache@v3
# name: Go Mod Cache
# with:
# path: |
# ~/.cache/go-build
# ~/go/pkg/mod
# key: ${{ runner.os }}-go-${{ github.run_id }}
# - name: Get yarn cache directory path
# id: yarn-cache-dir-path
# run: echo "::set-output name=dir::$(yarn cache dir)"
# - uses: actions/cache@v3
# id: yarn-cache
# name: Yarn Cache
# with:
# path: |
# ${{ steps.yarn-cache-dir-path.outputs.dir }}
# ./portal-ui/node_modules/
# key: ${{ runner.os }}-yarn-${{ hashFiles('./portal-ui/yarn.lock') }}
# restore-keys: |
# ${{ runner.os }}-yarn-
# - uses: actions/cache@v3
# id: assets-cache
# name: Assets Cache
# with:
# path: |
# ./portal-ui/build/
# key: ${{ runner.os }}-assets-${{ github.run_id }}
# - name: Build Console on ${{ matrix.os }}
# env:
# GO111MODULE: on
# GOOS: linux
# run: |
# make console
# # Runs a set of commands using the runners shell
# - name: Start Kind for Operator UI
# run: |
# "${GITHUB_WORKSPACE}/portal-ui/tests/scripts/operator.sh"
# - name: Run TestCafe Tests
# uses: DevExpress/testcafe-action@latest
# with:
# args: '"chrome:headless" portal-ui/tests/operator/tenant/test-3 --skip-js-errors -c 3'
# all-operator-tests-5:
# name: Operator UI Tests Part 5
# needs:
# - lint-job
# - ui-assets
# - reuse-golang-dependencies
# - semgrep-static-code-analysis
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# go-version: [ 1.18.x ]
# os: [ ubuntu-latest ]
# steps:
# - name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
# uses: actions/setup-go@v2
# with:
# go-version: ${{ matrix.go-version }}
# id: go
# - name: Check out code
# uses: actions/checkout@v2
# # To build operator image, we need to clone the repository first
# - name: clone https://github.com/minio/operator
# uses: actions/checkout@master
# with:
# # Repository name with owner. For example, actions/checkout
# # Default: ${{ github.repository }}
# repository: minio/operator
# # Relative path under $GITHUB_WORKSPACE to place the repository
# # To have two repositories under the same test
# path: 'operator_repository'
# - name: Read .nvmrc
# id: node_version
# run: echo ::set-output name=NVMRC::$(cat .nvmrc)
# - uses: actions/setup-node@v2
# with:
# node-version: ${{ env.NVMRC }}
# - uses: actions/cache@v3
# name: Go Mod Cache
# with:
# path: |
# ~/.cache/go-build
# ~/go/pkg/mod
# key: ${{ runner.os }}-go-${{ github.run_id }}
# - name: Get yarn cache directory path
# id: yarn-cache-dir-path
# run: echo "::set-output name=dir::$(yarn cache dir)"
# - uses: actions/cache@v3
# id: yarn-cache
# name: Yarn Cache
# with:
# path: |
# ${{ steps.yarn-cache-dir-path.outputs.dir }}
# ./portal-ui/node_modules/
# key: ${{ runner.os }}-yarn-${{ hashFiles('./portal-ui/yarn.lock') }}
# restore-keys: |
# ${{ runner.os }}-yarn-
# - uses: actions/cache@v3
# id: assets-cache
# name: Assets Cache
# with:
# path: |
# ./portal-ui/build/
# key: ${{ runner.os }}-assets-${{ github.run_id }}
# - name: Build Console on ${{ matrix.os }}
# env:
# GO111MODULE: on
# GOOS: linux
# run: |
# make console
# # Runs a set of commands using the runners shell
# - name: Start Kind for Operator UI
# run: |
# "${GITHUB_WORKSPACE}/portal-ui/tests/scripts/operator.sh"
# - name: Run TestCafe Tests
# uses: DevExpress/testcafe-action@latest
# with:
# args: '"chrome:headless" portal-ui/tests/operator/tenant/test-4 --skip-js-errors -c 3'
cross-compile-1:
name: Cross compile