Skip to content

Commit

Permalink
feat: remove deprecated scaleset. deprecate deployer runnerdeployer (…
Browse files Browse the repository at this point in the history
…#2386)
  • Loading branch information
otani88 authored Oct 30, 2023
1 parent d5d485f commit 8981557
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-data-restore-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-push-image:
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
lint:
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
ci_run zk lint --check
unit-tests:
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: ci_run zk test server-rust

integration:
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
ci_run cat /tmp/sccache_log.txt
circuit-tests:
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
Expand All @@ -169,7 +169,7 @@ jobs:
run: ci_run zk test circuit 20

testkit:
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
run: ci_run zk test integration testkit --offline

revert-blocks:
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.goerli-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency: deploy.goerli-beta
jobs:
images:
name: Build Docker Images
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
github-token: ${{ secrets.ZKSYNC_ADMIN_BOT_ORG_REPO_WRITE }}

update-config-validation:
runs-on: [self-hosted, stage]
runs-on: [matterlabs-deployer-stage]
needs: setup
outputs:
skip: ${{ steps.validation.outputs.skip }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ concurrency: deploy-app-${{ inputs.environment }}
jobs:
deploy:
name: Server
runs-on: [self-hosted, deployer, "${{ inputs.cluster }}"]
runs-on: ["matterlabs-deployer-${{ inputs.cluster }}"]
container:
image: dysnix/kubectl:v1.26-gcloud
options: --user root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

loadtest:
name: Perform loadtest
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]
container: rust:1.67
env:
WEB3_URL: ${{ secrets.CI_LOADTEST_WEB3_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.update-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ concurrency: server-update-config-${{ inputs.environment }}
jobs:
update:
name: configMap (server-env-custom)
runs-on: [self-hosted, deployer, "${{ inputs.cluster }}"]
runs-on: ["matterlabs-deployer-${{ inputs.cluster }}"]
container:
image: dysnix/kubectl:v1.26-gcloud
options: --user root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup.runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ concurrency: setup-env-${{ inputs.environment }}
jobs:
setup:
name: Runtime
runs-on: [self-hosted, stage]
runs-on: [matterlabs-deployer-stage]
outputs:
hfEnv: ${{ steps.envMap.outputs.hfEnv }}
namespace: ${{ steps.envMap.outputs.namespace }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zk-environment.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
push_to_registry:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
name: Push Docker image to Docker Hub
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3

Expand Down

0 comments on commit 8981557

Please sign in to comment.