Skip to content

Commit

Permalink
fix(ISV-5130): remove atlas data from wrong pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jediny <jedinym@proton.me>
  • Loading branch information
jedinym committed Nov 25, 2024
1 parent 6b5dfc8 commit 37ee130
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/release/pipelines/rh_push_to_redhat_io.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ var _ = framework.ReleasePipelinesSuiteDescribe("e2e tests for rh-push-to-redhat
}
releasecommon.CreateOpaqueSecret(managedFw, managedNamespace, "pyxis", pyxisFieldEnvMap)

atlasFieldEnvMap := map[string]string{
"sso_account": constants.ATLAS_STAGE_ACCOUNT_ENV,
"sso_token": constants.ATLAS_STAGE_TOKEN_ENV,
}
releasecommon.CreateOpaqueSecret(managedFw, managedNamespace, "atlas", atlasFieldEnvMap)

err = managedFw.AsKubeAdmin.CommonController.LinkSecretToServiceAccount(managedNamespace, releasecommon.RedhatAppstudioUserSecret, constants.DefaultPipelineServiceAccount, true)
Expect(err).ToNot(HaveOccurred())

Expand Down Expand Up @@ -222,10 +216,6 @@ func createRHIOReleasePlanAdmission(rhioRPAName string, managedFw framework.Fram
"server": "stage",
"secret": "pyxis",
},
"atlas": map[string]interface{}{
"server": "stage",
"updateComponentSBOM": "true",
},
"fileUpdates": []map[string]interface{}{
{
"repo": releasecommon.GitLabRunFileUpdatesTestRepo,
Expand Down

0 comments on commit 37ee130

Please sign in to comment.