Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 12, 2024
1 parent 3ea7f09 commit bfaf6ed
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,16 @@ jobs:
- name: Setup secrets
env:
GARDENER_KYMATUNAS: ${{ secrets.GARDENER_KYMATUNAS }}
GARDENER_KUBECONFIG: "${HOME}/.config/gardener_kubeconfig"
GARDENER_DIR: "${HOME}/.gardener"
run: |
mkdir "${HOME}/.config"
echo ${GARDENER_KYMATUNAS} | base64 --decode > ${GARDENER_KUBECONFIG}
mkdir -p "${GARDENER_DIR}"
echo ${GARDENER_KYMATUNAS} | base64 --decode > ${GARDENER_DIR}/kubeconfig
- name: Provision Gardener cluster
env:
CLUSTER_NAME: "fzn-g1"
GARDENER_KUBECONFIG: "${HOME}/.config/gardener_kubeconfig"
GARDENER_DIR: "${HOME}/.gardener"
GARDENER_KUBECONFIG: "${GARDENER_DIR}/kubeconfig"
GARDENER_PROVIDER_SECRET_NAME: "tunas-aws"
GARDENER_REGION: "eu-west-1"
GARDENER_ZONES: "eu-west-1a"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-markdown-links-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [ pull_request ]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
if: false
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ permissions:
jobs:
golangci:
name: lint
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: false
permissions: write-all

defaults:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
jobs:
unit:
runs-on: ubuntu-latest
if: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
jobs:
crd:
runs-on: ubuntu-latest
if: false
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bfaf6ed

Please sign in to comment.