Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XXX remove all GitHub workflows #1

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
92 changes: 0 additions & 92 deletions .github/workflows/documentation.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/dynamodb.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/explorer.yml

This file was deleted.

46 changes: 46 additions & 0 deletions .github/workflows/fail.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Fail

on:
push:
branches: [ main ]
pull_request:
branches:
- "**"
workflow_dispatch:

permissions:
contents: read

jobs:
test-small:
runs-on: gcp-small
steps:
- name: Fail loudly, XIII
run: |
hostname
>&2 echo 'SMALL WORKFLOW INTENTIONALLY FAILING (XIII)'
exit 1
test-large:
runs-on: gcp-large
steps:
- name: Fail loudly, XIII
run: |
hostname
>&2 echo 'LARGE WORKFLOW INTENTIONALLY FAILING (XIII)'
exit 1
test-weird-name-small:
runs-on: arc-runner-set-small
steps:
- name: Fail loudly, XIII
run: |
hostname
>&2 echo 'SMALL WORKFLOW INTENTIONALLY FAILING (XIII)'
exit 1
test-weird-name-large:
runs-on: arc-runner-set-large
steps:
- name: Fail loudly, XIII
run: |
hostname
>&2 echo 'LARGE WORKFLOW INTENTIONALLY FAILING (XIII)'
exit 1
61 changes: 0 additions & 61 deletions .github/workflows/kubernetes.yml

This file was deleted.

Loading
Loading