From 8bb40dbf1db407f7ac007c10bde3935883bc876e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:03:17 +0000 Subject: [PATCH 1/3] chore(deps): update gitlab support dependencies | datasource | package | from | to | | ----------- | -------------------------- | -------- | ------- | | npm | @playwright/test | 1.43.1 | 1.49.1 | | npm | @types/node | 20.12.12 | 22.10.2 | | github-tags | defenseunicorns/uds-common | v1.3.0 | v1.6.0 | | npm | typescript | 5.4.5 | 5.7.2 | --- .github/workflows/ci-docs-shim.yaml | 2 +- .github/workflows/commitlint.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/scorecard.yaml | 2 +- .github/workflows/test.yaml | 4 +- tasks.yaml | 20 +++++----- tests/package-lock.json | 58 ++++++++++++++++------------- tests/package.json | 2 +- 9 files changed, 50 insertions(+), 44 deletions(-) diff --git a/.github/workflows/ci-docs-shim.yaml b/.github/workflows/ci-docs-shim.yaml index b23b9ffb..782a10ba 100644 --- a/.github/workflows/ci-docs-shim.yaml +++ b/.github/workflows/ci-docs-shim.yaml @@ -18,7 +18,7 @@ jobs: matrix: type: [install, upgrade] flavor: [upstream, registry1, unicorn] - uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@164ce64c5cc775193a563db7e8ef9750ffefcdda # v1.3.0 + uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@7381e2081c60c745855a95646372165eae4de41a # v1.6.0 with: flavor: ${{ matrix.flavor }} type: ${{ matrix.type }} diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 8d3bfc6a..a917c84a 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -15,4 +15,4 @@ permissions: jobs: validate: - uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@164ce64c5cc775193a563db7e8ef9750ffefcdda # v1.3.0 + uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@7381e2081c60c745855a95646372165eae4de41a # v1.6.0 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a7a7741f..334355ad 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,5 +15,5 @@ permissions: jobs: validate: - uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@164ce64c5cc775193a563db7e8ef9750ffefcdda # v1.3.0 + uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@7381e2081c60c745855a95646372165eae4de41a # v1.6.0 secrets: inherit diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d4e4f924..b66dfa93 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,7 +43,7 @@ jobs: architecture: arm64 - flavor: unicorn architecture: arm64 - uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@164ce64c5cc775193a563db7e8ef9750ffefcdda # v1.3.0 + uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@7381e2081c60c745855a95646372165eae4de41a # v1.6.0 with: flavor: ${{ matrix.flavor }} runsOn: ${{ matrix.architecture == 'arm64' && 'uds-swf-ubuntu-arm64-4-core' || 'uds-swf-ubuntu-big-boy-8-core' }} diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 8cbca072..9b30b159 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -32,5 +32,5 @@ jobs: security-events: write # Used to receive a badge. id-token: write - uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@164ce64c5cc775193a563db7e8ef9750ffefcdda # v1.3.0 + uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@7381e2081c60c745855a95646372165eae4de41a # v1.6.0 secrets: inherit diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 52df03a9..984279a1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: test-flavor - uses: defenseunicorns/uds-common/.github/actions/test-flavor@164ce64c5cc775193a563db7e8ef9750ffefcdda # v1.3.0 + uses: defenseunicorns/uds-common/.github/actions/test-flavor@7381e2081c60c745855a95646372165eae4de41a # v1.6.0 id: test-flavor outputs: upgrade-flavors: ${{ steps.test-flavor.outputs.upgrade-flavors }} @@ -56,7 +56,7 @@ jobs: matrix: type: [install, upgrade] flavor: [upstream, registry1, unicorn] - uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@164ce64c5cc775193a563db7e8ef9750ffefcdda # v1.3.0 + uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@7381e2081c60c745855a95646372165eae4de41a # v1.6.0 with: upgrade-flavors: ${{ needs.check-flavor.outputs.upgrade-flavors }} flavor: ${{ matrix.flavor }} diff --git a/tasks.yaml b/tasks.yaml index eef2b877..bee1b43d 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -3,16 +3,16 @@ includes: - test: ./tasks/test.yaml - - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/create.yaml - - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/publish.yaml - - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/lint.yaml - - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/pull.yaml - - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/deploy.yaml - - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/setup.yaml - - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/actions.yaml - - badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/badge.yaml - - upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/upgrade.yaml - - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/compliance.yaml + - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.0/tasks/create.yaml + - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.0/tasks/publish.yaml + - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.0/tasks/lint.yaml + - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.0/tasks/pull.yaml + - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.0/tasks/deploy.yaml + - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.0/tasks/setup.yaml + - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.0/tasks/actions.yaml + - badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.0/tasks/badge.yaml + - upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.0/tasks/upgrade.yaml + - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.0/tasks/compliance.yaml tasks: - name: default diff --git a/tests/package-lock.json b/tests/package-lock.json index fc17509f..07139bdb 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -9,32 +9,34 @@ "license": "Apache-2.0", "devDependencies": { "@playwright/test": "^1.43.1", - "@types/node": "^20.12.12", + "@types/node": "^22.0.0", "typescript": "^5.4.5" } }, "node_modules/@playwright/test": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.43.1.tgz", - "integrity": "sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==", + "version": "1.49.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.1.tgz", + "integrity": "sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "playwright": "1.43.1" + "playwright": "1.49.1" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "22.10.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", + "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.20.0" } }, "node_modules/fsevents": { @@ -52,40 +54,43 @@ } }, "node_modules/playwright": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz", - "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==", + "version": "1.49.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz", + "integrity": "sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.43.1" + "playwright-core": "1.49.1" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=16" + "node": ">=18" }, "optionalDependencies": { "fsevents": "2.3.2" } }, "node_modules/playwright-core": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz", - "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==", + "version": "1.49.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz", + "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==", "dev": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -95,10 +100,11 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "dev": true, + "license": "MIT" } } } diff --git a/tests/package.json b/tests/package.json index cb7750cf..10c06397 100644 --- a/tests/package.json +++ b/tests/package.json @@ -3,7 +3,7 @@ "license": "Apache-2.0", "devDependencies": { "@playwright/test": "^1.43.1", - "@types/node": "^20.12.12", + "@types/node": "^22.0.0", "typescript": "^5.4.5" } } From dac6acf3206811aa7e937d02b10cc7ac502b5559 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Mon, 16 Dec 2024 21:19:17 -0700 Subject: [PATCH 2/3] swap to uds releaser --- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 19 +++---------------- .github/workflows/test.yaml | 5 ++--- .release-please-manifest.json | 3 --- bundle/uds-bundle.yaml | 8 ++------ release-please-config.json | 24 ------------------------ releaser.yaml | 13 +++++++++++++ tasks.yaml | 8 -------- tasks/test.yaml | 2 +- tests/package.json | 2 +- version.txt | 1 - zarf.yaml | 4 +--- 12 files changed, 24 insertions(+), 67 deletions(-) delete mode 100644 .release-please-manifest.json delete mode 100644 release-please-config.json create mode 100644 releaser.yaml delete mode 100644 version.txt diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 334355ad..a2704124 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -6,7 +6,7 @@ name: Lint on: # This workflow is triggered on pull requests to the main branch. pull_request: - # milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow). + # milestoned is added here as a way to retrigger workflows that are stuck or otherwise didn't run correctly types: [milestoned, opened, reopened, synchronize] # Permissions for the GITHUB_TOKEN used by the workflow. diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b66dfa93..0be1f0c9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,25 +15,11 @@ permissions: id-token: write jobs: - tag-new-version: - permissions: write-all - runs-on: ubuntu-latest - outputs: - release_created: ${{ steps.release-flag.outputs.release_created }} - steps: - - name: Create Release Tag - id: tag - uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3 - - id: release-flag - run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> "$GITHUB_OUTPUT" - publish: permissions: - contents: read # Allows reading the content of the repository. - packages: write # Allows reading the content of the repository's packages. + contents: write # Allows writing the content of the repository. + packages: write # Allows writing the content of the repository's packages. id-token: write - needs: tag-new-version - if: ${{ needs.tag-new-version.outputs.release_created == 'true' }} strategy: matrix: flavor: [upstream, registry1, unicorn] @@ -48,4 +34,5 @@ jobs: flavor: ${{ matrix.flavor }} runsOn: ${{ matrix.architecture == 'arm64' && 'uds-swf-ubuntu-arm64-4-core' || 'uds-swf-ubuntu-big-boy-8-core' }} timeout: 60 + uds-releaser: true secrets: inherit # Inherits all secrets from the parent workflow. diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 984279a1..665b3565 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ name: Test on: # This workflow is triggered on pull requests to the main branch. pull_request: - # milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow). + # milestoned is added here as a way to retrigger workflows that are stuck or otherwise didn't run correctly types: [milestoned, opened, reopened, synchronize] paths-ignore: - "**.md" @@ -18,8 +18,7 @@ on: - docs/** - .gitignore - renovate.json - - .release-please-config.json - - release-please-config.json + - releaser.yaml - CODEOWNERS - LICENSE - CONTRIBUTING.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json deleted file mode 100644 index 9a5f96ca..00000000 --- a/.release-please-manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - ".": "17.6.2-uds.0" -} diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index fc70ac16..7655b677 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -5,9 +5,7 @@ kind: UDSBundle metadata: name: gitlab-test description: A UDS bundle for deploying Gitlab and it's dependencies on a development cluster - # x-release-please-start-version - version: 17.6.2-uds.0 - # x-release-please-end + version: dev packages: - name: minio-operator @@ -88,9 +86,7 @@ packages: - name: gitlab path: ../ - # x-release-please-start-version - ref: 17.6.2-uds.0 - # x-release-please-end + ref: dev overrides: gitlab: uds-gitlab-config: diff --git a/release-please-config.json b/release-please-config.json deleted file mode 100644 index 3a9daae2..00000000 --- a/release-please-config.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "packages": { - ".": { - "changelog-path": "CHANGELOG.md", - "changelog-sections": [ - { "type": "feat", "section": "Features", "hidden": false }, - { "type": "fix", "section": "Bug Fixes", "hidden": false }, - { "type": "chore", "section": "Miscellaneous", "hidden": false } - ], - "release-type": "simple", - "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, - "draft": false, - "versioning": "prerelease", - "prerelease-type": "uds", - "extra-files": [ - "bundle/uds-bundle.yaml", - "tasks.yaml", - "zarf.yaml" - ] - } - }, - "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" -} \ No newline at end of file diff --git a/releaser.yaml b/releaser.yaml new file mode 100644 index 00000000..d1f518d5 --- /dev/null +++ b/releaser.yaml @@ -0,0 +1,13 @@ +# Copyright 2024 Defense Unicorns +# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial + +flavors: + - name: upstream + # renovate-uds: datasource=docker depName=registry.gitlab.com/gitlab-org/build/cng/gitlab-base extractVersion=^v(?\d+\.\d+\.\d+)$ + version: 17.6.2-uds.1 + - name: registry1 + # renovate-uds: datasource=docker depName=registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base + version: 17.6.2-uds.1 + - name: unicorn + # renovate-uds: datasource=docker depName=registry.gitlab.com/gitlab-org/build/cng/gitlab-base extractVersion=^v(?\d+\.\d+\.\d+)$ + version: 17.6.2-uds.1 diff --git a/tasks.yaml b/tasks.yaml index bee1b43d..8f8d1235 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -81,13 +81,5 @@ tasks: if: ${{ and (eq .variables.FLAVOR "upstream") (eq .variables.ARCH "arm64") }} - description: Publish the package task: publish:package - with: - # x-release-please-start-version - version: "17.6.2-uds.0" - # x-release-please-end - description: Publish the bundle task: publish:test-bundle - with: - # x-release-please-start-version - version: "17.6.2-uds.0" - # x-release-please-end diff --git a/tasks/test.yaml b/tasks/test.yaml index 28fd4aa2..d1ad663f 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -38,7 +38,7 @@ tasks: dir: tests/data # Login, and create a project - cmd: | - docker run --rm --ipc=host --net=host -e SSH_PUBLIC_KEY="$(cat ./data/gitlab-test-ssh-key.pub)" -e PROJECT_NAME="${PROJECT_NAME}" --mount type=bind,source="$(pwd)",target=/app mcr.microsoft.com/playwright:v1.43.1-jammy sh -c " \ + docker run --rm --ipc=host --net=host -e SSH_PUBLIC_KEY="$(cat ./data/gitlab-test-ssh-key.pub)" -e PROJECT_NAME="${PROJECT_NAME}" --mount type=bind,source="$(pwd)",target=/app mcr.microsoft.com/playwright:v1.49.1-jammy sh -c " \ cd app && \ npm ci && \ npx playwright test \ diff --git a/tests/package.json b/tests/package.json index 10c06397..6e0a1188 100644 --- a/tests/package.json +++ b/tests/package.json @@ -2,7 +2,7 @@ "name": "uds-package-gitlab", "license": "Apache-2.0", "devDependencies": { - "@playwright/test": "^1.43.1", + "@playwright/test": "^1.49.1", "@types/node": "^22.0.0", "typescript": "^5.4.5" } diff --git a/version.txt b/version.txt deleted file mode 100644 index 7fe7905e..00000000 --- a/version.txt +++ /dev/null @@ -1 +0,0 @@ -17.6.2-uds.0 diff --git a/zarf.yaml b/zarf.yaml index 56847777..95e67ab5 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -6,9 +6,7 @@ kind: ZarfPackageConfig metadata: name: gitlab description: "UDS GitLab Package" - # x-release-please-start-version - version: "17.6.2-uds.0" - # x-release-please-end + version: "dev" variables: - name: DOMAIN From cb5e2c8c4340b4ae7e84349d89272b45526670a0 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Mon, 16 Dec 2024 21:34:41 -0700 Subject: [PATCH 3/3] remove checkpoint --- tasks.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tasks.yaml b/tasks.yaml index 8f8d1235..967648db 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -20,6 +20,9 @@ tasks: actions: - task: create-dev-package - task: setup:k3d-test-cluster + with: + # we cannot use checkpoint here because of the extra ports needed for GitLab SSH tests + use_checkpoint: "false" - task: create-deploy-test-bundle - name: create-dev-package @@ -53,6 +56,9 @@ tasks: actions: - task: create-dev-package - task: setup:k3d-test-cluster + with: + # we cannot use checkpoint here because of the extra ports needed for GitLab SSH tests + use_checkpoint: "false" - task: create-deploy-test-bundle - task: compliance:validate @@ -61,6 +67,9 @@ tasks: actions: - task: upgrade:create-latest-tag-bundle - task: setup:k3d-test-cluster + with: + # we cannot use checkpoint here because of the extra ports needed for GitLab SSH tests + use_checkpoint: "false" - task: deploy:test-bundle - task: compliance:validate - task: create-dev-package @@ -75,6 +84,9 @@ tasks: - task: create:package - task: setup:k3d-test-cluster if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }} + with: + # we cannot use checkpoint here because of the extra ports needed for GitLab SSH tests + use_checkpoint: "false" - task: create-deploy-test-bundle if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }} - task: create:test-bundle