Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
chore(ci): Upgrade workers (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear authored Sep 5, 2023
1 parent bb5573c commit e113efb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@ on:
branches:
- main

jobs:
jobs:
build-base:
strategy:
matrix:
namespace: [cosmos]
docker-version: [base]
os: [ubuntu-latest]
os: [polaris-linux-latest]
go-version: [1.21.0]
go-arch: [amd64]
image-name: ['polard/base:v0.0.0']
image-name: ["polard/base:v0.0.0"]
export-name: [base-image]
runs-on: ubuntu-latest
runs-on: polaris-linux-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
go-version: ${{ matrix.go-version }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Run ${{ matrix.namespace }}:docker ${{ matrix.docker-version }} ${{ matrix.go-arch }}
Expand All @@ -68,11 +68,11 @@ jobs:
matrix:
namespace: [cosmos]
docker-version: [localnet]
os: [ubuntu-latest]
os: [polaris-linux-latest]
go-version: [1.21.0]
go-arch: [amd64]
base-image: [base-image]
image-name: ['polard/localnet:v0.0.0']
image-name: ["polard/localnet:v0.0.0"]
export-name: [localnet]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
go-version: ${{ matrix.go-version }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Download image artifact
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
matrix:
simulator: [polaris/rpc, polaris/graphql]
namespace: [cosmos]
os: [ubuntu-latest]
os: [polaris-linux-latest]
go-version: [1.21.0]
base-image: [base-image]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -151,8 +151,8 @@ jobs:
needs: build-localnet
strategy:
matrix:
namespace: ['', 'localnet']
os: [ubuntu-latest]
namespace: ["", "localnet"]
os: [polaris-linux-latest]
go-version: [1.21.0]
base-image: [localnet]
runs-on: ${{ matrix.os }}
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,8 @@ jobs:
ci:
strategy:
matrix:
args:
[
"build",
"lint",
"testunitrace",
"testunitcover",
]
os: [ubuntu-latest]
args: ["build", "lint", "testunitrace", "testunitcover"]
os: [polaris-linux-latest]
go-version: [1.21.0]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -77,8 +71,8 @@ jobs:
if: ${{ matrix.args == 'testunitcover' }}

codecov:
name: codecov(uploader, ubuntu-latest)
runs-on: ubuntu-latest
name: codecov(uploader, polaris-linux-latest)
runs-on: polaris-linux-latest
needs: ci
steps:
- name: Checkout
Expand Down

0 comments on commit e113efb

Please sign in to comment.