From f8f3ec8db90a8074416f21271239b5b2b83e05a3 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 17 Feb 2023 14:40:02 -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 f0d1aa1..175d223 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} @@ -84,16 +84,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 @@ -116,7 +116,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage1 run: | - dag pod \ + wolfictl pod \ --cpu=30 --ram=100Gi \ --bucket=${BUCKET} \ --src-bucket=${SRC_BUCKET} \ @@ -133,16 +133,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 @@ -165,7 +165,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage1 run: | - dag pod \ + wolfictl pod \ --cpu=30 --ram=100Gi \ --bucket=${BUCKET} \ --src-bucket=${SRC_BUCKET} \ @@ -181,16 +181,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 @@ -213,7 +213,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage1 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 c30c129..578037a 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 wolifctl on: workflow_dispatch: @@ -35,10 +35,10 @@ jobs: - uses: actions/checkout@v3 with: - repository: wolfi-dev/dag - path: ${{github.workspace}}/dag + repository: wolfi-dev/wolifctl + path: ${{github.workspace}}/wolifctl - name: Setup Build Cluster - working-directory: ${{github.workspace}}/dag + working-directory: ${{github.workspace}}/wolifctl 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}}/wolifctl 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 wolifctl 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/wolifctl + path: ${{github.workspace}}/wolifctl + - working-directory: ${{github.workspace}}/wolifctl run: go install - uses: google-github-actions/auth@v0 @@ -115,7 +115,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage1 run: | - dag pod \ + wolifctl 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 wolifctl 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/wolifctl + path: ${{github.workspace}}/wolifctl + - working-directory: ${{github.workspace}}/wolifctl run: go install - uses: google-github-actions/auth@v0 @@ -163,7 +163,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage1 run: | - dag pod \ + wolifctl 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 wolifctl 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/wolifctl + path: ${{github.workspace}}/wolifctl + - working-directory: ${{github.workspace}}/wolifctl run: go install - uses: google-github-actions/auth@v0 @@ -212,7 +212,7 @@ jobs: - working-directory: ${{github.workspace}}/bootstrap-stage1 run: | - dag pod \ + wolifctl pod \ --cpu=30 --ram=100Gi \ --bucket=${BUCKET} \ --src-bucket=${SRC_BUCKET} \