From f3e52e4418da602e224f2cc5f7d42f50e86fd606 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 17 Feb 2023 14:45:12 -0500 Subject: [PATCH] use wolfictl instead of dag Signed-off-by: Jason Hall --- .github/workflows/dag-push-production.yaml | 40 +++++++++++----------- .github/workflows/dag-push-staging.yaml | 40 +++++++++++----------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/.github/workflows/dag-push-production.yaml b/.github/workflows/dag-push-production.yaml index af5cc65..7906d51 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-stage2 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-stage2 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-stage2 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 0a7ed5b..badeb37 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-stage2 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-stage2 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-stage2 run: | - dag pod \ + wolfictl pod \ --cpu=30 --ram=100Gi \ --bucket=${BUCKET} \ --src-bucket=${SRC_BUCKET} \