Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Nov 1, 2024
1 parent c7c93bb commit e2aa054
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,35 +527,35 @@ workflows:
version: 2
build-and-test:
jobs:
- orb/lint:
<<: *config-2_7-small
name: lint
requires:
- build-2.7
- orb/coverage:
<<: *config-2_7-small
name: coverage
requires:
# - orb/lint:
# <<: *config-2_7-small
# name: lint
# requires:
# - build-2.7
# - orb/coverage:
# <<: *config-2_7-small
# name: coverage
# requires:
# - test-2.5
# - test-2.6
- test-2.7
# - test-2.7
# - test-3.0
# - test-3.1
# - test-3.2
# - test-3.3
- test-3.4
# - test-3.4
# ADD NEW RUBIES HERE
# - test-jruby-9.2
# - test-jruby-9.3
# - test-jruby-9.4
- orb/changelog:
<<: *config-2_7-small
name: changelog
requires:
- build-2.7
filters:
branches:
only: /bump_to_version_.*/
# - orb/changelog:
# <<: *config-2_7-small
# name: changelog
# requires:
# - build-2.7
# filters:
# branches:
# only: /bump_to_version_.*/
# Integration
# - orb/build_and_test_integration:
# name: build_and_test_integration-2.5
Expand Down Expand Up @@ -616,14 +616,14 @@ workflows:
# name: test-2.6
# requires:
# - build-2.6
- orb/build:
<<: *config-2_7
name: build-2.7
- orb/test:
<<: *config-2_7
name: test-2.7
requires:
- build-2.7
# - orb/build:
# <<: *config-2_7
# name: build-2.7
# - orb/test:
# <<: *config-2_7
# name: test-2.7
# requires:
# - build-2.7
# - orb/build:
# <<: *config-3_0
# name: build-3.0
Expand Down

0 comments on commit e2aa054

Please sign in to comment.