Skip to content

Commit c424914

Browse files
committed
Updating HelmBase, Dependencies, ci-mgmt, fixes #3
1 parent 896b15c commit c424914

File tree

105 files changed

+10733
-2409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+10733
-2409
lines changed

.github/workflows/build.yml

Lines changed: 565 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
2+
3+
name: command-dispatch
4+
on:
5+
issue_comment:
6+
types:
7+
- created
8+
- edited
9+
env:
10+
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
11+
PROVIDER: kubernetes-coredns
12+
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
13+
PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget
14+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
15+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
16+
NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }}
17+
PYPI_USERNAME: __token__
18+
PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
19+
TRAVIS_OS_NAME: linux
20+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
21+
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
22+
PUBLISH_REPO_USERNAME: ${{ secrets.OSSRH_USERNAME }}
23+
PUBLISH_REPO_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
24+
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
25+
SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }}
26+
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}
27+
GOVERSION: 1.21.x
28+
NODEVERSION: 20.x
29+
PYTHONVERSION: "3.11"
30+
DOTNETVERSION: |
31+
6.0.x
32+
3.1.301
33+
JAVAVERSION: "11"
34+
AWS_REGION: us-west-2
35+
PULUMI_TEST_OWNER: moolumi
36+
GOLANGCI_LINT_VERSION: v1.61.0
37+
GOOGLE_CI_SERVICE_ACCOUNT_EMAIL: pulumi-ci@pulumi-k8s-provider.iam.gserviceaccount.com
38+
GOOGLE_CI_WORKLOAD_IDENTITY_POOL: pulumi-ci
39+
GOOGLE_CI_WORKLOAD_IDENTITY_PROVIDER: pulumi-ci
40+
GOOGLE_PROJECT_NUMBER: 637339343727
41+
jobs:
42+
command-dispatch-for-testing:
43+
runs-on: ubuntu-latest
44+
name: command-dispatch-for-testing
45+
steps:
46+
- name: Checkout Repo
47+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+
with:
49+
lfs: true
50+
- uses: peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4 # v4.0.0
51+
with:
52+
token: ${{ secrets.PULUMI_BOT_TOKEN }}
53+
reaction-token: ${{ secrets.GITHUB_TOKEN }}
54+
commands: run-acceptance-tests
55+
permission: write
56+
issue-type: pull-request
57+
repository: pulumi/pulumi-kubernetes-coredns
58+
if: ${{ github.event.issue.pull_request }}

0 commit comments

Comments
 (0)