Skip to content

Commit

Permalink
chore(ci): try new builers
Browse files Browse the repository at this point in the history
rename yaml->yml

update actions

Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed Apr 13, 2023
1 parent 4892afb commit 8860a6f
Show file tree
Hide file tree
Showing 40 changed files with 79 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:

build-and-publish-packages:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-latest-m
steps:
- uses: actions/[email protected]
- run: git fetch --unshallow --prune
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: v16.14.2
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.1.0
- id: yarn-cache-dir-path
name: Get yarn cache directory path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down Expand Up @@ -947,7 +947,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: v16.14.2
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.1.0
- id: yarn-cache-dir-path
name: Get yarn cache directory path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down Expand Up @@ -1030,7 +1030,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: v16.14.2
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.1.0
- id: yarn-cache-dir-path
name: Get yarn cache directory path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependent-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
check:
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m
name: Dependent Issues
steps:
- uses: z0al/dependent-issues@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.1.0
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.1.0

- name: Build image
run: docker build $DOCKER_BUILD_DIR --file $DOCKERFILE_PATH --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/test_weaver-asset-exchange-besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
asset-exchange-besu:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

strategy:
fail-fast: false
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:

asset-exchange-besu-local:
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

strategy:
fail-fast: false
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test_weaver-asset-exchange-corda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
asset-exchange-corda:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
Expand Down Expand Up @@ -122,12 +122,12 @@ jobs:

asset-exchange-corda-local:
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
Expand Down Expand Up @@ -217,12 +217,12 @@ jobs:
house-token-exchange-corda:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test_weaver-asset-exchange-fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
asset-exchange-fabric:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand Down Expand Up @@ -101,15 +101,15 @@ jobs:
asset-exchange-fabric-local:
# if: ${{ false }}
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test_weaver-asset-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
asset-transfer-fabric:
if: ${{ false }}
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

# - name: Set up JDK 8
# uses: actions/setup-java@v2
Expand All @@ -40,7 +40,7 @@ jobs:
# distribution: 'adopt'

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand Down Expand Up @@ -413,12 +413,12 @@ jobs:
asset-transfer-fabric-local:
# if: ${{ false }}
# The type of runner that the job will run on
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

# - name: Set up JDK 8
# uses: actions/setup-java@v2
Expand All @@ -427,7 +427,7 @@ jobs:
# distribution: 'adopt'

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_weaver-corda-interop-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ concurrency:

jobs:
unit_test_interop_cordapp:
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test_weaver-data-sharing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
Expand All @@ -40,7 +40,7 @@ jobs:
distribution: 'adopt'

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
Expand All @@ -355,7 +355,7 @@ jobs:
distribution: 'adopt'

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand Down Expand Up @@ -712,7 +712,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
Expand All @@ -721,7 +721,7 @@ jobs:
distribution: 'adopt'

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/test_weaver-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ concurrency:
jobs:
build_docker_relay:
# if: ${{ false }}
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Build Image
run: make build-server-local
working-directory: weaver/core/relay

build_docker_fabric_driver_local:
# if: ${{ false }}
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- name: Use Node.js 14.x
uses: actions/[email protected]
with:
Expand All @@ -58,10 +58,10 @@ jobs:

build_docker_fabric_driver_packages:
if: ${{ false }}
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Setup .npmrc
run: |
Expand All @@ -75,10 +75,10 @@ jobs:
working-directory: weaver/core/drivers/fabric-driver

build_docker_corda_driver_local:
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Set up JDK 8
uses: actions/setup-java@v2
Expand All @@ -104,10 +104,10 @@ jobs:

build_docker_corda_driver_packages:
if: ${{ false }}
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Generate github.properties
run: |
Expand All @@ -132,10 +132,10 @@ jobs:
working-directory: weaver/core/drivers/corda-driver

build_docker_iin_agent_local:
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-latest-m
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- name: Use Node.js 14.x
uses: actions/[email protected]
with:
Expand Down
Loading

0 comments on commit 8860a6f

Please sign in to comment.