Skip to content

Commit

Permalink
warp runners
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaoruganti authored Oct 17, 2023
1 parent 728bc7a commit b760703
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/argonaut-argonaut-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ on:
type: string
description: field for passing extra info, reserved for future



jobs:
build:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-2x
name: Execute Task
steps:
- name: Get the version
Expand All @@ -46,4 +44,4 @@ jobs:
ref: ${{ inputs.arg_ref }}
auth-key: ${{ secrets.argonaut_ARGONAUT_KEY }}
auth-secret: ${{ secrets.argonaut_ARGONAUT_SECRET }}
extra-args: ${{ inputs.arg_extra_vars }}
extra-args: ${{ inputs.arg_extra_vars }}
6 changes: 2 additions & 4 deletions .github/workflows/argonaut-argonautdev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ on:
type: string
description: field for passing extra info, reserved for future



jobs:
build:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-2x
name: Execute Task
steps:
- name: Get the version
Expand All @@ -46,4 +44,4 @@ jobs:
ref: ${{ inputs.arg_ref }}
auth-key: ${{ secrets.argonautdev_ARGONAUT_KEY }}
auth-secret: ${{ secrets.argonautdev_ARGONAUT_SECRET }}
extra-args: ${{ inputs.arg_extra_vars }}
extra-args: ${{ inputs.arg_extra_vars }}
22 changes: 9 additions & 13 deletions .github/workflows/argonaut-preprod-testnewuibs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ on:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
workflow_dispatch:



jobs:
build:

environment:
name: preprod

runs-on: ubuntu-latest
environment:
name: preprod

runs-on: warp-ubuntu-latest-x64-2x
name: Build and Push Img
steps:
- name: Get the version
Expand All @@ -30,7 +27,7 @@ jobs:
- name: Fetch repo
uses: actions/checkout@v2
with:
submodules: 'recursive'
submodules: "recursive"
- name: Get Short SHA
id: get_sha
run: echo ::set-output name=SHA_SHORT::$(git rev-parse --short HEAD)
Expand Down Expand Up @@ -94,10 +91,9 @@ jobs:
docker_image_path: image.tar

deploy:

environment:
name: preprod

environment:
name: preprod

runs-on: ubuntu-latest
name: Deploy to Argonaut
needs: build
Expand Down Expand Up @@ -128,4 +124,4 @@ jobs:
--set argonaut.region="us-east-2" \
--set argonaut.cluster="preprod" \
--set argonaut.serviceType="stateless" \
--set argonaut.imageRegistry="ecr"
--set argonaut.imageRegistry="ecr"

0 comments on commit b760703

Please sign in to comment.