Skip to content

Commit

Permalink
chore: Update CircleCI configuration for self-hosted testing
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Jul 3, 2024
1 parent e58e868 commit e93ae8f
Showing 1 changed file with 12 additions and 23 deletions.
35 changes: 12 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
version: 2.1
setup: true
orbs:
path-filtering: circleci/[email protected]

jobs:
test-self-host:
machine: true
resource_class: openxrlab/xrfeitoria
steps:
- run:
name: "Check Runner Info"
shell: powershell.exe
command: echo "Hi I'm on Runners!"

workflows:
generate-config:
test-workflow:
jobs:
- path-filtering/filter:
base-revision: main
config-path: .circleci/continue_config.yml
mapping: |
# -- Unreal Plugin -- #
src/XRFeitoriaUnreal/.* build-unreal-plugin true
src/XRFeitoriaUnreal/.* run-unreal-test true
# -- Blender Addon -- #
src/XRFeitoriaBpy/.* build-blender-addon true
src/XRFeitoriaBpy/.* run-blender-test true
# -- tests -- #
xrfeitoria/.* run-unreal-test true
xrfeitoria/.* run-blender-test true
tests/unreal/.* run-unreal-test true
tests/blender/.* run-blender-test true
filters:
# https://circleci.com/docs/workflows/#executing-workflows-for-a-git-tag
tags:
only: /^v\d+\.\d+\.\d+/
- test-self-host

0 comments on commit e93ae8f

Please sign in to comment.