From 3f183c894134026fdb1feb56e5a650761cf3b8ae Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 17 Feb 2023 14:46:43 -0500 Subject: [PATCH] use wolfictl instead of dag Signed-off-by: Jason Hall --- .github/workflows/dag-push-production.yaml | 30 ++++++++-------- .github/workflows/dag-push-staging.yaml | 40 +++++++++++----------- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/dag-push-production.yaml b/.github/workflows/dag-push-production.yaml index 02655ac..fa48b64 100644 --- a/.github/workflows/dag-push-production.yaml +++ b/.github/workflows/dag-push-production.yaml @@ -1,4 +1,4 @@ -name: Build Packages Prod using dag +name: Build Packages Prod using wolfictl on: workflow_dispatch: @@ -35,10 +35,10 @@ jobs: - uses: actions/checkout@v3 with: - repository: wolfi-dev/dag - path: ${{github.workspace}}/dag + repository: wolfi-dev/wolfictl + path: ${{github.workspace}}/wolfictl - name: Setup Build Cluster - working-directory: ${{github.workspace}}/dag + working-directory: ${{github.workspace}}/wolfictl run: | gcloud container clusters create "${CLUSTER_NAME}" \ --enable-ip-alias \ @@ -70,7 +70,7 @@ jobs: location: "${CLUSTER_ZONE}" cluster: "${CLUSTER_NAME}" - - working-directory: ${{github.workspace}}/dag + - working-directory: ${{github.workspace}}/wolfictl run: ./scripts/setup-cluster.sh ${SERVICE_ACCOUNT} build-amd64: @@ -83,16 +83,16 @@ jobs: contents: read steps: - # Checkout and build dag from main + # Checkout and build wolfictl from main # Can't `go install` because its go.mod has `replace`s. - uses: actions/setup-go@v3 with: go-version: '>=1.19.0' - uses: actions/checkout@v3 with: - repository: wolfi-dev/dag - path: ${{github.workspace}}/dag - - working-directory: ${{github.workspace}}/dag + repository: wolfi-dev/wolfictl + path: ${{github.workspace}}/wolfictl + - working-directory: ${{github.workspace}}/wolfictl run: go install - uses: google-github-actions/auth@v0 @@ -115,7 +115,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage3 run: | - dag pod \ + wolfictl pod \ --cpu=30 --ram=100Gi \ --bucket=${BUCKET} \ --src-bucket=${SRC_BUCKET} \ @@ -131,16 +131,16 @@ jobs: contents: read steps: - # Checkout and build dag from main + # Checkout and build wolfictl from main # Can't `go install` because its go.mod has `replace`s. - uses: actions/setup-go@v3 with: go-version: '>=1.19.0' - uses: actions/checkout@v3 with: - repository: wolfi-dev/dag - path: ${{github.workspace}}/dag - - working-directory: ${{github.workspace}}/dag + repository: wolfi-dev/wolfictl + path: ${{github.workspace}}/wolfictl + - working-directory: ${{github.workspace}}/wolfictl run: go install - uses: google-github-actions/auth@v0 @@ -163,7 +163,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage3 run: | - dag pod \ + wolfictl pod \ --cpu=30 --ram=100Gi \ --bucket=${BUCKET} \ --src-bucket=${SRC_BUCKET} \ diff --git a/.github/workflows/dag-push-staging.yaml b/.github/workflows/dag-push-staging.yaml index 8a8fb44..3470d53 100644 --- a/.github/workflows/dag-push-staging.yaml +++ b/.github/workflows/dag-push-staging.yaml @@ -1,4 +1,4 @@ -name: Build Packages Staging using dag +name: Build Packages Staging using wolfictl on: workflow_dispatch: @@ -35,10 +35,10 @@ jobs: - uses: actions/checkout@v3 with: - repository: wolfi-dev/dag - path: ${{github.workspace}}/dag + repository: wolfi-dev/wolfictl + path: ${{github.workspace}}/wolfictl - name: Setup Build Cluster - working-directory: ${{github.workspace}}/dag + working-directory: ${{github.workspace}}/wolfictl run: | gcloud container clusters create "${CLUSTER_NAME}" \ --enable-ip-alias \ @@ -70,7 +70,7 @@ jobs: location: "${CLUSTER_ZONE}" cluster: "${CLUSTER_NAME}" - - working-directory: ${{github.workspace}}/dag + - working-directory: ${{github.workspace}}/wolfictl run: ./scripts/setup-cluster.sh ${SERVICE_ACCOUNT} build-amd64: @@ -83,16 +83,16 @@ jobs: contents: read steps: - # Checkout and build dag from main + # Checkout and build wolfictl from main # Can't `go install` because its go.mod has `replace`s. - uses: actions/setup-go@v3 with: go-version: '>=1.19.0' - uses: actions/checkout@v3 with: - repository: wolfi-dev/dag - path: ${{github.workspace}}/dag - - working-directory: ${{github.workspace}}/dag + repository: wolfi-dev/wolfictl + path: ${{github.workspace}}/wolfictl + - working-directory: ${{github.workspace}}/wolfictl run: go install - uses: google-github-actions/auth@v0 @@ -115,7 +115,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage3 run: | - dag pod \ + wolfictl pod \ --cpu=30 --ram=100Gi \ --bucket=${BUCKET} \ --src-bucket=${SRC_BUCKET} \ @@ -131,16 +131,16 @@ jobs: contents: read steps: - # Checkout and build dag from main + # Checkout and build wolfictl from main # Can't `go install` because its go.mod has `replace`s. - uses: actions/setup-go@v3 with: go-version: '>=1.19.0' - uses: actions/checkout@v3 with: - repository: wolfi-dev/dag - path: ${{github.workspace}}/dag - - working-directory: ${{github.workspace}}/dag + repository: wolfi-dev/wolfictl + path: ${{github.workspace}}/wolfictl + - working-directory: ${{github.workspace}}/wolfictl run: go install - uses: google-github-actions/auth@v0 @@ -163,7 +163,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage3 run: | - dag pod \ + wolfictl pod \ --cpu=30 --ram=100Gi \ --bucket=${BUCKET} \ --src-bucket=${SRC_BUCKET} \ @@ -180,16 +180,16 @@ jobs: contents: read steps: - # Checkout and build dag from main + # Checkout and build wolfictl from main # Can't `go install` because its go.mod has `replace`s. - uses: actions/setup-go@v3 with: go-version: '>=1.19.0' - uses: actions/checkout@v3 with: - repository: wolfi-dev/dag - path: ${{github.workspace}}/dag - - working-directory: ${{github.workspace}}/dag + repository: wolfi-dev/wolfictl + path: ${{github.workspace}}/wolfictl + - working-directory: ${{github.workspace}}/wolfictl run: go install - uses: google-github-actions/auth@v0 @@ -212,7 +212,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage3 run: | - dag pod \ + wolfictl pod \ --cpu=30 --ram=100Gi \ --bucket=${BUCKET} \ --src-bucket=${SRC_BUCKET} \