Skip to content

Commit a8f3d6e

Browse files
authored
chore: temporarily disable nightlies on-host e2e (#1383)
1 parent 0ef3d83 commit a8f3d6e

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

.github/workflows/nightly.yml

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,18 @@ jobs:
7777
local_packages_path: "/srv/dist/"
7878
apt_skip_mirror: true
7979

80-
onhost-e2e:
81-
uses: ./.github/workflows/component_onhost_e2e.yaml
82-
needs: [ upload-packages-s3 ]
83-
with:
84-
UNIQUE_NAME: "nightly:e2e"
85-
EC2_FILTERS: '[\"ubuntu22.04\"]'
86-
REPOSITORY_ENDPOINT: "http://nr-downloads-ohai-testing.s3-website-us-east-1.amazonaws.com/preview"
87-
PACKAGE_VERSION: 0.100.${{ github.run_id }}
88-
secrets:
89-
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
90-
AWS_VPC_SUBNET: ${{ secrets.AWS_VPC_SUBNET }}
80+
# TODO: enable back when tackling <https://new-relic.atlassian.net/browse/NR-428719>
81+
# onhost-e2e:
82+
# uses: ./.github/workflows/component_onhost_e2e.yaml
83+
# needs: [ upload-packages-s3 ]
84+
# with:
85+
# UNIQUE_NAME: "nightly:e2e"
86+
# EC2_FILTERS: '[\"ubuntu22.04\"]'
87+
# REPOSITORY_ENDPOINT: "http://nr-downloads-ohai-testing.s3-website-us-east-1.amazonaws.com/preview"
88+
# PACKAGE_VERSION: 0.100.${{ github.run_id }}
89+
# secrets:
90+
# AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
91+
# AWS_VPC_SUBNET: ${{ secrets.AWS_VPC_SUBNET }}
9192

9293
k8s-e2e-tests:
9394
name: K8s e2e tests
@@ -144,19 +145,22 @@ jobs:
144145
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
145146
AWS_VPC_SUBNET: ${{ secrets.AWS_VPC_SUBNET }}
146147

147-
onhost_canaries:
148-
uses: ./.github/workflows/component_onhost_canaries.yml
149-
needs: [ build-packages ]
150-
with:
151-
environment: staging
152-
operation: apply
153-
secrets:
154-
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
155-
AWS_VPC_SUBNET: ${{ secrets.AWS_VPC_SUBNET }}
148+
# TODO: enable back when tackling <https://new-relic.atlassian.net/browse/NR-428719>
149+
# onhost_canaries:
150+
# uses: ./.github/workflows/component_onhost_canaries.yml
151+
# needs: [ build-packages ]
152+
# with:
153+
# environment: staging
154+
# operation: apply
155+
# secrets:
156+
# AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
157+
# AWS_VPC_SUBNET: ${{ secrets.AWS_VPC_SUBNET }}
156158

157159
notify-failure:
158160
if: ${{ always() && failure() }}
159-
needs: [ onhost-e2e, k8s_canaries, security-image, security-source-code, build-image, build-packages, k8s-e2e-tests ]
161+
#needs: [ onhost-e2e, k8s_canaries, security-image, security-source-code, build-image, build-packages, k8s-e2e-tests ]
162+
# TODO: and onhost-e2e back when tackling <https://new-relic.atlassian.net/browse/NR-428719> and also add on-host canaries
163+
needs: [ k8s_canaries, security-image, security-source-code, build-image, build-packages, k8s-e2e-tests ]
160164
runs-on: ubuntu-latest
161165
steps:
162166
- name: Notify failure via Slack

0 commit comments

Comments
 (0)