Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

468652 trigger other runs #192

Merged
merged 7 commits into from
Nov 11, 2024
Merged

468652 trigger other runs #192

merged 7 commits into from
Nov 11, 2024

Conversation

flurdy
Copy link
Contributor

@flurdy flurdy commented Nov 6, 2024

Listens on deployment events and then looks up triggers for test suites.

The Mongodb needs an entry like

db.deploymenttriggers.updateOne(
  {
    repository: "cdp-portal-frontend",
    testSuite: "cdp-env-test-suite",
    environment: "perf-test",
  },
  {
    $setOnInsert: {
      created: "2023-10-01T12:27:57.452Z",
      repository: "cdp-portal-frontend",
      testSuite: "cdp-env-test-suite",
      environments: ["infra-dev"],
    },
  },
  { upsert: true }
);

@flurdy flurdy marked this pull request as ready for review November 8, 2024 16:31
@flurdy flurdy marked this pull request as draft November 8, 2024 16:32
@flurdy flurdy marked this pull request as ready for review November 8, 2024 16:41
@flurdy flurdy merged commit ab12728 into main Nov 11, 2024
3 checks passed
@flurdy flurdy deleted the 468652-trigger-other-runs branch November 11, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants