Skip to content

Commit 809d827

Browse files
authored
Merge pull request #131 from crossplane-contrib/newCi
Upjet 1.4.0 + No Fork Architecture Migration
2 parents 2ebefb6 + ae7de2f commit 809d827

File tree

582 files changed

+54011
-29096
lines changed

Some content is hidden

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

582 files changed

+54011
-29096
lines changed

.github/oldworkflows/backport.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# name: Backport
2+
3+
# on:
4+
# # NOTE(negz): This is a risky target, but we run this action only when and if
5+
# # a PR is closed, then filter down to specifically merged PRs. We also don't
6+
# # invoke any scripts, etc from within the repo. I believe the fact that we'll
7+
# # be able to review PRs before this runs makes this fairly safe.
8+
# # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
9+
# pull_request_target:
10+
# types: [closed]
11+
# # See also commands.yml for the /backport triggered variant of this workflow.
12+
13+
# jobs:
14+
# backport:
15+
# uses: upbound/official-providers-ci/.github/workflows/provider-backport.yml@standard-runners

.github/oldworkflows/commands.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# name: Comment Commands
2+
3+
# on: issue_comment
4+
5+
# jobs:
6+
# comment-commands:
7+
# uses: upbound/official-providers-ci/.github/workflows/provider-commands.yml@standard-runners

.github/oldworkflows/e2e.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# name: End to End Testing
2+
3+
# on:
4+
# issue_comment:
5+
# types: [created]
6+
7+
# jobs:
8+
# e2e:
9+
# uses: upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@standard-runners
10+
# secrets:
11+
# UPTEST_CLOUD_CREDENTIALS: ${{ secrets.UPTEST_CLOUD_CREDENTIALS }}
12+
# UPTEST_DATASOURCE: ${{ secrets.UPTEST_DATASOURCE }}

.github/oldworkflows/tag.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# name: Tag
2+
3+
# on:
4+
# workflow_dispatch:
5+
# inputs:
6+
# version:
7+
# description: 'Release version (e.g. v0.1.0)'
8+
# required: true
9+
# message:
10+
# description: 'Tag message'
11+
# required: true
12+
13+
# jobs:
14+
# tag:
15+
# uses: upbound/official-providers-ci/.github/workflows/provider-tag.yml@standard-runners
16+
# with:
17+
# version: ${{ github.event.inputs.version }}
18+
# message: ${{ github.event.inputs.message }}

.github/workflows/backport.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)