fix: the CVEs of braces nth-check vite webpack-dev-middleware - 2024-07 #146
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Below are the full description for the shorten job names: | |
# | |
# ce - cactus-example | |
# cp - cactus-plugin | |
# cpk - cactus-plugin-keychain | |
# cpl - cactus-plugin-ledger | |
# cplc - cactus-plugin-ledger-connector | |
# plc - plugin-ledger-connector | |
# cpp - cactus-plugin-persistence | |
# ct - cactus-test | |
# ctp - cactus-test-plugin | |
--- | |
env: | |
NODEJS_VERSION: v18.18.2 | |
RUN_TRIVY_SCAN: true | |
jobs: | |
ActionLint: | |
uses: ./.github/workflows/actionlint.yaml | |
DCI-Lint: | |
name: DCI-Lint | |
runs-on: ubuntu-22.04 | |
steps: | |
- id: lint-git-repo | |
name: Lint Git Repo | |
uses: petermetz/gh-action-dci-lint@v0.6.1 | |
with: | |
lint-git-repo-request: '{"cloneUrl": "${{ github.server_url }}/${{ github.repository }}.git", "fetchArgs": ["--update-head-ok", "--no-tags", "--prune", "--progress", "--no-recurse-submodules", "--depth=1", "origin" ,"+${{ github.sha }}:${{ github.ref }}"], "checkoutArgs": [ "${{ github.ref }}"], "targetPhrasePatterns": [], "configDefaultsUrl": "https://inclusivenaming.org/json/dci-lint-config-recommended-v1.json" }' | |
- name: Get the output response | |
run: echo "${{ steps.lint-git-repo.outputs.lint-git-repo-response }}" | |
compute_changed_packages: | |
outputs: | |
cmd-api-server-changed: ${{ steps.changes.outputs.cmd-api-server-changed }} | |
plugin-ledger-connector-polkadot-changed: ${{ steps.changes.outputs.plugin-ledger-connector-polkadot-changed }} | |
plugin-ledger-connector-aries-changed: ${{ steps.changes.outputs.plugin-ledger-connector-aries-changed }} | |
plugin-ledger-connector-besu-changed: ${{ steps.changes.outputs.plugin-ledger-connector-besu-changed }} | |
plugin-ledger-connector-corda-changed: ${{ steps.changes.outputs.plugin-ledger-connector-corda-changed }} | |
plugin-ledger-connector-fabric-changed: ${{ steps.changes.outputs.plugin-ledger-connector-fabric-changed }} | |
plugin-ledger-connector-ethereum-changed: ${{ steps.changes.outputs.plugin-ledger-connector-ethereum-changed }} | |
plugin-ledger-connector-iroha2-changed: ${{ steps.changes.outputs.plugin-ledger-connector-iroha2-changed }} | |
plugin-ledger-connector-stellar-changed: ${{ steps.changes.outputs.plugin-ledger-connector-stellar-changed }} | |
plugin-htlc-coordinator-besu-changed: ${{ steps.changes.outputs.plugin-htlc-coordinator-besu-changed }} | |
test-tooling-changed: ${{ steps.changes.outputs.test-tooling-changed }} | |
ghcr-corda-all-in-one-obligation-changed: ${{ steps.changes.outputs.ghcr-corda-all-in-one-obligation-changed }} | |
ghcr-corda-all-in-one-changed: ${{ steps.changes.outputs.ghcr-corda-all-in-one-changed }} | |
ghcr-dev-container-vscode-changed: ${{ steps.changes.outputs.ghcr-dev-container-vscode-changed }} | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- uses: dorny/paths-filter@v2.11.1 | |
id: changes | |
with: | |
filters: | | |
cmd-api-server-changed: | |
- './packages/cactus-cmd-api-server/**' | |
- './packages/cactus-test-cmd-api-server/**' | |
- './packages/cactus-common/**' | |
- './packages/cactus-core/**' | |
- './packages/cactus-core-api/**' | |
- './packages/cactus-test-tooling/**' | |
- './packages/cactus-plugin-keychain-vault/**' | |
# - './.github/workflows/ci.yaml' | |
plugin-ledger-connector-polkadot-changed: | |
- './packages/cactus-plugin-ledger-connector-polkadot/**!(*.md|*.css|*.html|*.jpg|*.jpeg|*.png)' | |
- './packages/cactus-common/**!(*.md|*.css|*.html|*.jpg|*.jpeg|*.png)' | |
- './packages/cactus-core/**!(*.md|*.css|*.html|*.jpg|*.jpeg|*.png)' | |
- './packages/cactus-core-api/**!(*.md|*.css|*.html|*.jpg|*.jpeg|*.png)' | |
- './packages/cactus-test-tooling/**!(*.md|*.css|*.html|*.jpg|*.jpeg|*.png)' | |
# - './.github/workflows/ci.yaml' | |
plugin-ledger-connector-aries-changed: | |
- './packages/cactus-plugin-ledger-connector-aries/**' | |
- './packages/cactus-common/**' | |
- './packages/cactus-core/**' | |
- './packages/cactus-core-api/**' | |
- './packages/cactus-test-tooling/**' | |
# - './.github/workflows/ci.yaml' | |
plugin-ledger-connector-besu-changed: | |
- './packages/cactus-plugin-ledger-connector-besu/**' | |
- './packages/cactus-test-plugin-ledger-connector-besu/**' | |
- './packages/cactus-common/**' | |
- './packages/cactus-core/**' | |
- './packages/cactus-core-api/**' | |
- './packages/cactus-test-tooling/**' | |
- './packages/cactus-plugin-keychain-memory/**' | |
# - './.github/workflows/ci.yaml'' | |
plugin-ledger-connector-corda-changed: | |
- './packages/cactus-plugin-ledger-connector-corda/**' | |
- './packages/cactus-common/**' | |
- './packages/cactus-core/**' | |
- './packages/cactus-core-api/**' | |
- './packages/cactus-test-tooling/**' | |
# - './.github/workflows/ci.yaml' | |
plugin-ledger-connector-fabric-changed: | |
- './packages/cactus-plugin-ledger-connector-fabric/**' | |
- './packages/cactus-common/**' | |
- './packages/cactus-core/**' | |
- './packages/cactus-core-api/**' | |
- './packages/cactus-test-tooling/**' | |
- './packages/cactus-plugin-keychain-memory/**' | |
# - './.github/workflows/ci.yaml' | |
plugin-ledger-connector-ethereum-changed: | |
- './packages/cactus-plugin-ledger-connector-ethereum/**' | |
- './packages/cactus-common/**' | |
- './packages/cactus-core/**' | |
- './packages/cactus-core-api/**' | |
- './packages/cactus-test-tooling/**' | |
- './packages/cactus-test-geth-ledger/**' | |
- './packages/cactus-plugin-keychain-memory/**' | |
# - './.github/workflows/ci.yaml' | |
plugin-ledger-connector-iroha2-changed: | |
- './packages/cactus-plugin-ledger-connector-iroha2/**' | |
- './packages/cactus-common/**' | |
- './packages/cactus-core/**' | |
- './packages/cactus-core-api/**' | |
- './packages/cactus-test-tooling/**' | |
- './packages/cactus-plugin-keychain-memory/**' | |
# - './.github/workflows/ci.yaml' | |
plugin-ledger-connector-stellar-changed: | |
- './packages/cacti-plugin-ledger-connector-stellar/**' | |
- './packages/cactus-common/**' | |
- './packages/cactus-core/**' | |
- './packages/cactus-core-api/**' | |
- './packages/cactus-test-tooling/**' | |
- './packages/cactus-plugin-keychain-memory/**' | |
# - './.github/workflows/ci.yaml' | |
test-tooling-changed: | |
- './packages/cactus-test-tooling/**' | |
- './packages/cactus-common/**' | |
# - './.github/workflows/ci.yaml' | |
ghcr-corda-all-in-one-obligation-changed: | |
- './tools/docker/corda-all-in-one/**' | |
# - './.github/workflows/ci.yaml' | |
ghcr-corda-all-in-one-changed: | |
- './tools/docker/corda-all-in-one/**' | |
# - './.github/workflows/ci.yaml' | |
ghcr-dev-container-vscode-changed: | |
- './.devcontainer/**' | |
plugin-htlc-coordinator-besu-changed: | |
- './extensions/cactus-plugin-htlc-coordinator-besu/**' | |
- './packages/cactus-plugin-htlc-eth-besu/**' | |
- './packages/cactus-plugin-htlc-eth-besu-erc20/**' | |
- './packages/cactus-plugin-ledger-connector-besu/**' | |
- './packages/cactus-test-plugin-htlc-eth-besu-erc20/**' | |
- './packages/cactus-common/**' | |
- './packages/cactus-core/**' | |
- './packages/cactus-core-api/**' | |
- './packages/cactus-test-tooling/**' | |
- './packages/cactus-plugin-keychain-memory/**' | |
# - './.github/workflows/ci.yaml' | |
build-dev: | |
continue-on-error: false | |
env: | |
DEV_BUILD_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_RUNNER_DISABLED: true | |
TOOLS_VALIDATE_BUNDLE_NAMES_DISABLED: true | |
CUSTOM_CHECKS_DISABLED: true | |
CONFIGURE_DISABLED: false | |
CHECK_WORK_TREE_STATUS_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Initialize Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- if : ${{ (steps.yarn-cache.outputs.cache-hit != 'true') }} | |
name: tools_ci_sh | |
run: ./tools/ci.sh | |
yarn_lint: | |
continue-on-error: false | |
env: | |
DEV_BUILD_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_RUNNER_DISABLED: true | |
TOOLS_VALIDATE_BUNDLE_NAMES_DISABLED: true | |
CUSTOM_CHECKS_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
- run: git status --porcelain | |
- run: git status --porcelain | wc -l | |
- run: yarn lint | |
- run: git status --porcelain | |
- run: git status --porcelain | wc -l | |
- name: Set env.GIT_INDEX_FILE_COUNT | |
id: set_env_git_index_file_count | |
run: | | |
echo "GIT_INDEX_FILE_COUNT=$(git status --porcelain | wc -l)" >> "$GITHUB_ENV" | |
- name: Print env.GIT_INDEX_FILE_COUNT | |
id: print_env_git_index_file_count | |
run: | | |
echo "${{ env.GIT_INDEX_FILE_COUNT }}" | |
- uses: actions/github-script@v6.4.1 | |
id: set-result-git_index_file_count | |
with: | |
script: | | |
const { GIT_INDEX_FILE_COUNT } = process.env; | |
console.log(`env.GIT_INDEX_FILE_COUNT ${GIT_INDEX_FILE_COUNT}`); | |
return parseInt(GIT_INDEX_FILE_COUNT, 10); | |
result-encoding: string | |
- name: Get result Git Index File Count | |
id: get_result_git_index_file_count | |
run: echo "${{steps.set-result-git_index_file_count.outputs.result}}" | |
- name: Check Lint Side-effects | |
if: ${{ steps.set-result-git_index_file_count.outputs.result != 0 }} | |
uses: actions/github-script@v6.4.1 | |
with: | |
script: | | |
const failMsg = "yarn lint script produced version control " + | |
"side-effects: source files have been changed by it that are " + | |
"otherwise are under version control. " + | |
"This means (99% of the time) that you need to run the " + | |
"yarn lint script locally and then include the changes it " + | |
"makes in your own commit when submitting your pull request."; | |
core.setFailed(failMsg) | |
yarn_codegen: | |
continue-on-error: false | |
env: | |
DEV_BUILD_DISABLED: true | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_RUNNER_DISABLED: true | |
TOOLS_VALIDATE_BUNDLE_NAMES_DISABLED: true | |
CUSTOM_CHECKS_DISABLED: true | |
CONFIGURE_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
- run: git status --porcelain | |
- run: git status --porcelain | wc -l | |
- run: yarn codegen | |
- run: git status --porcelain | |
- run: git status --porcelain | wc -l | |
- name: Set env.GIT_INDEX_FILE_COUNT | |
id: set_env_git_index_file_count | |
run: | | |
echo "GIT_INDEX_FILE_COUNT=$(git status --porcelain | wc -l)" >> "$GITHUB_ENV" | |
- name: Print env.GIT_INDEX_FILE_COUNT | |
id: print_env_git_index_file_count | |
run: | | |
echo "${{ env.GIT_INDEX_FILE_COUNT }}" | |
- uses: actions/github-script@v6.4.1 | |
id: set-result-git_index_file_count | |
with: | |
script: | | |
const { GIT_INDEX_FILE_COUNT } = process.env; | |
console.log(`env.GIT_INDEX_FILE_COUNT ${GIT_INDEX_FILE_COUNT}`); | |
return parseInt(GIT_INDEX_FILE_COUNT, 10); | |
result-encoding: string | |
- name: Get result Git Index File Count | |
id: get_result_git_index_file_count | |
run: echo "${{steps.set-result-git_index_file_count.outputs.result}}" | |
- name: Check CodeGen Side-effects | |
if: ${{ steps.set-result-git_index_file_count.outputs.result != 0 }} | |
uses: actions/github-script@v6.4.1 | |
with: | |
script: | | |
const failMsg = "yarn codegen script produced version control " + | |
"side-effects: source files have been changed by it that are " + | |
"otherwise are under version control. " + | |
"This means (99% of the time) that you need to run the " + | |
"yarn codegen script locally and then include the changes it " + | |
"makes in your own commit when submitting your pull request."; | |
core.setFailed(failMsg) | |
yarn_custom_checks: | |
continue-on-error: false | |
env: | |
DEV_BUILD_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_RUNNER_DISABLED: true | |
TOOLS_VALIDATE_BUNDLE_NAMES_DISABLED: true | |
CUSTOM_CHECKS_DISABLED: false | |
CONFIGURE_DISABLED: false | |
CACTI_CUSTOM_CHECKS_REQUIRED_OPENAPI_SPEC_VERSION: 3.0.3 | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
yarn_tools_validate_bundle_names: | |
continue-on-error: false | |
env: | |
DEV_BUILD_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_RUNNER_DISABLED: true | |
TOOLS_VALIDATE_BUNDLE_NAMES_DISABLED: false | |
CUSTOM_CHECKS_DISABLED: true | |
CONFIGURE_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cactus-api-client: | |
continue-on-error: false | |
env: | |
DEV_BUILD_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-api-client/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: ./packages/cactus-api-client/src/test/typescript/integration/default-consortium-provider.test.ts | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cactus-cmd-api-server: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.cmd-api-server-changed == 'true' | |
env: | |
DEV_BUILD_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-cmd-api-server/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: >- | |
--files={./packages/cactus-cmd-api-server/src/test/typescript/integration/plugin-import-from-github.test.ts,./packages/cactus-cmd-api-server/src/test/typescript/integration/plugin-import-without-install.test.ts,./packages/cactus-cmd-api-server/src/test/typescript/integration/remote-plugin-imports.test.ts,./packages/cactus-cmd-api-server/src/test/typescript/unit/config/self-signed-certificate-generator/certificates-work-for-mutual-tls.test.ts,./packages/cactus-cmd-api-server/src/test/typescript/unit/config/self-signed-certificate-generator/generates-working-certificates.test.ts,./packages/cactus-cmd-api-server/src/test/typescript/unit/grpc-js-proto-loader-client-healthcheck.test.ts,./packages/cactus-cmd-api-server/src/test/typescript/unit/grpc-proto-gen-ts-client-healthcheck.test.ts,./packages/cactus-cmd-api-server/src/test/typescript/unit/grpc-proto-gen-ts-client-m-tls-enabled.test.ts,./packages/cactus-cmd-api-server/src/test/typescript/unit/plugins/install-basic-plugin-consortium-manual.test.ts,./packages/cactus-cmd-api-server/src/test/typescript/unit/plugins/install-basic-plugin-keychain-memory.test.ts,./packages/cactus-cmd-api-server/src/test/typescript/unit/plugins/install-basic-plugin-ledger-connector-fabric-0-7-0.test.ts} | |
TAPE_TEST_RUNNER_DISABLED: false | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
- name: build_ncc_bundle | |
run: yarn lerna run build:bundle --scope=@hyperledger/cactus-cmd-api-server | |
- name: ghcr.io/hyperledger/cactus-cmd-api-server | |
run: | | |
DOCKER_BUILDKIT=1 docker build \ | |
--file ./packages/cactus-cmd-api-server/cmd-api-server.Dockerfile \ | |
./packages/cactus-cmd-api-server \ | |
--tag cas \ | |
--tag cmd-api-server \ | |
--tag "ghcr.io/hyperledger/cactus-cmd-api-server:$(date +"%Y-%m-%dT%H-%M-%S" --utc)-dev-$(git rev-parse --short HEAD)" | |
- if: ${{ env.RUN_TRIVY_SCAN == 'true' }} | |
name: Run Trivy vulnerability scan for cmd-api-server | |
uses: aquasecurity/trivy-action@0.19.0 | |
with: | |
image-ref: 'cmd-api-server' | |
format: 'table' | |
exit-code: '1' | |
ignore-unfixed: false | |
vuln-type: 'os,library' | |
severity: 'CRITICAL,HIGH' | |
trivyignores: ./.trivyignore | |
- name: Ensure .tmp Directory Exists | |
run: mkdir -p .tmp/benchmark-results/cmd-api-server/ | |
# Download previous benchmark result from cache (if exists) | |
- name: Download previous benchmark data | |
uses: actions/cache@v4.0.1 | |
with: | |
path: .tmp/benchmark-results/cmd-api-server/ | |
key: ${{ runner.os }}-benchmark | |
- name: Run Benchmarks | |
working-directory: ./packages/cactus-cmd-api-server/ | |
run: yarn run benchmark | |
- name: Store benchmark result | |
uses: benchmark-action/github-action-benchmark@v1.20.3 | |
with: | |
tool: 'benchmarkjs' | |
output-file-path: .tmp/benchmark-results/cmd-api-server/run-cmd-api-server-benchmark.ts.log | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
# Only push the benchmark results to gh-pages website if we are running on the main branch | |
# We do not want to clutter the benchmark results with intermediate results from PRs that could be drafts | |
auto-push: ${{ github.ref == 'refs/heads/main' }} | |
# Show alert with commit comment on detecting possible performance regression | |
alert-threshold: '200%' | |
comment-on-alert: true | |
fail-on-alert: true | |
alert-comment-cc-users: '@hyperledger/cacti-maintainers' | |
cactus-cmd-socketio-server: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-cmd-socketio-server/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cactus-common: | |
continue-on-error: false | |
env: | |
DEV_BUILD_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-common/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: './packages/cactus-common/src/test/typescript/unit/logging/logger.test.ts' | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cactus-core: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-core/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cactus-core-api: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-core-api/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ce-carbon-accounting-backend: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: examples/cactus-example-carbon-accounting-backend/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: ./examples/cactus-example-carbon-accounting-backend/src/test/typescript/integration/admin-enroll-v1-endpoint.test.ts | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ce-carbon-accounting-business-logic-plugin: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: examples/cactus-example-carbon-accounting-business-logic-plugin/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ce-carbon-accounting-frontend: | |
continue-on-error: false | |
env: | |
DEV_BUILD_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: examples/cactus-example-carbon-accounting-frontend/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ce-supply-chain-backend: | |
continue-on-error: false | |
env: | |
DUMP_DISK_USAGE_INFO_DISABLED: false | |
FREE_UP_GITHUB_RUNNER_DISK_SPACE_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: examples/cactus-example-supply-chain-backend/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: '--files={./examples/cactus-example-supply-chain-backend/src/test/typescript/integration/supply-chain-backend-api-calls.test.ts,./examples/cactus-example-supply-chain-backend/src/test/typescript/integration/supply-chain-cli-via-npm-script.test.ts}' | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ce-supply-chain-business-logic-plugin: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: examples/cactus-example-supply-chain-business-logic-plugin/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ce-supply-chain-frontend: | |
continue-on-error: false | |
env: | |
DEV_BUILD_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: examples/cactus-example-supply-chain-frontend/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cp-consortium-manual: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-consortium-manual/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cp-htlc-coordinator-besu: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: extensions/cactus-plugin-htlc-coordinator-besu/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cp-htlc-eth-besu: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-htlc-eth-besu/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cp-htlc-eth-besu-erc20: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-htlc-eth-besu-erc20/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cp-keychain-aws-sm: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-keychain-aws-sm/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: '--files={./packages/cactus-plugin-keychain-aws-sm/src/test/typescript/integration/plugin-factory-keychain.test.ts,./packages/cactus-plugin-keychain-aws-sm/src/test/typescript/integration/plugin-factory-keychain.test.ts,./packages/cactus-plugin-keychain-aws-sm/src/test/typescript/integration/plugin-keychain-aws-sm.test.ts}' | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cp-keychain-azure-kv: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-keychain-azure-kv/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: ./packages/cactus-plugin-keychain-azure-kv/src/test/typescript/integration/plugin-keychain-azure-kv.test.ts | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cpk-google-sm: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-keychain-google-sm/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: '--files={./packages/cactus-plugin-keychain-google-sm/src/test/typescript/integration/openapi/openapi-validation.test.ts,./packages/cactus-plugin-keychain-google-sm/src/test/typescript/integration/plugin-factory-keychain.test.ts,./packages/cactus-plugin-keychain-google-sm/src/test/typescript/integration/plugin-keychain-google-sm.test.ts}' | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cpk-memory: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-keychain-memory/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cpk-memory-wasm: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-keychain-memory-wasm/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cpk-vault: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-keychain-vault/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: '--files={./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/cactus-keychain-vault-server.test.ts,./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts,./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/plugin-keychain-vault.test.ts}' | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cpl-connector-aries: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-aries-changed == 'true' | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-aries/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cpl-connector-besu: | |
permissions: write-all | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-besu-changed == 'true' | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-besu/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: >- | |
--files={./packages/cactus-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-ledger-connector-besu/deploy-contract/private-deploy-contract-from-json-web3-eea.test.ts,./packages/cactus-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-ledger-connector-besu/deploy-contract/v21-get-record-locator.test.ts} | |
TAPE_TEST_RUNNER_DISABLED: false | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
- name: Ensure .tmp Directory Exists | |
run: mkdir -p .tmp/benchmark-results/plugin-ledger-connector-besu/ | |
# Download previous benchmark result from cache (if exists) | |
- name: Download previous benchmark data | |
uses: actions/cache@v3.3.1 | |
with: | |
path: .tmp/benchmark-results/plugin-ledger-connector-besu/ | |
key: ${{ runner.os }}-benchmark | |
- name: Run Benchmarks | |
working-directory: ./packages/cactus-plugin-ledger-connector-besu/ | |
run: yarn run benchmark | |
- name: Store benchmark result | |
uses: benchmark-action/github-action-benchmark@v1.20.3 | |
with: | |
tool: 'benchmarkjs' | |
output-file-path: .tmp/benchmark-results/plugin-ledger-connector-besu/run-plugin-ledger-connector-besu-benchmark.ts.log | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
# Only push the benchmark results to gh-pages website if we are running on the main branch | |
# We do not want to clutter the benchmark results with intermediate results from PRs that could be drafts | |
auto-push: ${{ github.ref == 'refs/heads/main' }} | |
# Show alert with commit comment on detecting possible performance regression | |
alert-threshold: '200%' | |
comment-on-alert: true | |
fail-on-alert: true | |
alert-comment-cc-users: '@hyperledger/cacti-maintainers' | |
cpl-connector-polkadot: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-polkadot/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-polkadot-changed == 'true' | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cpl-connector-corda: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-corda-changed == 'true' | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-corda/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: >- | |
--files={./packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/deploy-cordapp-jars-to-nodes-v4.7.test.ts,./packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/deploy-cordapp-jars-to-nodes-v4.8-express.test.ts,./packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/deploy-cordapp-jars-to-nodes-v4.8.test.ts,./packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/deploy-cordapp-jars-to-nodes.test.ts,./packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/flow-database-access-v4.8.test.ts,./packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/jvm-kotlin-spring-server-v4.7.test.ts,./packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/jvm-kotlin-spring-server-v4.8.test.ts,./packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/openapi/openapi-validation.test.ts} | |
TAPE_TEST_RUNNER_DISABLED: false | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cpl-connector-stellar: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-stellar-changed == 'true' | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cacti-plugin-ledger-connector-stellar/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
plc-fabric-0: | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
continue-on-error: false | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
FREE_UP_GITHUB_RUNNER_DISK_SPACE_DISABLED: false | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
plc-fabric-1: | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
continue-on-error: false | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn ts-node ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/deploy-cc-from-javascript-source.test.ts | |
plc-fabric-2: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn ts-node ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/deploy-cc-from-typescript-source.test.ts | |
plc-fabric-3: | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
continue-on-error: false | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn jest ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/deploy-lock-asset.test.ts | |
plc-fabric-4: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn ts-node ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/openapi/openapi-validation.test.ts | |
plc-fabric-5: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn ts-node ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/openapi/openapi-validation-go.test.ts | |
plc-fabric-6: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn ts-node ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/unit/identity-internal-crypto-utils.test.ts | |
plc-fabric-7: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn ts-node ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/identity-client.test.ts | |
plc-fabric-8: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn ts-node ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/run-transaction-with-identities.test.ts | |
plc-fabric-9: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn ts-node ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/obtain-profiles.test.ts | |
plc-fabric-10: | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
continue-on-error: false | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn ts-node ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/deploy-cc-from-golang-source.test.ts | |
plc-fabric-11: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn ts-node ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/add-orgs.test.ts | |
plc-fabric-12: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
env: | |
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric" | |
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}' | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_PATTERN: "" | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: npm run configure | |
- run: yarn jest ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/run-transaction-with-ws-ids.test.ts | |
cplc-go-ethereum-socketio: | |
continue-on-error: false | |
env: | |
DEV_BUILD_DISABLED: false | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-go-ethereum-socketio/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: true | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cplc-iroha2: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-iroha2-changed == 'true' | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-iroha2/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cplc-ethereum: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-ethereum-changed == 'true' | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-ethereum/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cplc-sawtooth: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-sawtooth/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cplc-xdai: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: >- | |
--files={./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/deploy-contract-from-json-xdai-json-object.test.ts,./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/invoke-contract-xdai-json-object.test.ts,./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation-no-keychain.test.ts,./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts} | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cpp-ethereum: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-plugin-persistence-ethereum/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cp-object-store-ipfs: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: extensions/cactus-plugin-object-store-ipfs/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: '--files={./extensions/cactus-plugin-object-store-ipfs/src/test/typescript/integration/plugin-object-store-ipfs.test.ts,./extensions/cactus-plugin-object-store-ipfs/src/test/typescript/unit/plugin-object-store-ipfs.test.ts}' | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
# cactus-plugin-satp-hermes: | |
# continue-on-error: false | |
# env: | |
# FULL_BUILD_DISABLED: true | |
# JEST_TEST_PATTERN: packages/cactus-plugin-satp-hermes/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
# JEST_TEST_RUNNER_DISABLED: false | |
# TAPE_TEST_RUNNER_DISABLED: true | |
# needs: build-dev | |
# runs-on: ubuntu-22.04 | |
# steps: | |
# - name: Use Node.js ${{ env.NODEJS_VERSION }} | |
# uses: actions/setup-node@v4.0.2 | |
# with: | |
# node-version: ${{ env.NODEJS_VERSION }} | |
# - uses: actions/checkout@v4.1.1 | |
# - id: yarn-cache-dir-path | |
# name: Get yarn cache directory path | |
# run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT" | |
# - id: yarn-cache | |
# name: Restore Yarn Cache | |
# uses: actions/cache@v4.0.1 | |
# with: | |
# key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
# path: ./.yarn/ | |
# restore-keys: | | |
# ${{ runner.os }}-yarn- | |
# - run: ./tools/ci.sh | |
cp-bungee-hermes: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_RUNNER_DISABLED: false | |
JEST_TEST_PATTERN: packages/cactus-plugin-bungee-hermes/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v3.6.0 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v3.5.2 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v3.3.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ct-api-client: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-test-api-client/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ct-cmd-api-server: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.cmd-api-server-changed == 'true' | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-test-cmd-api-server/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: ./packages/cactus-test-cmd-api-server/src/test/typescript/integration/plugin-import-with-npm-install-version-selection.test.ts | |
TAPE_TEST_RUNNER_DISABLED: false | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ct-geth-ledger: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-test-geth-ledger/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ctp-consortium-manual: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-test-plugin-consortium-manual/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/openapi/openapi-validation.test.ts | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ctp-htlc-eth-besu: | |
continue-on-error: false | |
env: | |
ETHERSCAN_KEY: ${{ secrets.ETHERSCAN_KEY }} | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-test-plugin-htlc-eth-besu/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: '--files={./packages/cactus-test-plugin-htlc-eth-besu/src/test/typescript/integration/plugin-htlc-eth-besu/get-single-status-endpoint.test.ts,./packages/cactus-test-plugin-htlc-eth-besu/src/test/typescript/integration/plugin-htlc-eth-besu/openapi/openapi-validation.test.ts}' | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
- name: Install Foundry | |
uses: foundry-rs/foundry-toolchain@v1 | |
- name: Run solidity tests | |
run: cd packages/cactus-plugin-htlc-eth-besu && forge test -vvvvv | |
ctp-htlc-eth-besu-erc20: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-test-plugin-htlc-eth-besu-erc20/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: >- | |
--files={./packages/cactus-test-plugin-htlc-eth-besu-erc20/src/test/typescript/integration/plugin-htlc-eth-besu-erc20/get-status-endpoint.test.ts,./packages/cactus-test-plugin-htlc-eth-besu-erc20/src/test/typescript/integration/plugin-htlc-eth-besu-erc20/openapi/openapi-validation.test.ts,./packages/cactus-test-plugin-htlc-eth-besu-erc20/src/test/typescript/integration/plugin-htlc-eth-besu-erc20/refund-endpoint.test.ts} | |
TAPE_TEST_RUNNER_DISABLED: false | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ctp-ledger-connector-besu: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: >- | |
--files={./packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-validator-besu/get-balance-endpoint.test.ts,./packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-validator-besu/get-block-endpoint.test.ts,./packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-validator-besu/get-past-logs-endpoint.test.ts,./packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-validator-besu/get-transaction-endpoint.test.ts,./packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-validator-besu/v21-get-balance-endpoint.test.ts,./packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-validator-besu/v21-get-block-endpoint.test.ts,./packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-validator-besu/v21-get-past-logs-endpoint.test.ts,./packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts} | |
TAPE_TEST_RUNNER_DISABLED: false | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ctp-ledger-connector-ethereum: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-test-plugin-ledger-connector-ethereum/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cactus-test-tooling: | |
continue-on-error: false | |
needs: | |
- build-dev | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.test-tooling-changed == 'true' | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-test-tooling/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_PATTERN: >- | |
--files={./packages/cactus-test-tooling/src/test/typescript/integration/besu/besu-test-ledger/constructor-validates-options.test.ts,./packages/cactus-test-tooling/src/test/typescript/integration/fabric/fabric-test-ledger-v1/constructor-validates-options.test.ts,./packages/cactus-test-tooling/src/test/typescript/integration/postgres/postgres-test-container/constructor-validates-options.test.ts,./packages/cactus-test-tooling/src/test/typescript/integration/substrate/substrate-test-ledger-constructor.test.ts,./packages/cactus-test-tooling/src/test/typescript/integration/substrate/substrate-test-ledger-multiple-concurrent.test.ts} | |
TAPE_TEST_RUNNER_DISABLED: false | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
cactus-verifier-client: | |
continue-on-error: false | |
env: | |
FULL_BUILD_DISABLED: true | |
JEST_TEST_PATTERN: packages/cactus-verifier-client/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts | |
JEST_TEST_RUNNER_DISABLED: false | |
TAPE_TEST_RUNNER_DISABLED: true | |
needs: build-dev | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- id: yarn-cache | |
name: Restore Yarn Cache | |
uses: actions/cache@v4.0.1 | |
with: | |
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
path: ./.yarn/ | |
restore-keys: | | |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} | |
- run: ./tools/ci.sh | |
ghcr-besu-all-in-one: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-besu-all-in-one | |
run: DOCKER_BUILDKIT=1 docker build ./tools/docker/besu-all-in-one/ -f ./tools/docker/besu-all-in-one/Dockerfile | |
ghcr-connector-besu: | |
needs: | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-besu-changed == 'true' | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-connector-besu | |
run: DOCKER_BUILDKIT=1 docker build ./packages/cactus-plugin-ledger-connector-besu/ -f ./packages/cactus-plugin-ledger-connector-besu/Dockerfile -t cactus-connector-besu | |
- if: ${{ env.RUN_TRIVY_SCAN == 'true' }} | |
name: Run Trivy vulnerability scan for cactus-connector-besu | |
uses: aquasecurity/trivy-action@0.19.0 | |
with: | |
image-ref: 'cactus-connector-besu' | |
format: 'table' | |
exit-code: '1' | |
ignore-unfixed: false | |
vuln-type: 'os,library' | |
severity: 'CRITICAL,HIGH' | |
ghcr-connector-corda-server: | |
runs-on: ubuntu-22.04 | |
needs: | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-corda-changed == 'true' | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-connector-corda-server | |
run: DOCKER_BUILDKIT=1 docker build ./packages/cactus-plugin-ledger-connector-corda/src/main-server/ -f ./packages/cactus-plugin-ledger-connector-corda/src/main-server/Dockerfile -t cactus-connector-corda-server | |
- if: ${{ env.RUN_TRIVY_SCAN == 'true' }} | |
name: Run Trivy vulnerability scan for cactus-connector-corda-server | |
uses: aquasecurity/trivy-action@0.19.0 | |
with: | |
image-ref: 'cactus-connector-corda-server' | |
format: 'table' | |
exit-code: '1' | |
ignore-unfixed: false | |
vuln-type: 'os,library' | |
severity: 'CRITICAL,HIGH' | |
ghcr-connector-fabric: | |
runs-on: ubuntu-22.04 | |
needs: | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true' | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-connector-fabric | |
run: DOCKER_BUILDKIT=1 docker build ./packages/cactus-plugin-ledger-connector-fabric/ -f ./packages/cactus-plugin-ledger-connector-fabric/Dockerfile -t cactus-connector-fabric | |
- if: ${{ env.RUN_TRIVY_SCAN == 'true' }} | |
name: Run Trivy vulnerability scan for cactus-connector-fabric | |
uses: aquasecurity/trivy-action@0.19.0 | |
with: | |
image-ref: 'cactus-connector-fabric' | |
format: 'table' | |
exit-code: '1' | |
ignore-unfixed: false | |
vuln-type: 'os,library' | |
severity: 'CRITICAL,HIGH' | |
ghcr-corda-all-in-one: | |
runs-on: ubuntu-22.04 | |
needs: | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.ghcr-corda-all-in-one-changed == 'true' | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-corda-all-in-one | |
run: DOCKER_BUILDKIT=1 docker build ./tools/docker/corda-all-in-one/ -f ./tools/docker/corda-all-in-one/Dockerfile | |
ghcr-corda-all-in-one-flowdb: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-corda-all-in-one-flowdb | |
run: DOCKER_BUILDKIT=1 docker build ./tools/docker/corda-all-in-one/corda-v4_8-flowdb/ | |
ghcr-corda-all-in-one-obligation: | |
runs-on: ubuntu-22.04 | |
needs: | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.ghcr-corda-all-in-one-obligation-changed == 'true' | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-corda-all-in-one-obligation | |
run: DOCKER_BUILDKIT=1 docker build ./tools/docker/corda-all-in-one/ -f ./tools/docker/corda-all-in-one/corda-v4_8/Dockerfile -t cactus-corda-all-in-one-obligation | |
ghcr-dev-container-vscode: | |
runs-on: ubuntu-22.04 | |
needs: | |
- compute_changed_packages | |
if: needs.compute_changed_packages.outputs.ghcr-dev-container-vscode-changed == 'true' | |
env: | |
IMAGE_NAME: cacti-dev-container-vscode | |
steps: | |
- name: Use Node.js ${{ env.NODEJS_VERSION }} | |
uses: actions/setup-node@v4.0.2 | |
with: | |
node-version: ${{ env.NODEJS_VERSION }} | |
- uses: actions/checkout@v4.1.1 | |
- name: npm_install_@devcontainers/cli@0.44.0 | |
run: npm install -g @devcontainers/cli@0.44.0 | |
- name: npx_yes_devcontainers_cli_build | |
run: npx --yes @devcontainers/cli@0.44.0 build --workspace-folder="./" --log-level=trace --push=false --config="./.devcontainer/devcontainer.json" --image-name="$IMAGE_NAME" | |
ghcr-example-carbon-accounting: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-example-carbon-accounting | |
run: DOCKER_BUILDKIT=1 docker build . -f ./examples/carbon-accounting/Dockerfile | |
ghcr-example-supply-chain-app: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-example-supply-chain-app | |
run: DOCKER_BUILDKIT=1 docker build . -f ./examples/cactus-example-supply-chain-backend/Dockerfile -t cactus-example-supply-chain-app | |
ghcr-fabric2-all-in-one: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-fabric2-all-in-one | |
run: DOCKER_BUILDKIT=1 docker build ./tools/docker/fabric-all-in-one/ -f ./tools/docker/fabric-all-in-one/Dockerfile_v2.x | |
ghcr-keychain-vault-server: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: ghcr.io/hyperledger/cactus-keychain-vault-server | |
run: DOCKER_BUILDKIT=1 docker build ./packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/ -f ./packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/Dockerfile -t cactus-keychain-vault-server | |
- if: ${{ env.RUN_TRIVY_SCAN == 'true' }} | |
name: Run Trivy vulnerability scan for cactus-keychain-vault-server | |
uses: aquasecurity/trivy-action@0.19.0 | |
with: | |
image-ref: 'cactus-keychain-vault-server' | |
format: 'table' | |
exit-code: '1' | |
ignore-unfixed: false | |
vuln-type: 'os,library' | |
severity: 'CRITICAL,HIGH' | |
name: Cactus_CI | |
'on': | |
pull_request: | |
branches: | |
- main | |
- dev | |
- petermetz/** | |
push: | |
branches: | |
- main | |
- dev |