Skip to content

Commit

Permalink
remove feature stack kind testing (#2172)
Browse files Browse the repository at this point in the history
* remove kind testing for feature stack push

* update ci config
  • Loading branch information
pgvishnuram committed Apr 4, 2024
1 parent b6f61a9 commit 6b4fbb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,21 +543,9 @@ workflows:
- lint
- run_pre_commit
- unittest-charts

- platform-1-25-16:
requires:
- build-artifact

- platform-1-29-2:
requires:
- build-artifact

- release-to-internal:
context:
- gcp-astronomer-prod
requires:
- platform-1-25-16
- platform-1-29-2
filters:
branches:
only:
Expand Down
9 changes: 0 additions & 9 deletions .circleci/config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -407,18 +407,9 @@ workflows:
- lint
- run_pre_commit
- unittest-charts
{% for version in kube_versions %}{% if version in [kube_versions[0], kube_versions[-1]] %}
- platform-{{ version | replace(".", "-") }}:
requires:
- build-artifact
{% endif %}{% endfor %}
- release-to-internal:
context:
- gcp-astronomer-prod
requires:
{%- for version in [kube_versions[0], kube_versions[-1]] %}
- platform-{{ version | replace(".", "-") }}
{%- endfor %}
filters:
branches:
only:
Expand Down

0 comments on commit 6b4fbb8

Please sign in to comment.