Skip to content

Commit

Permalink
ci: relocate experimental ci jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Oct 23, 2024
1 parent 96bf7c0 commit 8d44ff1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 24 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/ci-exp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: CI (experimental)

on:
push:
branches: [main]
pull_request:

permissions:
contents: read

env:
DAGGER_VERSION: 0.13.5

jobs:
e2e:
name: E2E
runs-on: depot-ubuntu-latest-16,dagger=0.13.5

steps:
# Required as a workaround for Dagger to properly detect Git metadata
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Run pipeline
run: dagger call etoe

dagger:
name: CI
runs-on: depot-ubuntu-latest-16,dagger=0.13.5

steps:
# Required as a workaround for Dagger to properly detect Git metadata
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Run pipeline
run: dagger call ci
24 changes: 0 additions & 24 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,18 +309,6 @@ jobs:
engine.stderr.log
retention-days: 14

e2e2:
name: E2E2
runs-on: depot-ubuntu-latest-16,dagger=0.13.5

steps:
# Required as a workaround for Dagger to properly detect Git metadata
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Run pipeline
run: dagger call etoe

dagger:
name: CI
runs-on: depot-ubuntu-latest-16
Expand Down Expand Up @@ -353,15 +341,3 @@ jobs:
engine.stdout.log
engine.stderr.log
retention-days: 14

dagger2:
name: CI2
runs-on: depot-ubuntu-latest-16,dagger=0.13.5

steps:
# Required as a workaround for Dagger to properly detect Git metadata
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Run pipeline
run: dagger call ci

0 comments on commit 8d44ff1

Please sign in to comment.